public class NodeCryptomatte extends CFacade
Modifier and Type | Field and 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.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
NodeCryptomatte(long __address,
Block __block,
BlockTable __blockTable) |
protected |
NodeCryptomatte(NodeCryptomatte that) |
Modifier and Type | Method and 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'.
|
__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 NodeCryptomatte.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__iuser
, so storage needs to be cast to
ImageUser
directly.
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});
public static final long[] __DNA__FIELD__entries
Contains
. CryptomatteEntry
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});
public static final long[] __DNA__FIELD__layer_name
MAX_NAME
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});
public static final long[] __DNA__FIELD__matte_id
as a string for opening in 2.80-2.91.
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});
public static final long[] __DNA__FIELD__num_inputs
Legacy attributes Number of input sockets.
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});
public static final long[] __DNA__FIELD___pad
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});
public static final long[] __DNA__FIELD__runtime
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});
public NodeCryptomatte(long __address, Block __block, BlockTable __blockTable)
protected NodeCryptomatte(NodeCryptomatte that)
public ImageUser getIuser() throws java.io.IOException
, so storage needs to be cast to
ImageUser
directly.
java.io.IOException
__DNA__FIELD__iuser
public void setIuser(ImageUser iuser) throws java.io.IOException
, so storage needs to be cast to
ImageUser
directly.
java.io.IOException
__DNA__FIELD__iuser
public ListBase getEntries() throws java.io.IOException
Contains
. CryptomatteEntry
java.io.IOException
__DNA__FIELD__entries
public void setEntries(ListBase entries) throws java.io.IOException
Contains
. CryptomatteEntry
java.io.IOException
__DNA__FIELD__entries
public CArrayFacade<java.lang.Byte> getLayer_name() throws java.io.IOException
MAX_NAME
java.io.IOException
__DNA__FIELD__layer_name
public void setLayer_name(CArrayFacade<java.lang.Byte> layer_name) throws java.io.IOException
MAX_NAME
java.io.IOException
__DNA__FIELD__layer_name
public CPointer<java.lang.Byte> getMatte_id() throws java.io.IOException
as a string for opening in 2.80-2.91.
java.io.IOException
__DNA__FIELD__matte_id
public void setMatte_id(CPointer<java.lang.Byte> matte_id) throws java.io.IOException
as a string for opening in 2.80-2.91.
java.io.IOException
__DNA__FIELD__matte_id
public int getNum_inputs() throws java.io.IOException
Legacy attributes Number of input sockets.
java.io.IOException
__DNA__FIELD__num_inputs
public void setNum_inputs(int num_inputs) throws java.io.IOException
Legacy attributes Number of input sockets.
java.io.IOException
__DNA__FIELD__num_inputs
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 NodeCryptomatte_Runtime getRuntime() throws java.io.IOException
java.io.IOException
__DNA__FIELD__runtime
public void setRuntime(NodeCryptomatte_Runtime runtime) throws java.io.IOException
java.io.IOException
__DNA__FIELD__runtime
public CPointer<NodeCryptomatte> __io__addressof()