public class bStateActuator extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__mask
Field descriptor (offset) for struct member 'mask'.
|
static long[] |
__DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bStateActuator.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bStateActuator(bStateActuator that) |
|
bStateActuator(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bStateActuator> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getMask()
Get method for struct member 'mask'.
|
int |
getType()
Get method for struct member 'type'.
|
void |
setMask(int mask)
Set method for struct member 'mask'.
|
void |
setType(int type)
Set method for struct member 'type'.
|
__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 bStateActuator.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__type
This is how you get a reference on the corresponding field in the struct:
bStateActuator bstateactuator = ...; CPointer<Object> p = bstateactuator.__dna__addressof(bStateActuator.__DNA__FIELD__type); CPointer<Integer> p_type = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__mask
This is how you get a reference on the corresponding field in the struct:
bStateActuator bstateactuator = ...; CPointer<Object> p = bstateactuator.__dna__addressof(bStateActuator.__DNA__FIELD__mask); CPointer<Integer> p_mask = p.cast(new Class[]{Integer.class});
public bStateActuator(long __address, Block __block, BlockTable __blockTable)
protected bStateActuator(bStateActuator that)
public int getType() throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public void setType(int type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public int getMask() throws java.io.IOException
java.io.IOException
__DNA__FIELD__mask
public void setMask(int mask) throws java.io.IOException
java.io.IOException
__DNA__FIELD__mask
public CPointer<bStateActuator> __io__addressof()