Class NodeCryptomatte
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.NodeCryptomatte
-
public class NodeCryptomatte extends CFacade
Generated facet for DNA struct type 'NodeCryptomatte'.Class Documentation
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.static long[]
__DNA__FIELD__entries
Field descriptor (offset) for struct member 'entries'.static long[]
__DNA__FIELD__iuser
Field descriptor (offset) for struct member 'iuser'.static long[]
__DNA__FIELD__layer_name
Field descriptor (offset) for struct member 'layer_name'.static long[]
__DNA__FIELD__matte_id
Field descriptor (offset) for struct member 'matte_id'.static long[]
__DNA__FIELD__num_inputs
Field descriptor (offset) for struct member 'num_inputs'.static long[]
__DNA__FIELD__runtime
Field descriptor (offset) for struct member 'runtime'.static int
__DNA__SDNA_INDEX
This is the sdna index of the struct NodeCryptomatte.-
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 NodeCryptomatte(long __address, Block __block, BlockTable __blockTable)
protected
NodeCryptomatte(NodeCryptomatte that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<NodeCryptomatte>
__io__addressof()
Instantiates a pointer on this instance.CArrayFacade<java.lang.Byte>
get_pad()
Get method for struct member '_pad'.ListBase
getEntries()
Get method for struct member 'entries'.ImageUser
getIuser()
Get method for struct member 'iuser'.CArrayFacade<java.lang.Byte>
getLayer_name()
Get method for struct member 'layer_name'.CPointer<java.lang.Byte>
getMatte_id()
Get method for struct member 'matte_id'.int
getNum_inputs()
Get method for struct member 'num_inputs'.NodeCryptomatte_Runtime
getRuntime()
Get method for struct member 'runtime'.void
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.void
setEntries(ListBase entries)
Set method for struct member 'entries'.void
setIuser(ImageUser iuser)
Set method for struct member 'iuser'.void
setLayer_name(CArrayFacade<java.lang.Byte> layer_name)
Set method for struct member 'layer_name'.void
setMatte_id(CPointer<java.lang.Byte> matte_id)
Set method for struct member 'matte_id'.void
setNum_inputs(int num_inputs)
Set method for struct member 'num_inputs'.void
setRuntime(NodeCryptomatte_Runtime runtime)
Set method for struct member 'runtime'.-
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 NodeCryptomatte.It is required when allocating a new block to store data for NodeCryptomatte.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__iuser
public static final long[] __DNA__FIELD__iuser
Field descriptor (offset) for struct member 'iuser'.Field Documentation
Blender Source Code
, so storage needs to be cast to
ImageUser
directly.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
NodeCryptomatte nodecryptomatte = ...; CPointer<Object> p = nodecryptomatte.__dna__addressof(NodeCryptomatte.__DNA__FIELD__iuser); CPointer<ImageUser> p_iuser = p.cast(new Class[]{ImageUser.class});
Metadata
- Field: 'iuser'
- Signature: 'ImageUser'
- Actual Size (32bit/64bit): 36/40
-
__DNA__FIELD__entries
public static final long[] __DNA__FIELD__entries
Field descriptor (offset) for struct member 'entries'.Field Documentation
Blender Source Code
Contains
.CryptomatteEntry
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
NodeCryptomatte nodecryptomatte = ...; CPointer<Object> p = nodecryptomatte.__dna__addressof(NodeCryptomatte.__DNA__FIELD__entries); CPointer<ListBase> p_entries = p.cast(new Class[]{ListBase.class});
Metadata
- Field: 'entries'
- Signature: 'ListBase'
- Actual Size (32bit/64bit): 8/16
-
__DNA__FIELD__layer_name
public static final long[] __DNA__FIELD__layer_name
Field descriptor (offset) for struct member 'layer_name'.Field Documentation
Blender Source Code
MAX_NAME
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
NodeCryptomatte nodecryptomatte = ...; CPointer<Object> p = nodecryptomatte.__dna__addressof(NodeCryptomatte.__DNA__FIELD__layer_name); CPointer<CArrayFacade<Byte>> p_layer_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: 'layer_name'
- Signature: 'char[64]'
- Actual Size (32bit/64bit): 64/64
-
__DNA__FIELD__matte_id
public static final long[] __DNA__FIELD__matte_id
Field descriptor (offset) for struct member 'matte_id'.Field Documentation
Blender Source Code
as a string for opening in 2.80-2.91.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
NodeCryptomatte nodecryptomatte = ...; CPointer<Object> p = nodecryptomatte.__dna__addressof(NodeCryptomatte.__DNA__FIELD__matte_id); CPointer<CPointer<Byte>> p_matte_id = p.cast(new Class[]{CPointer.class, Byte.class});
Metadata
- Field: 'matte_id'
- Signature: 'char*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__num_inputs
public static final long[] __DNA__FIELD__num_inputs
Field descriptor (offset) for struct member 'num_inputs'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
NodeCryptomatte nodecryptomatte = ...; CPointer<Object> p = nodecryptomatte.__dna__addressof(NodeCryptomatte.__DNA__FIELD__num_inputs); CPointer<Integer> p_num_inputs = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'num_inputs'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD___pad
public static final long[] __DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
NodeCryptomatte nodecryptomatte = ...; CPointer<Object> p = nodecryptomatte.__dna__addressof(NodeCryptomatte.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: '_pad'
- Signature: 'char[4]'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__runtime
public static final long[] __DNA__FIELD__runtime
Field descriptor (offset) for struct member 'runtime'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
NodeCryptomatte nodecryptomatte = ...; CPointer<Object> p = nodecryptomatte.__dna__addressof(NodeCryptomatte.__DNA__FIELD__runtime); CPointer<NodeCryptomatte_Runtime> p_runtime = p.cast(new Class[]{NodeCryptomatte_Runtime.class});
Metadata
- Field: 'runtime'
- Signature: 'NodeCryptomatte_Runtime'
- Actual Size (32bit/64bit): 32/40
-
-
Constructor Detail
-
NodeCryptomatte
public NodeCryptomatte(long __address, Block __block, BlockTable __blockTable)
-
NodeCryptomatte
protected NodeCryptomatte(NodeCryptomatte that)
-
-
Method Detail
-
getIuser
public ImageUser getIuser() throws java.io.IOException
Get method for struct member 'iuser'.Field Documentation
Blender Source Code
, so storage needs to be cast to
ImageUser
directly.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__iuser
-
setIuser
public void setIuser(ImageUser iuser) throws java.io.IOException
Set method for struct member 'iuser'.Field Documentation
Blender Source Code
, so storage needs to be cast to
ImageUser
directly.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__iuser
-
getEntries
public ListBase getEntries() throws java.io.IOException
Get method for struct member 'entries'.Field Documentation
Blender Source Code
Contains
.CryptomatteEntry
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__entries
-
setEntries
public void setEntries(ListBase entries) throws java.io.IOException
Set method for struct member 'entries'.Field Documentation
Blender Source Code
Contains
.CryptomatteEntry
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__entries
-
getLayer_name
public CArrayFacade<java.lang.Byte> getLayer_name() throws java.io.IOException
Get method for struct member 'layer_name'.Field Documentation
Blender Source Code
MAX_NAME
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__layer_name
-
setLayer_name
public void setLayer_name(CArrayFacade<java.lang.Byte> layer_name) throws java.io.IOException
Set method for struct member 'layer_name'.Field Documentation
Blender Source Code
MAX_NAME
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__layer_name
-
getMatte_id
public CPointer<java.lang.Byte> getMatte_id() throws java.io.IOException
Get method for struct member 'matte_id'.Field Documentation
Blender Source Code
as a string for opening in 2.80-2.91.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__matte_id
-
setMatte_id
public void setMatte_id(CPointer<java.lang.Byte> matte_id) throws java.io.IOException
Set method for struct member 'matte_id'.Field Documentation
Blender Source Code
as a string for opening in 2.80-2.91.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__matte_id
-
getNum_inputs
public int getNum_inputs() throws java.io.IOException
Get method for struct member 'num_inputs'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__num_inputs
-
setNum_inputs
public void setNum_inputs(int num_inputs) throws java.io.IOException
Set method for struct member 'num_inputs'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__num_inputs
-
get_pad
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
Get method for struct member '_pad'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad
-
set_pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
Set method for struct member '_pad'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad
-
getRuntime
public NodeCryptomatte_Runtime getRuntime() throws java.io.IOException
Get method for struct member 'runtime'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__runtime
-
setRuntime
public void setRuntime(NodeCryptomatte_Runtime runtime) throws java.io.IOException
Set method for struct member 'runtime'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__runtime
-
__io__addressof
public CPointer<NodeCryptomatte> __io__addressof()
Instantiates a pointer on this instance.
-
-