public class bGPgrid extends CFacade
grid configuration
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD___pad1
Field descriptor (offset) for struct member '_pad1'.
|
static long[] |
__DNA__FIELD__color
Field descriptor (offset) for struct member 'color'.
|
static long[] |
__DNA__FIELD__lines
Field descriptor (offset) for struct member 'lines'.
|
static long[] |
__DNA__FIELD__offset
Field descriptor (offset) for struct member 'offset'.
|
static long[] |
__DNA__FIELD__scale
Field descriptor (offset) for struct member 'scale'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bGPgrid.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bGPgrid(bGPgrid that) |
|
bGPgrid(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bGPgrid> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
CArrayFacade<java.lang.Byte> |
get_pad1()
Get method for struct member '_pad1'.
|
CArrayFacade<java.lang.Float> |
getColor()
Get method for struct member 'color'.
|
int |
getLines()
Get method for struct member 'lines'.
|
CArrayFacade<java.lang.Float> |
getOffset()
Get method for struct member 'offset'.
|
CArrayFacade<java.lang.Float> |
getScale()
Get method for struct member 'scale'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
set_pad1(CArrayFacade<java.lang.Byte> _pad1)
Set method for struct member '_pad1'.
|
void |
setColor(CArrayFacade<java.lang.Float> color)
Set method for struct member 'color'.
|
void |
setLines(int lines)
Set method for struct member 'lines'.
|
void |
setOffset(CArrayFacade<java.lang.Float> offset)
Set method for struct member 'offset'.
|
void |
setScale(CArrayFacade<java.lang.Float> scale)
Set method for struct member 'scale'.
|
__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 bGPgrid.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__color
This is how you get a reference on the corresponding field in the struct:
bGPgrid bgpgrid = ...; CPointer<Object> p = bgpgrid.__dna__addressof(bGPgrid.__DNA__FIELD__color); CPointer<CArrayFacade<Float>> p_color = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__scale
This is how you get a reference on the corresponding field in the struct:
bGPgrid bgpgrid = ...; CPointer<Object> p = bgpgrid.__dna__addressof(bGPgrid.__DNA__FIELD__scale); CPointer<CArrayFacade<Float>> p_scale = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__offset
This is how you get a reference on the corresponding field in the struct:
bGPgrid bgpgrid = ...; CPointer<Object> p = bgpgrid.__dna__addressof(bGPgrid.__DNA__FIELD__offset); CPointer<CArrayFacade<Float>> p_offset = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD___pad1
This is how you get a reference on the corresponding field in the struct:
bGPgrid bgpgrid = ...; CPointer<Object> p = bgpgrid.__dna__addressof(bGPgrid.__DNA__FIELD___pad1); CPointer<CArrayFacade<Byte>> p__pad1 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__lines
This is how you get a reference on the corresponding field in the struct:
bGPgrid bgpgrid = ...; CPointer<Object> p = bgpgrid.__dna__addressof(bGPgrid.__DNA__FIELD__lines); CPointer<Integer> p_lines = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD___pad
This is how you get a reference on the corresponding field in the struct:
bGPgrid bgpgrid = ...; CPointer<Object> p = bgpgrid.__dna__addressof(bGPgrid.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public bGPgrid(long __address, Block __block, BlockTable __blockTable)
protected bGPgrid(bGPgrid that)
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.Float> getScale() throws java.io.IOException
java.io.IOException
__DNA__FIELD__scale
public void setScale(CArrayFacade<java.lang.Float> scale) throws java.io.IOException
java.io.IOException
__DNA__FIELD__scale
public CArrayFacade<java.lang.Float> getOffset() throws java.io.IOException
java.io.IOException
__DNA__FIELD__offset
public void setOffset(CArrayFacade<java.lang.Float> offset) throws java.io.IOException
java.io.IOException
__DNA__FIELD__offset
public CArrayFacade<java.lang.Byte> get_pad1() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad1
public void set_pad1(CArrayFacade<java.lang.Byte> _pad1) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad1
public int getLines() throws java.io.IOException
java.io.IOException
__DNA__FIELD__lines
public void setLines(int lines) throws java.io.IOException
java.io.IOException
__DNA__FIELD__lines
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad