public class bGPDframe extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__framenum
Field descriptor (offset) for struct member 'framenum'.
|
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 long[] |
__DNA__FIELD__strokes
Field descriptor (offset) for struct member 'strokes'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bGPDframe.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bGPDframe(bGPDframe that) |
|
bGPDframe(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bGPDframe> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getFlag()
Get method for struct member 'flag'.
|
int |
getFramenum()
Get method for struct member 'framenum'.
|
CPointer<bGPDframe> |
getNext()
Get method for struct member 'next'.
|
CPointer<bGPDframe> |
getPrev()
Get method for struct member 'prev'.
|
ListBase |
getStrokes()
Get method for struct member 'strokes'.
|
void |
setFlag(int flag)
Set method for struct member 'flag'.
|
void |
setFramenum(int framenum)
Set method for struct member 'framenum'.
|
void |
setNext(CPointer<bGPDframe> next)
Set method for struct member 'next'.
|
void |
setPrev(CPointer<bGPDframe> prev)
Set method for struct member 'prev'.
|
void |
setStrokes(ListBase strokes)
Set method for struct member 'strokes'.
|
__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.
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:
bGPDframe bgpdframe = ...; CPointer<Object> p = bgpdframe.__dna__addressof(bGPDframe.__DNA__FIELD__next); CPointer<CPointer<bGPDframe>> p_next = p.cast(new Class[]{CPointer.class, bGPDframe.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
bGPDframe bgpdframe = ...; CPointer<Object> p = bgpdframe.__dna__addressof(bGPDframe.__DNA__FIELD__prev); CPointer<CPointer<bGPDframe>> p_prev = p.cast(new Class[]{CPointer.class, bGPDframe.class});
public static final long[] __DNA__FIELD__strokes
This is how you get a reference on the corresponding field in the struct:
bGPDframe bgpdframe = ...; CPointer<Object> p = bgpdframe.__dna__addressof(bGPDframe.__DNA__FIELD__strokes); CPointer<ListBase> p_strokes = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__framenum
This is how you get a reference on the corresponding field in the struct:
bGPDframe bgpdframe = ...; CPointer<Object> p = bgpdframe.__dna__addressof(bGPDframe.__DNA__FIELD__framenum); CPointer<Integer> p_framenum = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
bGPDframe bgpdframe = ...; CPointer<Object> p = bgpdframe.__dna__addressof(bGPDframe.__DNA__FIELD__flag); CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
public bGPDframe(long __address, Block __block, BlockTable __blockTable)
protected bGPDframe(bGPDframe that)
public CPointer<bGPDframe> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<bGPDframe> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<bGPDframe> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<bGPDframe> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public ListBase getStrokes() throws java.io.IOException
java.io.IOException
__DNA__FIELD__strokes
public void setStrokes(ListBase strokes) throws java.io.IOException
java.io.IOException
__DNA__FIELD__strokes
public int getFramenum() throws java.io.IOException
java.io.IOException
__DNA__FIELD__framenum
public void setFramenum(int framenum) throws java.io.IOException
java.io.IOException
__DNA__FIELD__framenum
public int getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(int flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag