public class bRandomActuator extends CFacade
I added a few extra fields here, to facilitate conversions
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__distribution
Field descriptor (offset) for struct member 'distribution'.
|
static long[] |
__DNA__FIELD__float_arg_1
Field descriptor (offset) for struct member 'float_arg_1'.
|
static long[] |
__DNA__FIELD__float_arg_2
Field descriptor (offset) for struct member 'float_arg_2'.
|
static long[] |
__DNA__FIELD__int_arg_1
Field descriptor (offset) for struct member 'int_arg_1'.
|
static long[] |
__DNA__FIELD__int_arg_2
Field descriptor (offset) for struct member 'int_arg_2'.
|
static long[] |
__DNA__FIELD__propname
Field descriptor (offset) for struct member 'propname'.
|
static long[] |
__DNA__FIELD__seed
Field descriptor (offset) for struct member 'seed'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bRandomActuator.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bRandomActuator(bRandomActuator that) |
|
bRandomActuator(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bRandomActuator> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getDistribution()
Get method for struct member 'distribution'.
|
float |
getFloat_arg_1()
Get method for struct member 'float_arg_1'.
|
float |
getFloat_arg_2()
Get method for struct member 'float_arg_2'.
|
int |
getInt_arg_1()
Get method for struct member 'int_arg_1'.
|
int |
getInt_arg_2()
Get method for struct member 'int_arg_2'.
|
CArrayFacade<java.lang.Byte> |
getPropname()
Get method for struct member 'propname'.
|
int |
getSeed()
Get method for struct member 'seed'.
|
void |
setDistribution(int distribution)
Set method for struct member 'distribution'.
|
void |
setFloat_arg_1(float float_arg_1)
Set method for struct member 'float_arg_1'.
|
void |
setFloat_arg_2(float float_arg_2)
Set method for struct member 'float_arg_2'.
|
void |
setInt_arg_1(int int_arg_1)
Set method for struct member 'int_arg_1'.
|
void |
setInt_arg_2(int int_arg_2)
Set method for struct member 'int_arg_2'.
|
void |
setPropname(CArrayFacade<java.lang.Byte> propname)
Set method for struct member 'propname'.
|
void |
setSeed(int seed)
Set method for struct member 'seed'.
|
__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 bRandomActuator.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__seed
This is how you get a reference on the corresponding field in the struct:
bRandomActuator brandomactuator = ...; CPointer<Object> p = brandomactuator.__dna__addressof(bRandomActuator.__DNA__FIELD__seed); CPointer<Integer> p_seed = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__distribution
This is how you get a reference on the corresponding field in the struct:
bRandomActuator brandomactuator = ...; CPointer<Object> p = brandomactuator.__dna__addressof(bRandomActuator.__DNA__FIELD__distribution); CPointer<Integer> p_distribution = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__int_arg_1
This is how you get a reference on the corresponding field in the struct:
bRandomActuator brandomactuator = ...; CPointer<Object> p = brandomactuator.__dna__addressof(bRandomActuator.__DNA__FIELD__int_arg_1); CPointer<Integer> p_int_arg_1 = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__int_arg_2
This is how you get a reference on the corresponding field in the struct:
bRandomActuator brandomactuator = ...; CPointer<Object> p = brandomactuator.__dna__addressof(bRandomActuator.__DNA__FIELD__int_arg_2); CPointer<Integer> p_int_arg_2 = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__float_arg_1
This is how you get a reference on the corresponding field in the struct:
bRandomActuator brandomactuator = ...; CPointer<Object> p = brandomactuator.__dna__addressof(bRandomActuator.__DNA__FIELD__float_arg_1); CPointer<Float> p_float_arg_1 = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__float_arg_2
This is how you get a reference on the corresponding field in the struct:
bRandomActuator brandomactuator = ...; CPointer<Object> p = brandomactuator.__dna__addressof(bRandomActuator.__DNA__FIELD__float_arg_2); CPointer<Float> p_float_arg_2 = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__propname
MAX_NAME
This is how you get a reference on the corresponding field in the struct:
bRandomActuator brandomactuator = ...; CPointer<Object> p = brandomactuator.__dna__addressof(bRandomActuator.__DNA__FIELD__propname); CPointer<CArrayFacade<Byte>> p_propname = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public bRandomActuator(long __address, Block __block, BlockTable __blockTable)
protected bRandomActuator(bRandomActuator that)
public int getSeed() throws java.io.IOException
java.io.IOException
__DNA__FIELD__seed
public void setSeed(int seed) throws java.io.IOException
java.io.IOException
__DNA__FIELD__seed
public int getDistribution() throws java.io.IOException
java.io.IOException
__DNA__FIELD__distribution
public void setDistribution(int distribution) throws java.io.IOException
java.io.IOException
__DNA__FIELD__distribution
public int getInt_arg_1() throws java.io.IOException
java.io.IOException
__DNA__FIELD__int_arg_1
public void setInt_arg_1(int int_arg_1) throws java.io.IOException
java.io.IOException
__DNA__FIELD__int_arg_1
public int getInt_arg_2() throws java.io.IOException
java.io.IOException
__DNA__FIELD__int_arg_2
public void setInt_arg_2(int int_arg_2) throws java.io.IOException
java.io.IOException
__DNA__FIELD__int_arg_2
public float getFloat_arg_1() throws java.io.IOException
java.io.IOException
__DNA__FIELD__float_arg_1
public void setFloat_arg_1(float float_arg_1) throws java.io.IOException
java.io.IOException
__DNA__FIELD__float_arg_1
public float getFloat_arg_2() throws java.io.IOException
java.io.IOException
__DNA__FIELD__float_arg_2
public void setFloat_arg_2(float float_arg_2) throws java.io.IOException
java.io.IOException
__DNA__FIELD__float_arg_2
public CArrayFacade<java.lang.Byte> getPropname() throws java.io.IOException
MAX_NAME
java.io.IOException
__DNA__FIELD__propname
public void setPropname(CArrayFacade<java.lang.Byte> propname) throws java.io.IOException
MAX_NAME
java.io.IOException
__DNA__FIELD__propname
public CPointer<bRandomActuator> __io__addressof()