public class bGPDlayer extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__actframe
Field descriptor (offset) for struct member 'actframe'.
|
static long[] |
__DNA__FIELD__color
Field descriptor (offset) for struct member 'color'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__frames
Field descriptor (offset) for struct member 'frames'.
|
static long[] |
__DNA__FIELD__gstep
Field descriptor (offset) for struct member 'gstep'.
|
static long[] |
__DNA__FIELD__info
Field descriptor (offset) for struct member 'info'.
|
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__thickness
Field descriptor (offset) for struct member 'thickness'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bGPDlayer.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bGPDlayer(bGPDlayer that) |
|
bGPDlayer(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bGPDlayer> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<bGPDframe> |
getActframe()
Get method for struct member 'actframe'.
|
CArrayFacade<java.lang.Float> |
getColor()
Get method for struct member 'color'.
|
int |
getFlag()
Get method for struct member 'flag'.
|
ListBase |
getFrames()
Get method for struct member 'frames'.
|
short |
getGstep()
Get method for struct member 'gstep'.
|
CArrayFacade<java.lang.Byte> |
getInfo()
Get method for struct member 'info'.
|
CPointer<bGPDlayer> |
getNext()
Get method for struct member 'next'.
|
CPointer<bGPDlayer> |
getPrev()
Get method for struct member 'prev'.
|
short |
getThickness()
Get method for struct member 'thickness'.
|
void |
setActframe(CPointer<bGPDframe> actframe)
Set method for struct member 'actframe'.
|
void |
setColor(CArrayFacade<java.lang.Float> color)
Set method for struct member 'color'.
|
void |
setFlag(int flag)
Set method for struct member 'flag'.
|
void |
setFrames(ListBase frames)
Set method for struct member 'frames'.
|
void |
setGstep(short gstep)
Set method for struct member 'gstep'.
|
void |
setInfo(CArrayFacade<java.lang.Byte> info)
Set method for struct member 'info'.
|
void |
setNext(CPointer<bGPDlayer> next)
Set method for struct member 'next'.
|
void |
setPrev(CPointer<bGPDlayer> prev)
Set method for struct member 'prev'.
|
void |
setThickness(short thickness)
Set method for struct member 'thickness'.
|
__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 bGPDlayer.
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:
bGPDlayer bgpdlayer = ...; CPointer<Object> p = bgpdlayer.__dna__addressof(bGPDlayer.__DNA__FIELD__next); CPointer<CPointer<bGPDlayer>> p_next = p.cast(new Class[]{CPointer.class, bGPDlayer.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
bGPDlayer bgpdlayer = ...; CPointer<Object> p = bgpdlayer.__dna__addressof(bGPDlayer.__DNA__FIELD__prev); CPointer<CPointer<bGPDlayer>> p_prev = p.cast(new Class[]{CPointer.class, bGPDlayer.class});
public static final long[] __DNA__FIELD__frames
This is how you get a reference on the corresponding field in the struct:
bGPDlayer bgpdlayer = ...; CPointer<Object> p = bgpdlayer.__dna__addressof(bGPDlayer.__DNA__FIELD__frames); CPointer<ListBase> p_frames = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__actframe
This is how you get a reference on the corresponding field in the struct:
bGPDlayer bgpdlayer = ...; CPointer<Object> p = bgpdlayer.__dna__addressof(bGPDlayer.__DNA__FIELD__actframe); CPointer<CPointer<bGPDframe>> p_actframe = p.cast(new Class[]{CPointer.class, bGPDframe.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
bGPDlayer bgpdlayer = ...; CPointer<Object> p = bgpdlayer.__dna__addressof(bGPDlayer.__DNA__FIELD__flag); CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__thickness
This is how you get a reference on the corresponding field in the struct:
bGPDlayer bgpdlayer = ...; CPointer<Object> p = bgpdlayer.__dna__addressof(bGPDlayer.__DNA__FIELD__thickness); CPointer<Short> p_thickness = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__gstep
This is how you get a reference on the corresponding field in the struct:
bGPDlayer bgpdlayer = ...; CPointer<Object> p = bgpdlayer.__dna__addressof(bGPDlayer.__DNA__FIELD__gstep); CPointer<Short> p_gstep = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__color
This is how you get a reference on the corresponding field in the struct:
bGPDlayer bgpdlayer = ...; CPointer<Object> p = bgpdlayer.__dna__addressof(bGPDlayer.__DNA__FIELD__color); CPointer<CArrayFacade<Float>> p_color = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__info
This is how you get a reference on the corresponding field in the struct:
bGPDlayer bgpdlayer = ...; CPointer<Object> p = bgpdlayer.__dna__addressof(bGPDlayer.__DNA__FIELD__info); CPointer<CArrayFacade<Byte>> p_info = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public bGPDlayer(long __address, Block __block, BlockTable __blockTable)
protected bGPDlayer(bGPDlayer that)
public CPointer<bGPDlayer> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<bGPDlayer> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<bGPDlayer> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<bGPDlayer> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public ListBase getFrames() throws java.io.IOException
java.io.IOException
__DNA__FIELD__frames
public void setFrames(ListBase frames) throws java.io.IOException
java.io.IOException
__DNA__FIELD__frames
public CPointer<bGPDframe> getActframe() throws java.io.IOException
java.io.IOException
__DNA__FIELD__actframe
public void setActframe(CPointer<bGPDframe> actframe) throws java.io.IOException
java.io.IOException
__DNA__FIELD__actframe
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
public short getThickness() throws java.io.IOException
java.io.IOException
__DNA__FIELD__thickness
public void setThickness(short thickness) throws java.io.IOException
java.io.IOException
__DNA__FIELD__thickness
public short getGstep() throws java.io.IOException
java.io.IOException
__DNA__FIELD__gstep
public void setGstep(short gstep) throws java.io.IOException
java.io.IOException
__DNA__FIELD__gstep
public CArrayFacade<java.lang.Float> getColor() throws java.io.IOException
java.io.IOException
__DNA__FIELD__color
public void setColor(CArrayFacade<java.lang.Float> color) throws java.io.IOException
java.io.IOException
__DNA__FIELD__color
public CArrayFacade<java.lang.Byte> getInfo() throws java.io.IOException
java.io.IOException
__DNA__FIELD__info
public void setInfo(CArrayFacade<java.lang.Byte> info) throws java.io.IOException
java.io.IOException
__DNA__FIELD__info