Class NodeImageMultiFileSocket


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

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

        public static final long[] __DNA__FIELD__use_render_format
        Deprecated.
        Deprecated

        Pointer Arithmetics

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

         NodeImageMultiFileSocket nodeimagemultifilesocket = ...;
         CPointer<Object> p = nodeimagemultifilesocket.__dna__addressof(NodeImageMultiFileSocket.__DNA__FIELD__use_render_format);
         CPointer<Short> p_use_render_format = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'use_render_format'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
        Field descriptor (offset) for struct member 'use_render_format'.

        Field Documentation

        Blender Source Code

        single layer file output

      • __DNA__FIELD__use_node_format

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

        Field Documentation

        Blender Source Code

        Use overall node image format.

        Pointer Arithmetics

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

         NodeImageMultiFileSocket nodeimagemultifilesocket = ...;
         CPointer<Object> p = nodeimagemultifilesocket.__dna__addressof(NodeImageMultiFileSocket.__DNA__FIELD__use_node_format);
         CPointer<Short> p_use_node_format = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'use_node_format'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__save_as_render

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

        Pointer Arithmetics

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

         NodeImageMultiFileSocket nodeimagemultifilesocket = ...;
         CPointer<Object> p = nodeimagemultifilesocket.__dna__addressof(NodeImageMultiFileSocket.__DNA__FIELD__save_as_render);
         CPointer<Byte> p_save_as_render = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'save_as_render'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD___pad1

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

        Pointer Arithmetics

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

         NodeImageMultiFileSocket nodeimagemultifilesocket = ...;
         CPointer<Object> p = nodeimagemultifilesocket.__dna__addressof(NodeImageMultiFileSocket.__DNA__FIELD___pad1);
         CPointer<CArrayFacade<Byte>> p__pad1 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: '_pad1'
        • Signature: 'char[3]'
        • Actual Size (32bit/64bit): 3/3
      • __DNA__FIELD__path

        public static final long[] __DNA__FIELD__path
        Field descriptor (offset) for struct member '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:

         NodeImageMultiFileSocket nodeimagemultifilesocket = ...;
         CPointer<Object> p = nodeimagemultifilesocket.__dna__addressof(NodeImageMultiFileSocket.__DNA__FIELD__path);
         CPointer<CArrayFacade<Byte>> p_path = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Metadata

        • Field: 'format'
        • Signature: 'ImageFormatData'
        • Actual Size (32bit/64bit): 320/328
      • __DNA__FIELD__layer

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

        Field Documentation

        Blender Source Code

        multilayer output EXR_TOT_MAXNAME-2 ('.' and channel char are appended).

        Pointer Arithmetics

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

         NodeImageMultiFileSocket nodeimagemultifilesocket = ...;
         CPointer<Object> p = nodeimagemultifilesocket.__dna__addressof(NodeImageMultiFileSocket.__DNA__FIELD__layer);
         CPointer<CArrayFacade<Byte>> p_layer = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'layer'
        • Signature: 'char[30]'
        • Actual Size (32bit/64bit): 30/30
      • __DNA__FIELD___pad2

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

        Pointer Arithmetics

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

         NodeImageMultiFileSocket nodeimagemultifilesocket = ...;
         CPointer<Object> p = nodeimagemultifilesocket.__dna__addressof(NodeImageMultiFileSocket.__DNA__FIELD___pad2);
         CPointer<CArrayFacade<Byte>> p__pad2 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: '_pad2'
        • Signature: 'char[2]'
        • Actual Size (32bit/64bit): 2/2
    • Constructor Detail

      • NodeImageMultiFileSocket

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

      • getUse_render_format

        public short getUse_render_format()
                                   throws java.io.IOException
        Deprecated.
        Deprecated

        Get method for struct member 'use_render_format'.

        Field Documentation

        Blender Source Code

        single layer file output

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__use_render_format
      • setUse_render_format

        public void setUse_render_format​(short use_render_format)
                                  throws java.io.IOException
        Deprecated.
        Deprecated

        Set method for struct member 'use_render_format'.

        Field Documentation

        Blender Source Code

        single layer file output

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__use_render_format
      • getUse_node_format

        public short getUse_node_format()
                                 throws java.io.IOException
        Get method for struct member 'use_node_format'.

        Field Documentation

        Blender Source Code

        Use overall node image format.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__use_node_format
      • setUse_node_format

        public void setUse_node_format​(short use_node_format)
                                throws java.io.IOException
        Set method for struct member 'use_node_format'.

        Field Documentation

        Blender Source Code

        Use overall node image format.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__use_node_format
      • getSave_as_render

        public byte getSave_as_render()
                               throws java.io.IOException
        Get method for struct member 'save_as_render'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__save_as_render
      • setSave_as_render

        public void setSave_as_render​(byte save_as_render)
                               throws java.io.IOException
        Set method for struct member 'save_as_render'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__save_as_render
      • get_pad1

        public CArrayFacade<java.lang.Byte> get_pad1()
                                              throws java.io.IOException
        Get method for struct member '_pad1'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad1
      • set_pad1

        public void set_pad1​(CArrayFacade<java.lang.Byte> _pad1)
                      throws java.io.IOException
        Set method for struct member '_pad1'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad1
      • getPath

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

        Field Documentation

        Blender Source Code

        1024 = FILE_MAX.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__path
      • setPath

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

        Field Documentation

        Blender Source Code

        1024 = FILE_MAX.

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

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

        Field Documentation

        Blender Source Code

        multilayer output EXR_TOT_MAXNAME-2 ('.' and channel char are appended).

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__layer
      • setLayer

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

        Field Documentation

        Blender Source Code

        multilayer output EXR_TOT_MAXNAME-2 ('.' and channel char are appended).

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__layer
      • get_pad2

        public CArrayFacade<java.lang.Byte> get_pad2()
                                              throws java.io.IOException
        Get method for struct member '_pad2'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad2
      • set_pad2

        public void set_pad2​(CArrayFacade<java.lang.Byte> _pad2)
                      throws java.io.IOException
        Set method for struct member '_pad2'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad2