Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__frameid
Field descriptor (offset) for struct member 'frameid'.
|
static long[] |
__DNA__FIELD__gpf_orig
Field descriptor (offset) for struct member 'gpf_orig'.
|
static long[] |
__DNA__FIELD__onion_id
Field descriptor (offset) for struct member 'onion_id'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bGPDframe_Runtime.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bGPDframe_Runtime(bGPDframe_Runtime that) |
|
bGPDframe_Runtime(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bGPDframe_Runtime> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getFrameid()
Get method for struct member 'frameid'.
|
CPointer<bGPDframe> |
getGpf_orig()
Get method for struct member 'gpf_orig'.
|
int |
getOnion_id()
Get method for struct member 'onion_id'.
|
void |
setFrameid(int frameid)
Set method for struct member 'frameid'.
|
void |
setGpf_orig(CPointer<bGPDframe> gpf_orig)
Set method for struct member 'gpf_orig'.
|
void |
setOnion_id(int onion_id)
Set method for struct member 'onion_id'.
|
__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 bGPDframe_Runtime.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__frameid
Index of this frame in the listbase of frames.
This is how you get a reference on the corresponding field in the struct:
bGPDframe_Runtime bgpdframe_runtime = ...; CPointer<Object> p = bgpdframe_runtime.__dna__addressof(bGPDframe_Runtime.__DNA__FIELD__frameid); CPointer<Integer> p_frameid = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__onion_id
Onion offset from active frame. 0 if not onion. INT_MAX to bypass frame.
This is how you get a reference on the corresponding field in the struct:
bGPDframe_Runtime bgpdframe_runtime = ...; CPointer<Object> p = bgpdframe_runtime.__dna__addressof(bGPDframe_Runtime.__DNA__FIELD__onion_id); CPointer<Integer> p_onion_id = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__gpf_orig
Original frame (used to dereference evaluated data)
This is how you get a reference on the corresponding field in the struct:
bGPDframe_Runtime bgpdframe_runtime = ...; CPointer<Object> p = bgpdframe_runtime.__dna__addressof(bGPDframe_Runtime.__DNA__FIELD__gpf_orig); CPointer<CPointer<bGPDframe>> p_gpf_orig = p.cast(new Class[]{CPointer.class, bGPDframe.class});
public bGPDframe_Runtime(long __address, Block __block, BlockTable __blockTable)
protected bGPDframe_Runtime(bGPDframe_Runtime that)
public int getFrameid() throws java.io.IOException
Index of this frame in the listbase of frames.
java.io.IOException
__DNA__FIELD__frameid
public void setFrameid(int frameid) throws java.io.IOException
Index of this frame in the listbase of frames.
java.io.IOException
__DNA__FIELD__frameid
public int getOnion_id() throws java.io.IOException
Onion offset from active frame. 0 if not onion. INT_MAX to bypass frame.
java.io.IOException
__DNA__FIELD__onion_id
public void setOnion_id(int onion_id) throws java.io.IOException
Onion offset from active frame. 0 if not onion. INT_MAX to bypass frame.
java.io.IOException
__DNA__FIELD__onion_id
public CPointer<bGPDframe> getGpf_orig() throws java.io.IOException
Original frame (used to dereference evaluated data)
java.io.IOException
__DNA__FIELD__gpf_orig
public void setGpf_orig(CPointer<bGPDframe> gpf_orig) throws java.io.IOException
Original frame (used to dereference evaluated data)
java.io.IOException
__DNA__FIELD__gpf_orig
public CPointer<bGPDframe_Runtime> __io__addressof()