Package org.blender.dna
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__add
Field descriptor (offset) for struct member 'add'.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__remove
Field descriptor (offset) for struct member 'remove'.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'.CArrayFacade<java.lang.Float>
getAdd()
Get method for struct member 'add'.CPointer<java.lang.Byte>
getMatte_id()
Get method for struct member 'matte_id'.int
getNum_inputs()
Get method for struct member 'num_inputs'.CArrayFacade<java.lang.Float>
getRemove()
Get method for struct member 'remove'.void
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.void
setAdd(CArrayFacade<java.lang.Float> add)
Set method for struct member 'add'.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
setRemove(CArrayFacade<java.lang.Float> remove)
Set method for struct member 'remove'.-
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__add
public static final long[] __DNA__FIELD__add
Field descriptor (offset) for struct member 'add'.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__add); CPointer<CArrayFacade<Float>> p_add = p.cast(new Class[]{CArrayFacade.class, Float.class});
Metadata
- Field: 'add'
- Signature: 'float[3]'
- Actual Size (32bit/64bit): 12/12
-
__DNA__FIELD__remove
public static final long[] __DNA__FIELD__remove
Field descriptor (offset) for struct member 'remove'.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__remove); CPointer<CArrayFacade<Float>> p_remove = p.cast(new Class[]{CArrayFacade.class, Float.class});
Metadata
- Field: 'remove'
- Signature: 'float[3]'
- Actual Size (32bit/64bit): 12/12
-
__DNA__FIELD__matte_id
public static final long[] __DNA__FIELD__matte_id
Field descriptor (offset) for struct member 'matte_id'.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
-
-
Constructor Detail
-
NodeCryptomatte
public NodeCryptomatte(long __address, Block __block, BlockTable __blockTable)
-
NodeCryptomatte
protected NodeCryptomatte(NodeCryptomatte that)
-
-
Method Detail
-
getAdd
public CArrayFacade<java.lang.Float> getAdd() throws java.io.IOException
Get method for struct member 'add'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__add
-
setAdd
public void setAdd(CArrayFacade<java.lang.Float> add) throws java.io.IOException
Set method for struct member 'add'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__add
-
getRemove
public CArrayFacade<java.lang.Float> getRemove() throws java.io.IOException
Get method for struct member 'remove'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__remove
-
setRemove
public void setRemove(CArrayFacade<java.lang.Float> remove) throws java.io.IOException
Set method for struct member 'remove'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__remove
-
getMatte_id
public CPointer<java.lang.Byte> getMatte_id() throws java.io.IOException
Get method for struct member 'matte_id'.- 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'.- 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
-
__io__addressof
public CPointer<NodeCryptomatte> __io__addressof()
Instantiates a pointer on this instance.
-
-