public class bPoseChannel_Runtime extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__bbone_deform_mats
Field descriptor (offset) for struct member 'bbone_deform_mats'.
|
static long[] |
__DNA__FIELD__bbone_dual_quats
Field descriptor (offset) for struct member 'bbone_dual_quats'.
|
static long[] |
__DNA__FIELD__bbone_pose_mats
Field descriptor (offset) for struct member 'bbone_pose_mats'.
|
static long[] |
__DNA__FIELD__bbone_rest_mats
Field descriptor (offset) for struct member 'bbone_rest_mats'.
|
static long[] |
__DNA__FIELD__bbone_segments
Field descriptor (offset) for struct member 'bbone_segments'.
|
static long[] |
__DNA__FIELD__deform_dual_quat
Field descriptor (offset) for struct member 'deform_dual_quat'.
|
static long[] |
__DNA__FIELD__session_uuid
Field descriptor (offset) for struct member 'session_uuid'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bPoseChannel_Runtime.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bPoseChannel_Runtime(bPoseChannel_Runtime that) |
|
bPoseChannel_Runtime(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bPoseChannel_Runtime> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<java.lang.Object> |
getBbone_deform_mats()
Get method for struct member 'bbone_deform_mats'.
|
CPointer<DualQuat> |
getBbone_dual_quats()
Get method for struct member 'bbone_dual_quats'.
|
CPointer<java.lang.Object> |
getBbone_pose_mats()
Get method for struct member 'bbone_pose_mats'.
|
CPointer<java.lang.Object> |
getBbone_rest_mats()
Get method for struct member 'bbone_rest_mats'.
|
int |
getBbone_segments()
Get method for struct member 'bbone_segments'.
|
DualQuat |
getDeform_dual_quat()
Get method for struct member 'deform_dual_quat'.
|
SessionUUID |
getSession_uuid()
Get method for struct member 'session_uuid'.
|
void |
setBbone_deform_mats(CPointer<java.lang.Object> bbone_deform_mats)
Set method for struct member 'bbone_deform_mats'.
|
void |
setBbone_dual_quats(CPointer<DualQuat> bbone_dual_quats)
Set method for struct member 'bbone_dual_quats'.
|
void |
setBbone_pose_mats(CPointer<java.lang.Object> bbone_pose_mats)
Set method for struct member 'bbone_pose_mats'.
|
void |
setBbone_rest_mats(CPointer<java.lang.Object> bbone_rest_mats)
Set method for struct member 'bbone_rest_mats'.
|
void |
setBbone_segments(int bbone_segments)
Set method for struct member 'bbone_segments'.
|
void |
setDeform_dual_quat(DualQuat deform_dual_quat)
Set method for struct member 'deform_dual_quat'.
|
void |
setSession_uuid(SessionUUID session_uuid)
Set method for struct member 'session_uuid'.
|
__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 bPoseChannel_Runtime.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__session_uuid
This is how you get a reference on the corresponding field in the struct:
bPoseChannel_Runtime bposechannel_runtime = ...; CPointer<Object> p = bposechannel_runtime.__dna__addressof(bPoseChannel_Runtime.__DNA__FIELD__session_uuid); CPointer<SessionUUID> p_session_uuid = p.cast(new Class[]{SessionUUID.class});
public static final long[] __DNA__FIELD__deform_dual_quat
Cached dual quaternion for deformation.
This is how you get a reference on the corresponding field in the struct:
bPoseChannel_Runtime bposechannel_runtime = ...; CPointer<Object> p = bposechannel_runtime.__dna__addressof(bPoseChannel_Runtime.__DNA__FIELD__deform_dual_quat); CPointer<DualQuat> p_deform_dual_quat = p.cast(new Class[]{DualQuat.class});
public static final long[] __DNA__FIELD__bbone_segments
B-Bone shape data: copy of the segment count for validation.
This is how you get a reference on the corresponding field in the struct:
bPoseChannel_Runtime bposechannel_runtime = ...; CPointer<Object> p = bposechannel_runtime.__dna__addressof(bPoseChannel_Runtime.__DNA__FIELD__bbone_segments); CPointer<Integer> p_bbone_segments = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__bbone_rest_mats
Rest and posed matrices for segments.
This is how you get a reference on the corresponding field in the struct:
bPoseChannel_Runtime bposechannel_runtime = ...; CPointer<Object> p = bposechannel_runtime.__dna__addressof(bPoseChannel_Runtime.__DNA__FIELD__bbone_rest_mats); CPointer<CPointer<Object>> p_bbone_rest_mats = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__bbone_pose_mats
This is how you get a reference on the corresponding field in the struct:
bPoseChannel_Runtime bposechannel_runtime = ...; CPointer<Object> p = bposechannel_runtime.__dna__addressof(bPoseChannel_Runtime.__DNA__FIELD__bbone_pose_mats); CPointer<CPointer<Object>> p_bbone_pose_mats = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__bbone_deform_mats
Delta from rest to pose in matrix and DualQuat
form.
This is how you get a reference on the corresponding field in the struct:
bPoseChannel_Runtime bposechannel_runtime = ...; CPointer<Object> p = bposechannel_runtime.__dna__addressof(bPoseChannel_Runtime.__DNA__FIELD__bbone_deform_mats); CPointer<CPointer<Object>> p_bbone_deform_mats = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__bbone_dual_quats
This is how you get a reference on the corresponding field in the struct:
bPoseChannel_Runtime bposechannel_runtime = ...; CPointer<Object> p = bposechannel_runtime.__dna__addressof(bPoseChannel_Runtime.__DNA__FIELD__bbone_dual_quats); CPointer<CPointer<DualQuat>> p_bbone_dual_quats = p.cast(new Class[]{CPointer.class, DualQuat.class});
public bPoseChannel_Runtime(long __address, Block __block, BlockTable __blockTable)
protected bPoseChannel_Runtime(bPoseChannel_Runtime that)
public SessionUUID getSession_uuid() throws java.io.IOException
java.io.IOException
__DNA__FIELD__session_uuid
public void setSession_uuid(SessionUUID session_uuid) throws java.io.IOException
java.io.IOException
__DNA__FIELD__session_uuid
public DualQuat getDeform_dual_quat() throws java.io.IOException
Cached dual quaternion for deformation.
java.io.IOException
__DNA__FIELD__deform_dual_quat
public void setDeform_dual_quat(DualQuat deform_dual_quat) throws java.io.IOException
Cached dual quaternion for deformation.
java.io.IOException
__DNA__FIELD__deform_dual_quat
public int getBbone_segments() throws java.io.IOException
B-Bone shape data: copy of the segment count for validation.
java.io.IOException
__DNA__FIELD__bbone_segments
public void setBbone_segments(int bbone_segments) throws java.io.IOException
B-Bone shape data: copy of the segment count for validation.
java.io.IOException
__DNA__FIELD__bbone_segments
public CPointer<java.lang.Object> getBbone_rest_mats() throws java.io.IOException
Rest and posed matrices for segments.
java.io.IOException
__DNA__FIELD__bbone_rest_mats
public void setBbone_rest_mats(CPointer<java.lang.Object> bbone_rest_mats) throws java.io.IOException
Rest and posed matrices for segments.
java.io.IOException
__DNA__FIELD__bbone_rest_mats
public CPointer<java.lang.Object> getBbone_pose_mats() throws java.io.IOException
java.io.IOException
__DNA__FIELD__bbone_pose_mats
public void setBbone_pose_mats(CPointer<java.lang.Object> bbone_pose_mats) throws java.io.IOException
java.io.IOException
__DNA__FIELD__bbone_pose_mats
public CPointer<java.lang.Object> getBbone_deform_mats() throws java.io.IOException
Delta from rest to pose in matrix and DualQuat
form.
java.io.IOException
__DNA__FIELD__bbone_deform_mats
public void setBbone_deform_mats(CPointer<java.lang.Object> bbone_deform_mats) throws java.io.IOException
Delta from rest to pose in matrix and DualQuat
form.
java.io.IOException
__DNA__FIELD__bbone_deform_mats
public CPointer<DualQuat> getBbone_dual_quats() throws java.io.IOException
java.io.IOException
__DNA__FIELD__bbone_dual_quats
public void setBbone_dual_quats(CPointer<DualQuat> bbone_dual_quats) throws java.io.IOException
java.io.IOException
__DNA__FIELD__bbone_dual_quats
public CPointer<bPoseChannel_Runtime> __io__addressof()