Package org.blender.dna
Class bIKParam
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.bIKParam
-
public class bIKParam extends CFacade
Generated facet for DNA struct type 'bIKParam'.Class Documentation
Blender Source Code
header for all bPose->ikparam structures
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD__iksolver
Field descriptor (offset) for struct member 'iksolver'.static int
__DNA__SDNA_INDEX
This is the sdna index of the struct bIKParam.-
Fields inherited from class org.cakelab.blender.nio.CFacade
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
-
-
Constructor Summary
Constructors Modifier Constructor Description bIKParam(long __address, Block __block, BlockTable __blockTable)
protected
bIKParam(bIKParam that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<bIKParam>
__io__addressof()
Instantiates a pointer on this instance.int
getIksolver()
Get method for struct member 'iksolver'.void
setIksolver(int iksolver)
Set method for struct member 'iksolver'.-
Methods inherited from class org.cakelab.blender.nio.CFacade
__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, equals, hashCode
-
-
-
-
Field Detail
-
__DNA__SDNA_INDEX
public static final int __DNA__SDNA_INDEX
This is the sdna index of the struct bIKParam.It is required when allocating a new block to store data for bIKParam.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__iksolver
public static final long[] __DNA__FIELD__iksolver
Field descriptor (offset) for struct member 'iksolver'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
bIKParam bikparam = ...; CPointer<Object> p = bikparam.__dna__addressof(bIKParam.__DNA__FIELD__iksolver); CPointer<Integer> p_iksolver = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'iksolver'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
-
Constructor Detail
-
bIKParam
public bIKParam(long __address, Block __block, BlockTable __blockTable)
-
bIKParam
protected bIKParam(bIKParam that)
-
-
Method Detail
-
getIksolver
public int getIksolver() throws java.io.IOException
Get method for struct member 'iksolver'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__iksolver
-
setIksolver
public void setIksolver(int iksolver) throws java.io.IOException
Set method for struct member 'iksolver'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__iksolver
-
-