Package org.blender.dna
Class ViewLayerEngineData
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.ViewLayerEngineData
-
public class ViewLayerEngineData extends CFacade
Generated facet for DNA struct type 'ViewLayerEngineData'.Class Documentation
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD__engine_type
Field descriptor (offset) for struct member 'engine_type'.static long[]
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.static long[]
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.static long[]
__DNA__FIELD__storage
Field descriptor (offset) for struct member 'storage'.static int
__DNA__SDNA_INDEX
This is the sdna index of the struct ViewLayerEngineData.-
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 ViewLayerEngineData(long __address, Block __block, BlockTable __blockTable)
protected
ViewLayerEngineData(ViewLayerEngineData that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<ViewLayerEngineData>
__io__addressof()
Instantiates a pointer on this instance.CPointer<java.lang.Object>
getEngine_type()
Get method for struct member 'engine_type'.CPointer<ViewLayerEngineData>
getNext()
Get method for struct member 'next'.CPointer<ViewLayerEngineData>
getPrev()
Get method for struct member 'prev'.CPointer<java.lang.Object>
getStorage()
Get method for struct member 'storage'.void
setEngine_type(CPointer<java.lang.Object> engine_type)
Set method for struct member 'engine_type'.void
setNext(CPointer<ViewLayerEngineData> next)
Set method for struct member 'next'.void
setPrev(CPointer<ViewLayerEngineData> prev)
Set method for struct member 'prev'.void
setStorage(CPointer<java.lang.Object> storage)
Set method for struct member 'storage'.-
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 ViewLayerEngineData.It is required when allocating a new block to store data for ViewLayerEngineData.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__next
public static final long[] __DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ViewLayerEngineData viewlayerenginedata = ...; CPointer<Object> p = viewlayerenginedata.__dna__addressof(ViewLayerEngineData.__DNA__FIELD__next); CPointer<CPointer<ViewLayerEngineData>> p_next = p.cast(new Class[]{CPointer.class, ViewLayerEngineData.class});
Metadata
- Field: 'next'
- Signature: 'ViewLayerEngineData*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__prev
public static final long[] __DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ViewLayerEngineData viewlayerenginedata = ...; CPointer<Object> p = viewlayerenginedata.__dna__addressof(ViewLayerEngineData.__DNA__FIELD__prev); CPointer<CPointer<ViewLayerEngineData>> p_prev = p.cast(new Class[]{CPointer.class, ViewLayerEngineData.class});
Metadata
- Field: 'prev'
- Signature: 'ViewLayerEngineData*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__engine_type
public static final long[] __DNA__FIELD__engine_type
Field descriptor (offset) for struct member 'engine_type'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ViewLayerEngineData viewlayerenginedata = ...; CPointer<Object> p = viewlayerenginedata.__dna__addressof(ViewLayerEngineData.__DNA__FIELD__engine_type); CPointer<CPointer<Object>> p_engine_type = p.cast(new Class[]{CPointer.class, Object.class});
Metadata
- Field: 'engine_type'
- Signature: 'DrawEngineType*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__storage
public static final long[] __DNA__FIELD__storage
Field descriptor (offset) for struct member 'storage'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ViewLayerEngineData viewlayerenginedata = ...; CPointer<Object> p = viewlayerenginedata.__dna__addressof(ViewLayerEngineData.__DNA__FIELD__storage); CPointer<CPointer<Object>> p_storage = p.cast(new Class[]{CPointer.class, Object.class});
Metadata
- Field: 'storage'
- Signature: 'void*'
- Actual Size (32bit/64bit): 4/8
-
-
Constructor Detail
-
ViewLayerEngineData
public ViewLayerEngineData(long __address, Block __block, BlockTable __blockTable)
-
ViewLayerEngineData
protected ViewLayerEngineData(ViewLayerEngineData that)
-
-
Method Detail
-
getNext
public CPointer<ViewLayerEngineData> getNext() throws java.io.IOException
Get method for struct member 'next'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__next
-
setNext
public void setNext(CPointer<ViewLayerEngineData> next) throws java.io.IOException
Set method for struct member 'next'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__next
-
getPrev
public CPointer<ViewLayerEngineData> getPrev() throws java.io.IOException
Get method for struct member 'prev'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__prev
-
setPrev
public void setPrev(CPointer<ViewLayerEngineData> prev) throws java.io.IOException
Set method for struct member 'prev'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__prev
-
getEngine_type
public CPointer<java.lang.Object> getEngine_type() throws java.io.IOException
Get method for struct member 'engine_type'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__engine_type
-
setEngine_type
public void setEngine_type(CPointer<java.lang.Object> engine_type) throws java.io.IOException
Set method for struct member 'engine_type'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__engine_type
-
getStorage
public CPointer<java.lang.Object> getStorage() throws java.io.IOException
Get method for struct member 'storage'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__storage
-
setStorage
public void setStorage(CPointer<java.lang.Object> storage) throws java.io.IOException
Set method for struct member 'storage'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__storage
-
__io__addressof
public CPointer<ViewLayerEngineData> __io__addressof()
Instantiates a pointer on this instance.
-
-