Package org.blender.dna
Class NodeImageAnim
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.NodeImageAnim
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.static long[]
__DNA__FIELD__cyclic
Deprecated.Deprecatedstatic long[]
__DNA__FIELD__frames
Deprecated.Deprecatedstatic long[]
__DNA__FIELD__movie
Deprecated.Deprecatedstatic long[]
__DNA__FIELD__nr
Deprecated.Deprecatedstatic long[]
__DNA__FIELD__sfra
Deprecated.Deprecatedstatic int
__DNA__SDNA_INDEX
This is the sdna index of the struct NodeImageAnim.-
Fields inherited from class org.cakelab.blender.nio.CFacade
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
-
-
Constructor Summary
Constructors Modifier Constructor Description NodeImageAnim(long __address, Block __block, BlockTable __blockTable)
protected
NodeImageAnim(NodeImageAnim that)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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.Deprecatedint
getFrames()
Deprecated.Deprecatedbyte
getMovie()
Deprecated.Deprecatedint
getNr()
Deprecated.Deprecatedint
getSfra()
Deprecated.Deprecatedvoid
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.void
setCyclic(byte cyclic)
Deprecated.Deprecatedvoid
setFrames(int frames)
Deprecated.Deprecatedvoid
setMovie(byte movie)
Deprecated.Deprecatedvoid
setNr(int nr)
Deprecated.Deprecatedvoid
setSfra(int sfra)
Deprecated.Deprecated-
Methods inherited from class org.cakelab.blender.nio.CFacade
__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, equals, hashCode
-
-
-
-
Field Detail
-
__DNA__SDNA_INDEX
public static final int __DNA__SDNA_INDEX
This is the sdna index of the struct NodeImageAnim.It is required when allocating a new block to store data for NodeImageAnim.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__frames
public static final long[] __DNA__FIELD__frames
Deprecated.DeprecatedPointer Arithmetics
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});
Metadata
- Field: 'frames'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
Field descriptor (offset) for struct member 'frames'.Field Documentation
Blender Source Code
-
__DNA__FIELD__sfra
public static final long[] __DNA__FIELD__sfra
Deprecated.DeprecatedPointer Arithmetics
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});
Metadata
- Field: 'sfra'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
Field descriptor (offset) for struct member 'sfra'.Field Documentation
Blender Source Code
-
__DNA__FIELD__nr
public static final long[] __DNA__FIELD__nr
Deprecated.DeprecatedPointer Arithmetics
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});
Metadata
- Field: 'nr'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
Field descriptor (offset) for struct member 'nr'.Field Documentation
Blender Source Code
-
__DNA__FIELD__cyclic
public static final long[] __DNA__FIELD__cyclic
Deprecated.DeprecatedPointer Arithmetics
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});
Metadata
- Field: 'cyclic'
- Signature: 'char'
- Actual Size (32bit/64bit): 1/1
Field descriptor (offset) for struct member 'cyclic'.Field Documentation
Blender Source Code
-
__DNA__FIELD__movie
public static final long[] __DNA__FIELD__movie
Deprecated.DeprecatedPointer Arithmetics
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});
Metadata
- Field: 'movie'
- Signature: 'char'
- Actual Size (32bit/64bit): 1/1
Field descriptor (offset) for struct member 'movie'.Field Documentation
Blender Source Code
-
__DNA__FIELD___pad
public static final long[] __DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.Pointer Arithmetics
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});
Metadata
- Field: '_pad'
- Signature: 'char[2]'
- Actual Size (32bit/64bit): 2/2
-
-
Constructor Detail
-
NodeImageAnim
public NodeImageAnim(long __address, Block __block, BlockTable __blockTable)
-
NodeImageAnim
protected NodeImageAnim(NodeImageAnim that)
-
-
Method Detail
-
getFrames
public int getFrames() throws java.io.IOException
Deprecated.DeprecatedGet method for struct member 'frames'.Field Documentation
Blender Source Code
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__frames
-
setFrames
public void setFrames(int frames) throws java.io.IOException
Deprecated.DeprecatedSet method for struct member 'frames'.Field Documentation
Blender Source Code
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__frames
-
getSfra
public int getSfra() throws java.io.IOException
Deprecated.DeprecatedGet method for struct member 'sfra'.Field Documentation
Blender Source Code
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__sfra
-
setSfra
public void setSfra(int sfra) throws java.io.IOException
Deprecated.DeprecatedSet method for struct member 'sfra'.Field Documentation
Blender Source Code
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__sfra
-
getNr
public int getNr() throws java.io.IOException
Deprecated.DeprecatedGet method for struct member 'nr'.Field Documentation
Blender Source Code
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__nr
-
setNr
public void setNr(int nr) throws java.io.IOException
Deprecated.DeprecatedSet method for struct member 'nr'.Field Documentation
Blender Source Code
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__nr
-
getCyclic
public byte getCyclic() throws java.io.IOException
Deprecated.DeprecatedGet method for struct member 'cyclic'.Field Documentation
Blender Source Code
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__cyclic
-
setCyclic
public void setCyclic(byte cyclic) throws java.io.IOException
Deprecated.DeprecatedSet method for struct member 'cyclic'.Field Documentation
Blender Source Code
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__cyclic
-
getMovie
public byte getMovie() throws java.io.IOException
Deprecated.DeprecatedGet method for struct member 'movie'.Field Documentation
Blender Source Code
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__movie
-
setMovie
public void setMovie(byte movie) throws java.io.IOException
Deprecated.DeprecatedSet method for struct member 'movie'.Field Documentation
Blender Source Code
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__movie
-
get_pad
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
Get method for struct member '_pad'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad
-
set_pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
Set method for struct member '_pad'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad
-
__io__addressof
public CPointer<NodeImageAnim> __io__addressof()
Instantiates a pointer on this instance.
-
-