Class Stereo3dFormat


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

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

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

        Pointer Arithmetics

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

         Stereo3dFormat stereo3dformat = ...;
         CPointer<Object> p = stereo3dformat.__dna__addressof(Stereo3dFormat.__DNA__FIELD__flag);
         CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'flag'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__display_mode

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

        Field Documentation

        Blender Source Code

        Encoding mode.

        Pointer Arithmetics

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

         Stereo3dFormat stereo3dformat = ...;
         CPointer<Object> p = stereo3dformat.__dna__addressof(Stereo3dFormat.__DNA__FIELD__display_mode);
         CPointer<Byte> p_display_mode = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'display_mode'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__anaglyph_type

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

        Field Documentation

        Blender Source Code

        Anaglyph scheme for the user display.

        Pointer Arithmetics

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

         Stereo3dFormat stereo3dformat = ...;
         CPointer<Object> p = stereo3dformat.__dna__addressof(Stereo3dFormat.__DNA__FIELD__anaglyph_type);
         CPointer<Byte> p_anaglyph_type = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'anaglyph_type'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__interlace_type

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

        Field Documentation

        Blender Source Code

        Interlace type for the user display.

        Pointer Arithmetics

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

         Stereo3dFormat stereo3dformat = ...;
         CPointer<Object> p = stereo3dformat.__dna__addressof(Stereo3dFormat.__DNA__FIELD__interlace_type);
         CPointer<Byte> p_interlace_type = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'interlace_type'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __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:

         Stereo3dFormat stereo3dformat = ...;
         CPointer<Object> p = stereo3dformat.__dna__addressof(Stereo3dFormat.__DNA__FIELD___pad);
         CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

      • Stereo3dFormat

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

      • getFlag

        public short getFlag()
                      throws java.io.IOException
        Get method for struct member 'flag'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__flag
      • setFlag

        public void setFlag​(short flag)
                     throws java.io.IOException
        Set method for struct member 'flag'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__flag
      • getDisplay_mode

        public byte getDisplay_mode()
                             throws java.io.IOException
        Get method for struct member 'display_mode'.

        Field Documentation

        Blender Source Code

        Encoding mode.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__display_mode
      • setDisplay_mode

        public void setDisplay_mode​(byte display_mode)
                             throws java.io.IOException
        Set method for struct member 'display_mode'.

        Field Documentation

        Blender Source Code

        Encoding mode.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__display_mode
      • getAnaglyph_type

        public byte getAnaglyph_type()
                              throws java.io.IOException
        Get method for struct member 'anaglyph_type'.

        Field Documentation

        Blender Source Code

        Anaglyph scheme for the user display.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__anaglyph_type
      • setAnaglyph_type

        public void setAnaglyph_type​(byte anaglyph_type)
                              throws java.io.IOException
        Set method for struct member 'anaglyph_type'.

        Field Documentation

        Blender Source Code

        Anaglyph scheme for the user display.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__anaglyph_type
      • getInterlace_type

        public byte getInterlace_type()
                               throws java.io.IOException
        Get method for struct member 'interlace_type'.

        Field Documentation

        Blender Source Code

        Interlace type for the user display.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__interlace_type
      • setInterlace_type

        public void setInterlace_type​(byte interlace_type)
                               throws java.io.IOException
        Set method for struct member 'interlace_type'.

        Field Documentation

        Blender Source Code

        Interlace type for the user display.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__interlace_type
      • 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<Stereo3dFormat> __io__addressof()
        Instantiates a pointer on this instance.