public class NodeGeometryMeshLine extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__count_mode
Field descriptor (offset) for struct member 'count_mode'.
|
static long[] |
__DNA__FIELD__mode
Field descriptor (offset) for struct member 'mode'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct NodeGeometryMeshLine.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
NodeGeometryMeshLine(long __address,
Block __block,
BlockTable __blockTable) |
protected |
NodeGeometryMeshLine(NodeGeometryMeshLine that) |
Modifier and Type | Method and Description |
---|---|
CPointer<NodeGeometryMeshLine> |
__io__addressof()
Instantiates a pointer on this instance.
|
byte |
getCount_mode()
Get method for struct member 'count_mode'.
|
byte |
getMode()
Get method for struct member 'mode'.
|
void |
setCount_mode(byte count_mode)
Set method for struct member 'count_mode'.
|
void |
setMode(byte mode)
Set method for struct member 'mode'.
|
__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 NodeGeometryMeshLine.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__mode
GeometryNodeMeshLineMode.
This is how you get a reference on the corresponding field in the struct:
NodeGeometryMeshLine nodegeometrymeshline = ...; CPointer<Object> p = nodegeometrymeshline.__dna__addressof(NodeGeometryMeshLine.__DNA__FIELD__mode); CPointer<Byte> p_mode = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__count_mode
GeometryNodeMeshLineCountMode.
This is how you get a reference on the corresponding field in the struct:
NodeGeometryMeshLine nodegeometrymeshline = ...; CPointer<Object> p = nodegeometrymeshline.__dna__addressof(NodeGeometryMeshLine.__DNA__FIELD__count_mode); CPointer<Byte> p_count_mode = p.cast(new Class[]{Byte.class});
public NodeGeometryMeshLine(long __address, Block __block, BlockTable __blockTable)
protected NodeGeometryMeshLine(NodeGeometryMeshLine that)
public byte getMode() throws java.io.IOException
GeometryNodeMeshLineMode.
java.io.IOException
__DNA__FIELD__mode
public void setMode(byte mode) throws java.io.IOException
GeometryNodeMeshLineMode.
java.io.IOException
__DNA__FIELD__mode
public byte getCount_mode() throws java.io.IOException
GeometryNodeMeshLineCountMode.
java.io.IOException
__DNA__FIELD__count_mode
public void setCount_mode(byte count_mode) throws java.io.IOException
GeometryNodeMeshLineCountMode.
java.io.IOException
__DNA__FIELD__count_mode
public CPointer<NodeGeometryMeshLine> __io__addressof()