public class NodeGeometryPointInstance extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__instance_type
Field descriptor (offset) for struct member 'instance_type'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct NodeGeometryPointInstance.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
NodeGeometryPointInstance(long __address,
Block __block,
BlockTable __blockTable) |
protected |
NodeGeometryPointInstance(NodeGeometryPointInstance that) |
Modifier and Type | Method and Description |
---|---|
CPointer<NodeGeometryPointInstance> |
__io__addressof()
Instantiates a pointer on this instance.
|
byte |
getFlag()
Get method for struct member 'flag'.
|
byte |
getInstance_type()
Get method for struct member 'instance_type'.
|
void |
setFlag(byte flag)
Set method for struct member 'flag'.
|
void |
setInstance_type(byte instance_type)
Set method for struct member 'instance_type'.
|
__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 NodeGeometryPointInstance.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__instance_type
GeometryNodePointInstanceType.
This is how you get a reference on the corresponding field in the struct:
NodeGeometryPointInstance nodegeometrypointinstance = ...; CPointer<Object> p = nodegeometrypointinstance.__dna__addressof(NodeGeometryPointInstance.__DNA__FIELD__instance_type); CPointer<Byte> p_instance_type = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__flag
GeometryNodePointInstanceFlag.
This is how you get a reference on the corresponding field in the struct:
NodeGeometryPointInstance nodegeometrypointinstance = ...; CPointer<Object> p = nodegeometrypointinstance.__dna__addressof(NodeGeometryPointInstance.__DNA__FIELD__flag); CPointer<Byte> p_flag = p.cast(new Class[]{Byte.class});
public NodeGeometryPointInstance(long __address, Block __block, BlockTable __blockTable)
protected NodeGeometryPointInstance(NodeGeometryPointInstance that)
public byte getInstance_type() throws java.io.IOException
GeometryNodePointInstanceType.
java.io.IOException
__DNA__FIELD__instance_type
public void setInstance_type(byte instance_type) throws java.io.IOException
GeometryNodePointInstanceType.
java.io.IOException
__DNA__FIELD__instance_type
public byte getFlag() throws java.io.IOException
GeometryNodePointInstanceFlag.
java.io.IOException
__DNA__FIELD__flag
public void setFlag(byte flag) throws java.io.IOException
GeometryNodePointInstanceFlag.
java.io.IOException
__DNA__FIELD__flag
public CPointer<NodeGeometryPointInstance> __io__addressof()