public class bMouseActuator extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__limit_x
Field descriptor (offset) for struct member 'limit_x'.
|
static long[] |
__DNA__FIELD__limit_y
Field descriptor (offset) for struct member 'limit_y'.
|
static long[] |
__DNA__FIELD__object_axis
Field descriptor (offset) for struct member 'object_axis'.
|
static long[] |
__DNA__FIELD__sensitivity
Field descriptor (offset) for struct member 'sensitivity'.
|
static long[] |
__DNA__FIELD__threshold
Field descriptor (offset) for struct member 'threshold'.
|
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 bMouseActuator.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bMouseActuator(bMouseActuator that) |
|
bMouseActuator(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bMouseActuator> |
__io__addressof()
Instantiates a pointer on this instance.
|
short |
getFlag()
Get method for struct member 'flag'.
|
CArrayFacade<java.lang.Float> |
getLimit_x()
Get method for struct member 'limit_x'.
|
CArrayFacade<java.lang.Float> |
getLimit_y()
Get method for struct member 'limit_y'.
|
CArrayFacade<java.lang.Integer> |
getObject_axis()
Get method for struct member 'object_axis'.
|
CArrayFacade<java.lang.Float> |
getSensitivity()
Get method for struct member 'sensitivity'.
|
CArrayFacade<java.lang.Float> |
getThreshold()
Get method for struct member 'threshold'.
|
short |
getType()
Get method for struct member 'type'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setLimit_x(CArrayFacade<java.lang.Float> limit_x)
Set method for struct member 'limit_x'.
|
void |
setLimit_y(CArrayFacade<java.lang.Float> limit_y)
Set method for struct member 'limit_y'.
|
void |
setObject_axis(CArrayFacade<java.lang.Integer> object_axis)
Set method for struct member 'object_axis'.
|
void |
setSensitivity(CArrayFacade<java.lang.Float> sensitivity)
Set method for struct member 'sensitivity'.
|
void |
setThreshold(CArrayFacade<java.lang.Float> threshold)
Set method for struct member 'threshold'.
|
void |
setType(short 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 bMouseActuator.
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:
bMouseActuator bmouseactuator = ...; CPointer<Object> p = bmouseactuator.__dna__addressof(bMouseActuator.__DNA__FIELD__type); CPointer<Short> p_type = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
bMouseActuator bmouseactuator = ...; CPointer<Object> p = bmouseactuator.__dna__addressof(bMouseActuator.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__object_axis
This is how you get a reference on the corresponding field in the struct:
bMouseActuator bmouseactuator = ...; CPointer<Object> p = bmouseactuator.__dna__addressof(bMouseActuator.__DNA__FIELD__object_axis); CPointer<CArrayFacade<Integer>> p_object_axis = p.cast(new Class[]{CArrayFacade.class, Integer.class});
public static final long[] __DNA__FIELD__threshold
This is how you get a reference on the corresponding field in the struct:
bMouseActuator bmouseactuator = ...; CPointer<Object> p = bmouseactuator.__dna__addressof(bMouseActuator.__DNA__FIELD__threshold); CPointer<CArrayFacade<Float>> p_threshold = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__sensitivity
This is how you get a reference on the corresponding field in the struct:
bMouseActuator bmouseactuator = ...; CPointer<Object> p = bmouseactuator.__dna__addressof(bMouseActuator.__DNA__FIELD__sensitivity); CPointer<CArrayFacade<Float>> p_sensitivity = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__limit_x
This is how you get a reference on the corresponding field in the struct:
bMouseActuator bmouseactuator = ...; CPointer<Object> p = bmouseactuator.__dna__addressof(bMouseActuator.__DNA__FIELD__limit_x); CPointer<CArrayFacade<Float>> p_limit_x = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__limit_y
This is how you get a reference on the corresponding field in the struct:
bMouseActuator bmouseactuator = ...; CPointer<Object> p = bmouseactuator.__dna__addressof(bMouseActuator.__DNA__FIELD__limit_y); CPointer<CArrayFacade<Float>> p_limit_y = p.cast(new Class[]{CArrayFacade.class, Float.class});
public bMouseActuator(long __address, Block __block, BlockTable __blockTable)
protected bMouseActuator(bMouseActuator that)
public short getType() throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public void setType(short type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public short getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(short flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public CArrayFacade<java.lang.Integer> getObject_axis() throws java.io.IOException
java.io.IOException
__DNA__FIELD__object_axis
public void setObject_axis(CArrayFacade<java.lang.Integer> object_axis) throws java.io.IOException
java.io.IOException
__DNA__FIELD__object_axis
public CArrayFacade<java.lang.Float> getThreshold() throws java.io.IOException
java.io.IOException
__DNA__FIELD__threshold
public void setThreshold(CArrayFacade<java.lang.Float> threshold) throws java.io.IOException
java.io.IOException
__DNA__FIELD__threshold
public CArrayFacade<java.lang.Float> getSensitivity() throws java.io.IOException
java.io.IOException
__DNA__FIELD__sensitivity
public void setSensitivity(CArrayFacade<java.lang.Float> sensitivity) throws java.io.IOException
java.io.IOException
__DNA__FIELD__sensitivity
public CArrayFacade<java.lang.Float> getLimit_x() throws java.io.IOException
java.io.IOException
__DNA__FIELD__limit_x
public void setLimit_x(CArrayFacade<java.lang.Float> limit_x) throws java.io.IOException
java.io.IOException
__DNA__FIELD__limit_x
public CArrayFacade<java.lang.Float> getLimit_y() throws java.io.IOException
java.io.IOException
__DNA__FIELD__limit_y
public void setLimit_y(CArrayFacade<java.lang.Float> limit_y) throws java.io.IOException
java.io.IOException
__DNA__FIELD__limit_y
public CPointer<bMouseActuator> __io__addressof()