public class bLocLimitConstraint extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__flag2
Field descriptor (offset) for struct member 'flag2'.
|
static long[] |
__DNA__FIELD__xmax
Field descriptor (offset) for struct member 'xmax'.
|
static long[] |
__DNA__FIELD__xmin
Field descriptor (offset) for struct member 'xmin'.
|
static long[] |
__DNA__FIELD__ymax
Field descriptor (offset) for struct member 'ymax'.
|
static long[] |
__DNA__FIELD__ymin
Field descriptor (offset) for struct member 'ymin'.
|
static long[] |
__DNA__FIELD__zmax
Field descriptor (offset) for struct member 'zmax'.
|
static long[] |
__DNA__FIELD__zmin
Field descriptor (offset) for struct member 'zmin'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bLocLimitConstraint.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bLocLimitConstraint(bLocLimitConstraint that) |
|
bLocLimitConstraint(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bLocLimitConstraint> |
__io__addressof()
Instantiates a pointer on this instance.
|
short |
getFlag()
Get method for struct member 'flag'.
|
short |
getFlag2()
Get method for struct member 'flag2'.
|
float |
getXmax()
Get method for struct member 'xmax'.
|
float |
getXmin()
Get method for struct member 'xmin'.
|
float |
getYmax()
Get method for struct member 'ymax'.
|
float |
getYmin()
Get method for struct member 'ymin'.
|
float |
getZmax()
Get method for struct member 'zmax'.
|
float |
getZmin()
Get method for struct member 'zmin'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setFlag2(short flag2)
Set method for struct member 'flag2'.
|
void |
setXmax(float xmax)
Set method for struct member 'xmax'.
|
void |
setXmin(float xmin)
Set method for struct member 'xmin'.
|
void |
setYmax(float ymax)
Set method for struct member 'ymax'.
|
void |
setYmin(float ymin)
Set method for struct member 'ymin'.
|
void |
setZmax(float zmax)
Set method for struct member 'zmax'.
|
void |
setZmin(float zmin)
Set method for struct member 'zmin'.
|
__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 bLocLimitConstraint.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__xmin
This is how you get a reference on the corresponding field in the struct:
bLocLimitConstraint bloclimitconstraint = ...; CPointer<Object> p = bloclimitconstraint.__dna__addressof(bLocLimitConstraint.__DNA__FIELD__xmin); CPointer<Float> p_xmin = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__xmax
This is how you get a reference on the corresponding field in the struct:
bLocLimitConstraint bloclimitconstraint = ...; CPointer<Object> p = bloclimitconstraint.__dna__addressof(bLocLimitConstraint.__DNA__FIELD__xmax); CPointer<Float> p_xmax = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__ymin
This is how you get a reference on the corresponding field in the struct:
bLocLimitConstraint bloclimitconstraint = ...; CPointer<Object> p = bloclimitconstraint.__dna__addressof(bLocLimitConstraint.__DNA__FIELD__ymin); CPointer<Float> p_ymin = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__ymax
This is how you get a reference on the corresponding field in the struct:
bLocLimitConstraint bloclimitconstraint = ...; CPointer<Object> p = bloclimitconstraint.__dna__addressof(bLocLimitConstraint.__DNA__FIELD__ymax); CPointer<Float> p_ymax = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__zmin
This is how you get a reference on the corresponding field in the struct:
bLocLimitConstraint bloclimitconstraint = ...; CPointer<Object> p = bloclimitconstraint.__dna__addressof(bLocLimitConstraint.__DNA__FIELD__zmin); CPointer<Float> p_zmin = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__zmax
This is how you get a reference on the corresponding field in the struct:
bLocLimitConstraint bloclimitconstraint = ...; CPointer<Object> p = bloclimitconstraint.__dna__addressof(bLocLimitConstraint.__DNA__FIELD__zmax); CPointer<Float> p_zmax = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
bLocLimitConstraint bloclimitconstraint = ...; CPointer<Object> p = bloclimitconstraint.__dna__addressof(bLocLimitConstraint.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__flag2
This is how you get a reference on the corresponding field in the struct:
bLocLimitConstraint bloclimitconstraint = ...; CPointer<Object> p = bloclimitconstraint.__dna__addressof(bLocLimitConstraint.__DNA__FIELD__flag2); CPointer<Short> p_flag2 = p.cast(new Class[]{Short.class});
public bLocLimitConstraint(long __address, Block __block, BlockTable __blockTable)
protected bLocLimitConstraint(bLocLimitConstraint that)
public float getXmin() throws java.io.IOException
java.io.IOException
__DNA__FIELD__xmin
public void setXmin(float xmin) throws java.io.IOException
java.io.IOException
__DNA__FIELD__xmin
public float getXmax() throws java.io.IOException
java.io.IOException
__DNA__FIELD__xmax
public void setXmax(float xmax) throws java.io.IOException
java.io.IOException
__DNA__FIELD__xmax
public float getYmin() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ymin
public void setYmin(float ymin) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ymin
public float getYmax() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ymax
public void setYmax(float ymax) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ymax
public float getZmin() throws java.io.IOException
java.io.IOException
__DNA__FIELD__zmin
public void setZmin(float zmin) throws java.io.IOException
java.io.IOException
__DNA__FIELD__zmin
public float getZmax() throws java.io.IOException
java.io.IOException
__DNA__FIELD__zmax
public void setZmax(float zmax) throws java.io.IOException
java.io.IOException
__DNA__FIELD__zmax
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 getFlag2() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag2
public void setFlag2(short flag2) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag2
public CPointer<bLocLimitConstraint> __io__addressof()