public class LayerCollection extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD___pad2
Field descriptor (offset) for struct member '_pad2'.
|
static long[] |
__DNA__FIELD__collection
Field descriptor (offset) for struct member 'collection'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__layer_collections
Field descriptor (offset) for struct member 'layer_collections'.
|
static long[] |
__DNA__FIELD__local_collections_bits
Field descriptor (offset) for struct member 'local_collections_bits'.
|
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__runtime_flag
Field descriptor (offset) for struct member 'runtime_flag'.
|
static long[] |
__DNA__FIELD__scene_collection
Deprecated.
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: LayerCollection layercollection = ...; CPointer<Object> p = layercollection.__dna__addressof(LayerCollection.__DNA__FIELD__scene_collection); CPointer<CPointer<SceneCollection>> p_scene_collection = p.cast(new Class[]{CPointer.class, SceneCollection.class}); Metadata
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct LayerCollection.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
LayerCollection(LayerCollection that) |
|
LayerCollection(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<LayerCollection> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
CArrayFacade<java.lang.Short> |
get_pad2()
Get method for struct member '_pad2'.
|
CPointer<Collection> |
getCollection()
Get method for struct member 'collection'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
ListBase |
getLayer_collections()
Get method for struct member 'layer_collections'.
|
short |
getLocal_collections_bits()
Get method for struct member 'local_collections_bits'.
|
CPointer<LayerCollection> |
getNext()
Get method for struct member 'next'.
|
CPointer<LayerCollection> |
getPrev()
Get method for struct member 'prev'.
|
short |
getRuntime_flag()
Get method for struct member 'runtime_flag'.
|
CPointer<SceneCollection> |
getScene_collection()
Deprecated.
Deprecated
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
set_pad2(CArrayFacade<java.lang.Short> _pad2)
Set method for struct member '_pad2'.
|
void |
setCollection(CPointer<Collection> collection)
Set method for struct member 'collection'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setLayer_collections(ListBase layer_collections)
Set method for struct member 'layer_collections'.
|
void |
setLocal_collections_bits(short local_collections_bits)
Set method for struct member 'local_collections_bits'.
|
void |
setNext(CPointer<LayerCollection> next)
Set method for struct member 'next'.
|
void |
setPrev(CPointer<LayerCollection> prev)
Set method for struct member 'prev'.
|
void |
setRuntime_flag(short runtime_flag)
Set method for struct member 'runtime_flag'.
|
void |
setScene_collection(CPointer<SceneCollection> scene_collection)
Deprecated.
Deprecated
|
__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 LayerCollection.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__next
This is how you get a reference on the corresponding field in the struct:
LayerCollection layercollection = ...; CPointer<Object> p = layercollection.__dna__addressof(LayerCollection.__DNA__FIELD__next); CPointer<CPointer<LayerCollection>> p_next = p.cast(new Class[]{CPointer.class, LayerCollection.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
LayerCollection layercollection = ...; CPointer<Object> p = layercollection.__dna__addressof(LayerCollection.__DNA__FIELD__prev); CPointer<CPointer<LayerCollection>> p_prev = p.cast(new Class[]{CPointer.class, LayerCollection.class});
public static final long[] __DNA__FIELD__collection
This is how you get a reference on the corresponding field in the struct:
LayerCollection layercollection = ...; CPointer<Object> p = layercollection.__dna__addressof(LayerCollection.__DNA__FIELD__collection); CPointer<CPointer<Collection>> p_collection = p.cast(new Class[]{CPointer.class, Collection.class});
public static final long[] __DNA__FIELD__scene_collection
This is how you get a reference on the corresponding field in the struct:
LayerCollection layercollection = ...; CPointer<Object> p = layercollection.__dna__addressof(LayerCollection.__DNA__FIELD__scene_collection); CPointer<CPointer<SceneCollection>> p_scene_collection = p.cast(new Class[]{CPointer.class, SceneCollection.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
LayerCollection layercollection = ...; CPointer<Object> p = layercollection.__dna__addressof(LayerCollection.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__runtime_flag
This is how you get a reference on the corresponding field in the struct:
LayerCollection layercollection = ...; CPointer<Object> p = layercollection.__dna__addressof(LayerCollection.__DNA__FIELD__runtime_flag); CPointer<Short> p_runtime_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD___pad
This is how you get a reference on the corresponding field in the struct:
LayerCollection layercollection = ...; CPointer<Object> p = layercollection.__dna__addressof(LayerCollection.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__layer_collections
Synced with collection->children.
This is how you get a reference on the corresponding field in the struct:
LayerCollection layercollection = ...; CPointer<Object> p = layercollection.__dna__addressof(LayerCollection.__DNA__FIELD__layer_collections); CPointer<ListBase> p_layer_collections = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__local_collections_bits
This is how you get a reference on the corresponding field in the struct:
LayerCollection layercollection = ...; CPointer<Object> p = layercollection.__dna__addressof(LayerCollection.__DNA__FIELD__local_collections_bits); CPointer<Short> p_local_collections_bits = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD___pad2
This is how you get a reference on the corresponding field in the struct:
LayerCollection layercollection = ...; CPointer<Object> p = layercollection.__dna__addressof(LayerCollection.__DNA__FIELD___pad2); CPointer<CArrayFacade<Short>> p__pad2 = p.cast(new Class[]{CArrayFacade.class, Short.class});
public LayerCollection(long __address, Block __block, BlockTable __blockTable)
protected LayerCollection(LayerCollection that)
public CPointer<LayerCollection> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<LayerCollection> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<LayerCollection> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<LayerCollection> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public CPointer<Collection> getCollection() throws java.io.IOException
java.io.IOException
__DNA__FIELD__collection
public void setCollection(CPointer<Collection> collection) throws java.io.IOException
java.io.IOException
__DNA__FIELD__collection
public CPointer<SceneCollection> getScene_collection() throws java.io.IOException
java.io.IOException
__DNA__FIELD__scene_collection
public void setScene_collection(CPointer<SceneCollection> scene_collection) throws java.io.IOException
java.io.IOException
__DNA__FIELD__scene_collection
public short getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(short flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public short getRuntime_flag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__runtime_flag
public void setRuntime_flag(short runtime_flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__runtime_flag
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public ListBase getLayer_collections() throws java.io.IOException
Synced with collection->children.
java.io.IOException
__DNA__FIELD__layer_collections
public void setLayer_collections(ListBase layer_collections) throws java.io.IOException
Synced with collection->children.
java.io.IOException
__DNA__FIELD__layer_collections
public short getLocal_collections_bits() throws java.io.IOException
java.io.IOException
__DNA__FIELD__local_collections_bits
public void setLocal_collections_bits(short local_collections_bits) throws java.io.IOException
java.io.IOException
__DNA__FIELD__local_collections_bits
public CArrayFacade<java.lang.Short> get_pad2() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad2
public void set_pad2(CArrayFacade<java.lang.Short> _pad2) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad2
public CPointer<LayerCollection> __io__addressof()