public class SolidColorVars extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__col
Field descriptor (offset) for struct member 'col'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct SolidColorVars.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
SolidColorVars(long __address,
Block __block,
BlockTable __blockTable) |
protected |
SolidColorVars(SolidColorVars that) |
Modifier and Type | Method and Description |
---|---|
CPointer<SolidColorVars> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Float> |
getCol()
Get method for struct member 'col'.
|
float |
getPad()
Get method for struct member 'pad'.
|
void |
setCol(CArrayFacade<java.lang.Float> col)
Set method for struct member 'col'.
|
void |
setPad(float pad)
Set method for struct member 'pad'.
|
__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 SolidColorVars.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__col
This is how you get a reference on the corresponding field in the struct:
SolidColorVars solidcolorvars = ...; CPointer<Object> p = solidcolorvars.__dna__addressof(SolidColorVars.__DNA__FIELD__col); CPointer<CArrayFacade<Float>> p_col = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
SolidColorVars solidcolorvars = ...; CPointer<Object> p = solidcolorvars.__dna__addressof(SolidColorVars.__DNA__FIELD__pad); CPointer<Float> p_pad = p.cast(new Class[]{Float.class});
public SolidColorVars(long __address, Block __block, BlockTable __blockTable)
protected SolidColorVars(SolidColorVars that)
public CArrayFacade<java.lang.Float> getCol() throws java.io.IOException
java.io.IOException
__DNA__FIELD__col
public void setCol(CArrayFacade<java.lang.Float> col) throws java.io.IOException
java.io.IOException
__DNA__FIELD__col
public float getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(float pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public CPointer<SolidColorVars> __io__addressof()