public class bKinematicConstraint extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__dist
Field descriptor (offset) for struct member 'dist'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__grabtarget
Field descriptor (offset) for struct member 'grabtarget'.
|
static long[] |
__DNA__FIELD__iterations
Field descriptor (offset) for struct member 'iterations'.
|
static long[] |
__DNA__FIELD__max_rootbone
Field descriptor (offset) for struct member 'max_rootbone'.
|
static long[] |
__DNA__FIELD__mode
Field descriptor (offset) for struct member 'mode'.
|
static long[] |
__DNA__FIELD__orientweight
Field descriptor (offset) for struct member 'orientweight'.
|
static long[] |
__DNA__FIELD__poleangle
Field descriptor (offset) for struct member 'poleangle'.
|
static long[] |
__DNA__FIELD__polesubtarget
Field descriptor (offset) for struct member 'polesubtarget'.
|
static long[] |
__DNA__FIELD__poletar
Field descriptor (offset) for struct member 'poletar'.
|
static long[] |
__DNA__FIELD__rootbone
Field descriptor (offset) for struct member 'rootbone'.
|
static long[] |
__DNA__FIELD__subtarget
Field descriptor (offset) for struct member 'subtarget'.
|
static long[] |
__DNA__FIELD__tar
Field descriptor (offset) for struct member 'tar'.
|
static long[] |
__DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.
|
static long[] |
__DNA__FIELD__weight
Field descriptor (offset) for struct member 'weight'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bKinematicConstraint.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bKinematicConstraint(bKinematicConstraint that) |
|
bKinematicConstraint(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bKinematicConstraint> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getDist()
Get method for struct member 'dist'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
CArrayFacade<java.lang.Float> |
getGrabtarget()
Get method for struct member 'grabtarget'.
|
short |
getIterations()
Get method for struct member 'iterations'.
|
short |
getMax_rootbone()
Get method for struct member 'max_rootbone'.
|
short |
getMode()
Get method for struct member 'mode'.
|
float |
getOrientweight()
Get method for struct member 'orientweight'.
|
float |
getPoleangle()
Get method for struct member 'poleangle'.
|
CArrayFacade<java.lang.Byte> |
getPolesubtarget()
Get method for struct member 'polesubtarget'.
|
CPointer<BlenderObject> |
getPoletar()
Get method for struct member 'poletar'.
|
short |
getRootbone()
Get method for struct member 'rootbone'.
|
CArrayFacade<java.lang.Byte> |
getSubtarget()
Get method for struct member 'subtarget'.
|
CPointer<BlenderObject> |
getTar()
Get method for struct member 'tar'.
|
short |
getType()
Get method for struct member 'type'.
|
float |
getWeight()
Get method for struct member 'weight'.
|
void |
setDist(float dist)
Set method for struct member 'dist'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setGrabtarget(CArrayFacade<java.lang.Float> grabtarget)
Set method for struct member 'grabtarget'.
|
void |
setIterations(short iterations)
Set method for struct member 'iterations'.
|
void |
setMax_rootbone(short max_rootbone)
Set method for struct member 'max_rootbone'.
|
void |
setMode(short mode)
Set method for struct member 'mode'.
|
void |
setOrientweight(float orientweight)
Set method for struct member 'orientweight'.
|
void |
setPoleangle(float poleangle)
Set method for struct member 'poleangle'.
|
void |
setPolesubtarget(CArrayFacade<java.lang.Byte> polesubtarget)
Set method for struct member 'polesubtarget'.
|
void |
setPoletar(CPointer<BlenderObject> poletar)
Set method for struct member 'poletar'.
|
void |
setRootbone(short rootbone)
Set method for struct member 'rootbone'.
|
void |
setSubtarget(CArrayFacade<java.lang.Byte> subtarget)
Set method for struct member 'subtarget'.
|
void |
setTar(CPointer<BlenderObject> tar)
Set method for struct member 'tar'.
|
void |
setType(short type)
Set method for struct member 'type'.
|
void |
setWeight(float weight)
Set method for struct member 'weight'.
|
__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 bKinematicConstraint.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__tar
This is how you get a reference on the corresponding field in the struct:
bKinematicConstraint bkinematicconstraint = ...; CPointer<Object> p = bkinematicconstraint.__dna__addressof(bKinematicConstraint.__DNA__FIELD__tar); CPointer<CPointer<BlenderObject>> p_tar = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public static final long[] __DNA__FIELD__iterations
This is how you get a reference on the corresponding field in the struct:
bKinematicConstraint bkinematicconstraint = ...; CPointer<Object> p = bkinematicconstraint.__dna__addressof(bKinematicConstraint.__DNA__FIELD__iterations); CPointer<Short> p_iterations = 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:
bKinematicConstraint bkinematicconstraint = ...; CPointer<Object> p = bkinematicconstraint.__dna__addressof(bKinematicConstraint.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__rootbone
This is how you get a reference on the corresponding field in the struct:
bKinematicConstraint bkinematicconstraint = ...; CPointer<Object> p = bkinematicconstraint.__dna__addressof(bKinematicConstraint.__DNA__FIELD__rootbone); CPointer<Short> p_rootbone = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__max_rootbone
This is how you get a reference on the corresponding field in the struct:
bKinematicConstraint bkinematicconstraint = ...; CPointer<Object> p = bkinematicconstraint.__dna__addressof(bKinematicConstraint.__DNA__FIELD__max_rootbone); CPointer<Short> p_max_rootbone = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__subtarget
This is how you get a reference on the corresponding field in the struct:
bKinematicConstraint bkinematicconstraint = ...; CPointer<Object> p = bkinematicconstraint.__dna__addressof(bKinematicConstraint.__DNA__FIELD__subtarget); CPointer<CArrayFacade<Byte>> p_subtarget = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__poletar
This is how you get a reference on the corresponding field in the struct:
bKinematicConstraint bkinematicconstraint = ...; CPointer<Object> p = bkinematicconstraint.__dna__addressof(bKinematicConstraint.__DNA__FIELD__poletar); CPointer<CPointer<BlenderObject>> p_poletar = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public static final long[] __DNA__FIELD__polesubtarget
This is how you get a reference on the corresponding field in the struct:
bKinematicConstraint bkinematicconstraint = ...; CPointer<Object> p = bkinematicconstraint.__dna__addressof(bKinematicConstraint.__DNA__FIELD__polesubtarget); CPointer<CArrayFacade<Byte>> p_polesubtarget = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__poleangle
This is how you get a reference on the corresponding field in the struct:
bKinematicConstraint bkinematicconstraint = ...; CPointer<Object> p = bkinematicconstraint.__dna__addressof(bKinematicConstraint.__DNA__FIELD__poleangle); CPointer<Float> p_poleangle = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__weight
This is how you get a reference on the corresponding field in the struct:
bKinematicConstraint bkinematicconstraint = ...; CPointer<Object> p = bkinematicconstraint.__dna__addressof(bKinematicConstraint.__DNA__FIELD__weight); CPointer<Float> p_weight = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__orientweight
This is how you get a reference on the corresponding field in the struct:
bKinematicConstraint bkinematicconstraint = ...; CPointer<Object> p = bkinematicconstraint.__dna__addressof(bKinematicConstraint.__DNA__FIELD__orientweight); CPointer<Float> p_orientweight = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__grabtarget
This is how you get a reference on the corresponding field in the struct:
bKinematicConstraint bkinematicconstraint = ...; CPointer<Object> p = bkinematicconstraint.__dna__addressof(bKinematicConstraint.__DNA__FIELD__grabtarget); CPointer<CArrayFacade<Float>> p_grabtarget = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__type
This is how you get a reference on the corresponding field in the struct:
bKinematicConstraint bkinematicconstraint = ...; CPointer<Object> p = bkinematicconstraint.__dna__addressof(bKinematicConstraint.__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:
bKinematicConstraint bkinematicconstraint = ...; CPointer<Object> p = bkinematicconstraint.__dna__addressof(bKinematicConstraint.__DNA__FIELD__mode); CPointer<Short> p_mode = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__dist
This is how you get a reference on the corresponding field in the struct:
bKinematicConstraint bkinematicconstraint = ...; CPointer<Object> p = bkinematicconstraint.__dna__addressof(bKinematicConstraint.__DNA__FIELD__dist); CPointer<Float> p_dist = p.cast(new Class[]{Float.class});
public bKinematicConstraint(long __address, Block __block, BlockTable __blockTable)
protected bKinematicConstraint(bKinematicConstraint that)
public CPointer<BlenderObject> getTar() throws java.io.IOException
java.io.IOException
__DNA__FIELD__tar
public void setTar(CPointer<BlenderObject> tar) throws java.io.IOException
java.io.IOException
__DNA__FIELD__tar
public short getIterations() throws java.io.IOException
java.io.IOException
__DNA__FIELD__iterations
public void setIterations(short iterations) throws java.io.IOException
java.io.IOException
__DNA__FIELD__iterations
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 getRootbone() throws java.io.IOException
java.io.IOException
__DNA__FIELD__rootbone
public void setRootbone(short rootbone) throws java.io.IOException
java.io.IOException
__DNA__FIELD__rootbone
public short getMax_rootbone() throws java.io.IOException
java.io.IOException
__DNA__FIELD__max_rootbone
public void setMax_rootbone(short max_rootbone) throws java.io.IOException
java.io.IOException
__DNA__FIELD__max_rootbone
public CArrayFacade<java.lang.Byte> getSubtarget() throws java.io.IOException
java.io.IOException
__DNA__FIELD__subtarget
public void setSubtarget(CArrayFacade<java.lang.Byte> subtarget) throws java.io.IOException
java.io.IOException
__DNA__FIELD__subtarget
public CPointer<BlenderObject> getPoletar() throws java.io.IOException
java.io.IOException
__DNA__FIELD__poletar
public void setPoletar(CPointer<BlenderObject> poletar) throws java.io.IOException
java.io.IOException
__DNA__FIELD__poletar
public CArrayFacade<java.lang.Byte> getPolesubtarget() throws java.io.IOException
java.io.IOException
__DNA__FIELD__polesubtarget
public void setPolesubtarget(CArrayFacade<java.lang.Byte> polesubtarget) throws java.io.IOException
java.io.IOException
__DNA__FIELD__polesubtarget
public float getPoleangle() throws java.io.IOException
java.io.IOException
__DNA__FIELD__poleangle
public void setPoleangle(float poleangle) throws java.io.IOException
java.io.IOException
__DNA__FIELD__poleangle
public float getWeight() throws java.io.IOException
java.io.IOException
__DNA__FIELD__weight
public void setWeight(float weight) throws java.io.IOException
java.io.IOException
__DNA__FIELD__weight
public float getOrientweight() throws java.io.IOException
java.io.IOException
__DNA__FIELD__orientweight
public void setOrientweight(float orientweight) throws java.io.IOException
java.io.IOException
__DNA__FIELD__orientweight
public CArrayFacade<java.lang.Float> getGrabtarget() throws java.io.IOException
java.io.IOException
__DNA__FIELD__grabtarget
public void setGrabtarget(CArrayFacade<java.lang.Float> grabtarget) throws java.io.IOException
java.io.IOException
__DNA__FIELD__grabtarget
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 float getDist() throws java.io.IOException
java.io.IOException
__DNA__FIELD__dist
public void setDist(float dist) throws java.io.IOException
java.io.IOException
__DNA__FIELD__dist
public CPointer<bKinematicConstraint> __io__addressof()