public class NodeGeometryAlignRotationToVector extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__axis
Field descriptor (offset) for struct member 'axis'.
|
static long[] |
__DNA__FIELD__input_type_factor
Field descriptor (offset) for struct member 'input_type_factor'.
|
static long[] |
__DNA__FIELD__input_type_vector
Field descriptor (offset) for struct member 'input_type_vector'.
|
static long[] |
__DNA__FIELD__pivot_axis
Field descriptor (offset) for struct member 'pivot_axis'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct NodeGeometryAlignRotationToVector.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
NodeGeometryAlignRotationToVector(long __address,
Block __block,
BlockTable __blockTable) |
protected |
NodeGeometryAlignRotationToVector(NodeGeometryAlignRotationToVector that) |
Modifier and Type | Method and Description |
---|---|
CPointer<NodeGeometryAlignRotationToVector> |
__io__addressof()
Instantiates a pointer on this instance.
|
byte |
getAxis()
Get method for struct member 'axis'.
|
byte |
getInput_type_factor()
Get method for struct member 'input_type_factor'.
|
byte |
getInput_type_vector()
Get method for struct member 'input_type_vector'.
|
byte |
getPivot_axis()
Get method for struct member 'pivot_axis'.
|
void |
setAxis(byte axis)
Set method for struct member 'axis'.
|
void |
setInput_type_factor(byte input_type_factor)
Set method for struct member 'input_type_factor'.
|
void |
setInput_type_vector(byte input_type_vector)
Set method for struct member 'input_type_vector'.
|
void |
setPivot_axis(byte pivot_axis)
Set method for struct member 'pivot_axis'.
|
__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 NodeGeometryAlignRotationToVector.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__axis
GeometryNodeAlignRotationToVectorAxis
This is how you get a reference on the corresponding field in the struct:
NodeGeometryAlignRotationToVector nodegeometryalignrotationtovector = ...; CPointer<Object> p = nodegeometryalignrotationtovector.__dna__addressof(NodeGeometryAlignRotationToVector.__DNA__FIELD__axis); CPointer<Byte> p_axis = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__pivot_axis
GeometryNodeAlignRotationToVectorPivotAxis
This is how you get a reference on the corresponding field in the struct:
NodeGeometryAlignRotationToVector nodegeometryalignrotationtovector = ...; CPointer<Object> p = nodegeometryalignrotationtovector.__dna__addressof(NodeGeometryAlignRotationToVector.__DNA__FIELD__pivot_axis); CPointer<Byte> p_pivot_axis = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__input_type_factor
GeometryNodeAttributeInputMode
This is how you get a reference on the corresponding field in the struct:
NodeGeometryAlignRotationToVector nodegeometryalignrotationtovector = ...; CPointer<Object> p = nodegeometryalignrotationtovector.__dna__addressof(NodeGeometryAlignRotationToVector.__DNA__FIELD__input_type_factor); CPointer<Byte> p_input_type_factor = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__input_type_vector
This is how you get a reference on the corresponding field in the struct:
NodeGeometryAlignRotationToVector nodegeometryalignrotationtovector = ...; CPointer<Object> p = nodegeometryalignrotationtovector.__dna__addressof(NodeGeometryAlignRotationToVector.__DNA__FIELD__input_type_vector); CPointer<Byte> p_input_type_vector = p.cast(new Class[]{Byte.class});
public NodeGeometryAlignRotationToVector(long __address, Block __block, BlockTable __blockTable)
protected NodeGeometryAlignRotationToVector(NodeGeometryAlignRotationToVector that)
public byte getAxis() throws java.io.IOException
GeometryNodeAlignRotationToVectorAxis
java.io.IOException
__DNA__FIELD__axis
public void setAxis(byte axis) throws java.io.IOException
GeometryNodeAlignRotationToVectorAxis
java.io.IOException
__DNA__FIELD__axis
public byte getPivot_axis() throws java.io.IOException
GeometryNodeAlignRotationToVectorPivotAxis
java.io.IOException
__DNA__FIELD__pivot_axis
public void setPivot_axis(byte pivot_axis) throws java.io.IOException
GeometryNodeAlignRotationToVectorPivotAxis
java.io.IOException
__DNA__FIELD__pivot_axis
public byte getInput_type_factor() throws java.io.IOException
GeometryNodeAttributeInputMode
java.io.IOException
__DNA__FIELD__input_type_factor
public void setInput_type_factor(byte input_type_factor) throws java.io.IOException
GeometryNodeAttributeInputMode
java.io.IOException
__DNA__FIELD__input_type_factor
public byte getInput_type_vector() throws java.io.IOException
java.io.IOException
__DNA__FIELD__input_type_vector
public void setInput_type_vector(byte input_type_vector) throws java.io.IOException
java.io.IOException
__DNA__FIELD__input_type_vector
public CPointer<NodeGeometryAlignRotationToVector> __io__addressof()