Class NodeCryptomatte


  • public class NodeCryptomatte
    extends CFacade
    Generated facet for DNA struct type 'NodeCryptomatte'.

    Class Documentation

    • 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)
    • 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