Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__cyclic
Deprecated.
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: NodeImageAnim nodeimageanim = ...; CPointer<Object> p = nodeimageanim.__dna__addressof(NodeImageAnim.__DNA__FIELD__cyclic); CPointer<Byte> p_cyclic = p.cast(new Class[]{Byte.class}); Metadata
|
static long[] |
__DNA__FIELD__frames
Deprecated.
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: NodeImageAnim nodeimageanim = ...; CPointer<Object> p = nodeimageanim.__dna__addressof(NodeImageAnim.__DNA__FIELD__frames); CPointer<Integer> p_frames = p.cast(new Class[]{Integer.class}); Metadata
|
static long[] |
__DNA__FIELD__movie
Deprecated.
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: NodeImageAnim nodeimageanim = ...; CPointer<Object> p = nodeimageanim.__dna__addressof(NodeImageAnim.__DNA__FIELD__movie); CPointer<Byte> p_movie = p.cast(new Class[]{Byte.class}); Metadata
|
static long[] |
__DNA__FIELD__nr
Deprecated.
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: NodeImageAnim nodeimageanim = ...; CPointer<Object> p = nodeimageanim.__dna__addressof(NodeImageAnim.__DNA__FIELD__nr); CPointer<Integer> p_nr = p.cast(new Class[]{Integer.class}); Metadata
|
static long[] |
__DNA__FIELD__sfra
Deprecated.
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: NodeImageAnim nodeimageanim = ...; CPointer<Object> p = nodeimageanim.__dna__addressof(NodeImageAnim.__DNA__FIELD__sfra); CPointer<Integer> p_sfra = p.cast(new Class[]{Integer.class}); Metadata
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct NodeImageAnim.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
NodeImageAnim(long __address,
Block __block,
BlockTable __blockTable) |
protected |
NodeImageAnim(NodeImageAnim that) |
Modifier and Type | Method and Description |
---|---|
CPointer<NodeImageAnim> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
byte |
getCyclic()
Deprecated.
Deprecated
|
int |
getFrames()
Deprecated.
Deprecated
|
byte |
getMovie()
Deprecated.
Deprecated
|
int |
getNr()
Deprecated.
Deprecated
|
int |
getSfra()
Deprecated.
Deprecated
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
setCyclic(byte cyclic)
Deprecated.
Deprecated
|
void |
setFrames(int frames)
Deprecated.
Deprecated
|
void |
setMovie(byte movie)
Deprecated.
Deprecated
|
void |
setNr(int nr)
Deprecated.
Deprecated
|
void |
setSfra(int sfra)
Deprecated.
Deprecated
|
__io__addressof, __io__addressof, __io__equals, __io__generic__copy, __io__generic__copy, __io__instanceof, __io__native__copy, __io__newInstance, __io__same__encoding, __io__sizeof, __io__sizeof, __io__subclassof
public static final int __DNA__SDNA_INDEX
It is required when allocating a new block to store data for NodeImageAnim.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__frames
This is how you get a reference on the corresponding field in the struct:
NodeImageAnim nodeimageanim = ...; CPointer<Object> p = nodeimageanim.__dna__addressof(NodeImageAnim.__DNA__FIELD__frames); CPointer<Integer> p_frames = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__sfra
This is how you get a reference on the corresponding field in the struct:
NodeImageAnim nodeimageanim = ...; CPointer<Object> p = nodeimageanim.__dna__addressof(NodeImageAnim.__DNA__FIELD__sfra); CPointer<Integer> p_sfra = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__nr
This is how you get a reference on the corresponding field in the struct:
NodeImageAnim nodeimageanim = ...; CPointer<Object> p = nodeimageanim.__dna__addressof(NodeImageAnim.__DNA__FIELD__nr); CPointer<Integer> p_nr = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__cyclic
This is how you get a reference on the corresponding field in the struct:
NodeImageAnim nodeimageanim = ...; CPointer<Object> p = nodeimageanim.__dna__addressof(NodeImageAnim.__DNA__FIELD__cyclic); CPointer<Byte> p_cyclic = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__movie
This is how you get a reference on the corresponding field in the struct:
NodeImageAnim nodeimageanim = ...; CPointer<Object> p = nodeimageanim.__dna__addressof(NodeImageAnim.__DNA__FIELD__movie); CPointer<Byte> p_movie = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD___pad
This is how you get a reference on the corresponding field in the struct:
NodeImageAnim nodeimageanim = ...; CPointer<Object> p = nodeimageanim.__dna__addressof(NodeImageAnim.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public NodeImageAnim(long __address, Block __block, BlockTable __blockTable)
protected NodeImageAnim(NodeImageAnim that)
public int getFrames() throws java.io.IOException
java.io.IOException
__DNA__FIELD__frames
public void setFrames(int frames) throws java.io.IOException
java.io.IOException
__DNA__FIELD__frames
public int getSfra() throws java.io.IOException
java.io.IOException
__DNA__FIELD__sfra
public void setSfra(int sfra) throws java.io.IOException
java.io.IOException
__DNA__FIELD__sfra
public int getNr() throws java.io.IOException
java.io.IOException
__DNA__FIELD__nr
public void setNr(int nr) throws java.io.IOException
java.io.IOException
__DNA__FIELD__nr
public byte getCyclic() throws java.io.IOException
java.io.IOException
__DNA__FIELD__cyclic
public void setCyclic(byte cyclic) throws java.io.IOException
java.io.IOException
__DNA__FIELD__cyclic
public byte getMovie() throws java.io.IOException
java.io.IOException
__DNA__FIELD__movie
public void setMovie(byte movie) throws java.io.IOException
java.io.IOException
__DNA__FIELD__movie
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public CPointer<NodeImageAnim> __io__addressof()