Class NodeImageMultiFile


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

    Class Documentation

    Blender Source Code

    XXX first struct fields should match NodeImageFile to ensure forward compatibility

    • Field Detail

      • __DNA__SDNA_INDEX

        public static final int __DNA__SDNA_INDEX
        This is the sdna index of the struct NodeImageMultiFile.

        It is required when allocating a new block to store data for NodeImageMultiFile.

        See Also:
        StructDNA, BlockTable, Constant Field Values
      • __DNA__FIELD__base_path

        public static final long[] __DNA__FIELD__base_path
        Field descriptor (offset) for struct member 'base_path'.

        Field Documentation

        Blender Source Code

        1024 = FILE_MAX.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         NodeImageMultiFile nodeimagemultifile = ...;
         CPointer<Object> p = nodeimagemultifile.__dna__addressof(NodeImageMultiFile.__DNA__FIELD__base_path);
         CPointer<CArrayFacade<Byte>> p_base_path = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'base_path'
        • Signature: 'char[1024]'
        • Actual Size (32bit/64bit): 1024/1024
      • __DNA__FIELD__format

        public static final long[] __DNA__FIELD__format
        Field descriptor (offset) for struct member 'format'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         NodeImageMultiFile nodeimagemultifile = ...;
         CPointer<Object> p = nodeimagemultifile.__dna__addressof(NodeImageMultiFile.__DNA__FIELD__format);
         CPointer<ImageFormatData> p_format = p.cast(new Class[]{ImageFormatData.class});
         

        Metadata

        • Field: 'format'
        • Signature: 'ImageFormatData'
        • Actual Size (32bit/64bit): 248/256
      • __DNA__FIELD__sfra

        public static final long[] __DNA__FIELD__sfra
        Deprecated.
        Deprecated

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         NodeImageMultiFile nodeimagemultifile = ...;
         CPointer<Object> p = nodeimagemultifile.__dna__addressof(NodeImageMultiFile.__DNA__FIELD__sfra);
         CPointer<Integer> p_sfra = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'sfra'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
        Field descriptor (offset) for struct member 'sfra'.

        Field Documentation

        Blender Source Code

        XXX old frame rand values from NodeImageFile for forward compatibility.

      • __DNA__FIELD__efra

        public static final long[] __DNA__FIELD__efra
        Deprecated.
        Deprecated

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         NodeImageMultiFile nodeimagemultifile = ...;
         CPointer<Object> p = nodeimagemultifile.__dna__addressof(NodeImageMultiFile.__DNA__FIELD__efra);
         CPointer<Integer> p_efra = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'efra'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
        Field descriptor (offset) for struct member 'efra'.

        Field Documentation

        Blender Source Code

      • __DNA__FIELD__active_input

        public static final long[] __DNA__FIELD__active_input
        Field descriptor (offset) for struct member 'active_input'.

        Field Documentation

        Blender Source Code

        Selected input in details view list.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         NodeImageMultiFile nodeimagemultifile = ...;
         CPointer<Object> p = nodeimagemultifile.__dna__addressof(NodeImageMultiFile.__DNA__FIELD__active_input);
         CPointer<Integer> p_active_input = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'active_input'
        • 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:

         NodeImageMultiFile nodeimagemultifile = ...;
         CPointer<Object> p = nodeimagemultifile.__dna__addressof(NodeImageMultiFile.__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

      • NodeImageMultiFile

        public NodeImageMultiFile​(long __address,
                                  Block __block,
                                  BlockTable __blockTable)
    • Method Detail

      • getBase_path

        public CArrayFacade<java.lang.Byte> getBase_path()
                                                  throws java.io.IOException
        Get method for struct member 'base_path'.

        Field Documentation

        Blender Source Code

        1024 = FILE_MAX.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__base_path
      • setBase_path

        public void setBase_path​(CArrayFacade<java.lang.Byte> base_path)
                          throws java.io.IOException
        Set method for struct member 'base_path'.

        Field Documentation

        Blender Source Code

        1024 = FILE_MAX.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__base_path
      • setFormat

        public void setFormat​(ImageFormatData format)
                       throws java.io.IOException
        Set method for struct member 'format'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__format
      • getSfra

        public int getSfra()
                    throws java.io.IOException
        Deprecated.
        Deprecated

        Get method for struct member 'sfra'.

        Field Documentation

        Blender Source Code

        XXX old frame rand values from NodeImageFile for forward compatibility.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sfra
      • setSfra

        public void setSfra​(int sfra)
                     throws java.io.IOException
        Deprecated.
        Deprecated

        Set method for struct member 'sfra'.

        Field Documentation

        Blender Source Code

        XXX old frame rand values from NodeImageFile for forward compatibility.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sfra
      • getEfra

        public int getEfra()
                    throws java.io.IOException
        Deprecated.
        Deprecated

        Get method for struct member 'efra'.

        Field Documentation

        Blender Source Code

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__efra
      • setEfra

        public void setEfra​(int efra)
                     throws java.io.IOException
        Deprecated.
        Deprecated

        Set method for struct member 'efra'.

        Field Documentation

        Blender Source Code

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__efra
      • getActive_input

        public int getActive_input()
                            throws java.io.IOException
        Get method for struct member 'active_input'.

        Field Documentation

        Blender Source Code

        Selected input in details view list.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__active_input
      • setActive_input

        public void setActive_input​(int active_input)
                             throws java.io.IOException
        Set method for struct member 'active_input'.

        Field Documentation

        Blender Source Code

        Selected input in details view list.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__active_input
      • 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