public class bConstraintActuator extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__damp
Field descriptor (offset) for struct member 'damp'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__matprop
Field descriptor (offset) for struct member 'matprop'.
|
static long[] |
__DNA__FIELD__maxloc
Field descriptor (offset) for struct member 'maxloc'.
|
static long[] |
__DNA__FIELD__maxrot
Field descriptor (offset) for struct member 'maxrot'.
|
static long[] |
__DNA__FIELD__minloc
Field descriptor (offset) for struct member 'minloc'.
|
static long[] |
__DNA__FIELD__minrot
Field descriptor (offset) for struct member 'minrot'.
|
static long[] |
__DNA__FIELD__mode
Field descriptor (offset) for struct member 'mode'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__rotdamp
Field descriptor (offset) for struct member 'rotdamp'.
|
static long[] |
__DNA__FIELD__time
Field descriptor (offset) for struct member 'time'.
|
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 bConstraintActuator.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bConstraintActuator(bConstraintActuator that) |
|
bConstraintActuator(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bConstraintActuator> |
__io__addressof()
Instantiates a pointer on this instance.
|
short |
getDamp()
Get method for struct member 'damp'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
CArrayFacade<java.lang.Byte> |
getMatprop()
Get method for struct member 'matprop'.
|
CArrayFacade<java.lang.Float> |
getMaxloc()
Get method for struct member 'maxloc'.
|
CArrayFacade<java.lang.Float> |
getMaxrot()
Get method for struct member 'maxrot'.
|
CArrayFacade<java.lang.Float> |
getMinloc()
Get method for struct member 'minloc'.
|
CArrayFacade<java.lang.Float> |
getMinrot()
Get method for struct member 'minrot'.
|
short |
getMode()
Get method for struct member 'mode'.
|
int |
getPad()
Get method for struct member 'pad'.
|
short |
getRotdamp()
Get method for struct member 'rotdamp'.
|
short |
getTime()
Get method for struct member 'time'.
|
short |
getType()
Get method for struct member 'type'.
|
void |
setDamp(short damp)
Set method for struct member 'damp'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setMatprop(CArrayFacade<java.lang.Byte> matprop)
Set method for struct member 'matprop'.
|
void |
setMaxloc(CArrayFacade<java.lang.Float> maxloc)
Set method for struct member 'maxloc'.
|
void |
setMaxrot(CArrayFacade<java.lang.Float> maxrot)
Set method for struct member 'maxrot'.
|
void |
setMinloc(CArrayFacade<java.lang.Float> minloc)
Set method for struct member 'minloc'.
|
void |
setMinrot(CArrayFacade<java.lang.Float> minrot)
Set method for struct member 'minrot'.
|
void |
setMode(short mode)
Set method for struct member 'mode'.
|
void |
setPad(int pad)
Set method for struct member 'pad'.
|
void |
setRotdamp(short rotdamp)
Set method for struct member 'rotdamp'.
|
void |
setTime(short time)
Set method for struct member 'time'.
|
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 bConstraintActuator.
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:
bConstraintActuator bconstraintactuator = ...; CPointer<Object> p = bconstraintactuator.__dna__addressof(bConstraintActuator.__DNA__FIELD__type); CPointer<Short> p_type = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__mode
This is how you get a reference on the corresponding field in the struct:
bConstraintActuator bconstraintactuator = ...; CPointer<Object> p = bconstraintactuator.__dna__addressof(bConstraintActuator.__DNA__FIELD__mode); CPointer<Short> p_mode = 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:
bConstraintActuator bconstraintactuator = ...; CPointer<Object> p = bconstraintactuator.__dna__addressof(bConstraintActuator.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__damp
This is how you get a reference on the corresponding field in the struct:
bConstraintActuator bconstraintactuator = ...; CPointer<Object> p = bconstraintactuator.__dna__addressof(bConstraintActuator.__DNA__FIELD__damp); CPointer<Short> p_damp = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__time
This is how you get a reference on the corresponding field in the struct:
bConstraintActuator bconstraintactuator = ...; CPointer<Object> p = bconstraintactuator.__dna__addressof(bConstraintActuator.__DNA__FIELD__time); CPointer<Short> p_time = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__rotdamp
This is how you get a reference on the corresponding field in the struct:
bConstraintActuator bconstraintactuator = ...; CPointer<Object> p = bconstraintactuator.__dna__addressof(bConstraintActuator.__DNA__FIELD__rotdamp); CPointer<Short> p_rotdamp = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
bConstraintActuator bconstraintactuator = ...; CPointer<Object> p = bconstraintactuator.__dna__addressof(bConstraintActuator.__DNA__FIELD__pad); CPointer<Integer> p_pad = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__minloc
This is how you get a reference on the corresponding field in the struct:
bConstraintActuator bconstraintactuator = ...; CPointer<Object> p = bconstraintactuator.__dna__addressof(bConstraintActuator.__DNA__FIELD__minloc); CPointer<CArrayFacade<Float>> p_minloc = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__maxloc
This is how you get a reference on the corresponding field in the struct:
bConstraintActuator bconstraintactuator = ...; CPointer<Object> p = bconstraintactuator.__dna__addressof(bConstraintActuator.__DNA__FIELD__maxloc); CPointer<CArrayFacade<Float>> p_maxloc = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__minrot
This is how you get a reference on the corresponding field in the struct:
bConstraintActuator bconstraintactuator = ...; CPointer<Object> p = bconstraintactuator.__dna__addressof(bConstraintActuator.__DNA__FIELD__minrot); CPointer<CArrayFacade<Float>> p_minrot = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__maxrot
This is how you get a reference on the corresponding field in the struct:
bConstraintActuator bconstraintactuator = ...; CPointer<Object> p = bconstraintactuator.__dna__addressof(bConstraintActuator.__DNA__FIELD__maxrot); CPointer<CArrayFacade<Float>> p_maxrot = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__matprop
This is how you get a reference on the corresponding field in the struct:
bConstraintActuator bconstraintactuator = ...; CPointer<Object> p = bconstraintactuator.__dna__addressof(bConstraintActuator.__DNA__FIELD__matprop); CPointer<CArrayFacade<Byte>> p_matprop = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public bConstraintActuator(long __address, Block __block, BlockTable __blockTable)
protected bConstraintActuator(bConstraintActuator 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 getMode() throws java.io.IOException
java.io.IOException
__DNA__FIELD__mode
public void setMode(short mode) throws java.io.IOException
java.io.IOException
__DNA__FIELD__mode
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 short getDamp() throws java.io.IOException
java.io.IOException
__DNA__FIELD__damp
public void setDamp(short damp) throws java.io.IOException
java.io.IOException
__DNA__FIELD__damp
public short getTime() throws java.io.IOException
java.io.IOException
__DNA__FIELD__time
public void setTime(short time) throws java.io.IOException
java.io.IOException
__DNA__FIELD__time
public short getRotdamp() throws java.io.IOException
java.io.IOException
__DNA__FIELD__rotdamp
public void setRotdamp(short rotdamp) throws java.io.IOException
java.io.IOException
__DNA__FIELD__rotdamp
public int getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(int pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public CArrayFacade<java.lang.Float> getMinloc() throws java.io.IOException
java.io.IOException
__DNA__FIELD__minloc
public void setMinloc(CArrayFacade<java.lang.Float> minloc) throws java.io.IOException
java.io.IOException
__DNA__FIELD__minloc
public CArrayFacade<java.lang.Float> getMaxloc() throws java.io.IOException
java.io.IOException
__DNA__FIELD__maxloc
public void setMaxloc(CArrayFacade<java.lang.Float> maxloc) throws java.io.IOException
java.io.IOException
__DNA__FIELD__maxloc
public CArrayFacade<java.lang.Float> getMinrot() throws java.io.IOException
java.io.IOException
__DNA__FIELD__minrot
public void setMinrot(CArrayFacade<java.lang.Float> minrot) throws java.io.IOException
java.io.IOException
__DNA__FIELD__minrot
public CArrayFacade<java.lang.Float> getMaxrot() throws java.io.IOException
java.io.IOException
__DNA__FIELD__maxrot
public void setMaxrot(CArrayFacade<java.lang.Float> maxrot) throws java.io.IOException
java.io.IOException
__DNA__FIELD__maxrot
public CArrayFacade<java.lang.Byte> getMatprop() throws java.io.IOException
java.io.IOException
__DNA__FIELD__matprop
public void setMatprop(CArrayFacade<java.lang.Byte> matprop) throws java.io.IOException
java.io.IOException
__DNA__FIELD__matprop
public CPointer<bConstraintActuator> __io__addressof()