public class StripAnim extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__anim
Field descriptor (offset) for struct member 'anim'.
|
static long[] |
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct StripAnim.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
StripAnim(long __address,
Block __block,
BlockTable __blockTable) |
protected |
StripAnim(StripAnim that) |
Modifier and Type | Method and Description |
---|---|
CPointer<StripAnim> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<java.lang.Object> |
getAnim()
Get method for struct member 'anim'.
|
CPointer<StripAnim> |
getNext()
Get method for struct member 'next'.
|
CPointer<StripAnim> |
getPrev()
Get method for struct member 'prev'.
|
void |
setAnim(CPointer<java.lang.Object> anim)
Set method for struct member 'anim'.
|
void |
setNext(CPointer<StripAnim> next)
Set method for struct member 'next'.
|
void |
setPrev(CPointer<StripAnim> prev)
Set method for struct member 'prev'.
|
__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 StripAnim.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__next
This is how you get a reference on the corresponding field in the struct:
StripAnim stripanim = ...; CPointer<Object> p = stripanim.__dna__addressof(StripAnim.__DNA__FIELD__next); CPointer<CPointer<StripAnim>> p_next = p.cast(new Class[]{CPointer.class, StripAnim.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
StripAnim stripanim = ...; CPointer<Object> p = stripanim.__dna__addressof(StripAnim.__DNA__FIELD__prev); CPointer<CPointer<StripAnim>> p_prev = p.cast(new Class[]{CPointer.class, StripAnim.class});
public static final long[] __DNA__FIELD__anim
This is how you get a reference on the corresponding field in the struct:
StripAnim stripanim = ...; CPointer<Object> p = stripanim.__dna__addressof(StripAnim.__DNA__FIELD__anim); CPointer<CPointer<Object>> p_anim = p.cast(new Class[]{CPointer.class, Object.class});
public StripAnim(long __address, Block __block, BlockTable __blockTable)
protected StripAnim(StripAnim that)
public CPointer<StripAnim> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<StripAnim> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<StripAnim> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<StripAnim> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public CPointer<java.lang.Object> getAnim() throws java.io.IOException
java.io.IOException
__DNA__FIELD__anim
public void setAnim(CPointer<java.lang.Object> anim) throws java.io.IOException
java.io.IOException
__DNA__FIELD__anim