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