Package org.blender.dna
Class ID_Runtime
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.ID_Runtime
-
public class ID_Runtime extends CFacade
Generated facet for DNA struct type 'ID_Runtime'.Class Documentation
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD__remap
Field descriptor (offset) for struct member 'remap'.static int
__DNA__SDNA_INDEX
This is the sdna index of the struct ID_Runtime.-
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 ID_Runtime(long __address, Block __block, BlockTable __blockTable)
protected
ID_Runtime(ID_Runtime that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<ID_Runtime>
__io__addressof()
Instantiates a pointer on this instance.ID_Runtime_Remap
getRemap()
Get method for struct member 'remap'.void
setRemap(ID_Runtime_Remap remap)
Set method for struct member 'remap'.-
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 ID_Runtime.It is required when allocating a new block to store data for ID_Runtime.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__remap
public static final long[] __DNA__FIELD__remap
Field descriptor (offset) for struct member 'remap'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ID_Runtime id_runtime = ...; CPointer<Object> p = id_runtime.__dna__addressof(ID_Runtime.__DNA__FIELD__remap); CPointer<ID_Runtime_Remap> p_remap = p.cast(new Class[]{ID_Runtime_Remap.class});
Metadata
- Field: 'remap'
- Signature: 'ID_Runtime_Remap'
- Actual Size (32bit/64bit): 16/16
-
-
Constructor Detail
-
ID_Runtime
public ID_Runtime(long __address, Block __block, BlockTable __blockTable)
-
ID_Runtime
protected ID_Runtime(ID_Runtime that)
-
-
Method Detail
-
getRemap
public ID_Runtime_Remap getRemap() throws java.io.IOException
Get method for struct member 'remap'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__remap
-
setRemap
public void setRemap(ID_Runtime_Remap remap) throws java.io.IOException
Set method for struct member 'remap'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__remap
-
__io__addressof
public CPointer<ID_Runtime> __io__addressof()
Instantiates a pointer on this instance.
-
-