Class NodeLensDist


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

    Class Documentation

    Blender Source Code

    Lens distortion node.

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

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

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

        Pointer Arithmetics

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

         NodeLensDist nodelensdist = ...;
         CPointer<Object> p = nodelensdist.__dna__addressof(NodeLensDist.__DNA__FIELD__jit);
         CPointer<Short> p_jit = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'jit'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__proj

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

        Pointer Arithmetics

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

         NodeLensDist nodelensdist = ...;
         CPointer<Object> p = nodelensdist.__dna__addressof(NodeLensDist.__DNA__FIELD__proj);
         CPointer<Short> p_proj = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'proj'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__fit

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

        Pointer Arithmetics

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

         NodeLensDist nodelensdist = ...;
         CPointer<Object> p = nodelensdist.__dna__addressof(NodeLensDist.__DNA__FIELD__fit);
         CPointer<Short> p_fit = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'fit'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __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:

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

        Metadata

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

      • NodeLensDist

        public NodeLensDist​(long __address,
                            Block __block,
                            BlockTable __blockTable)
      • NodeLensDist

        protected NodeLensDist​(NodeLensDist that)
    • Method Detail

      • getJit

        public short getJit()
                     throws java.io.IOException
        Get method for struct member 'jit'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__jit
      • setJit

        public void setJit​(short jit)
                    throws java.io.IOException
        Set method for struct member 'jit'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__jit
      • getProj

        public short getProj()
                      throws java.io.IOException
        Get method for struct member 'proj'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__proj
      • setProj

        public void setProj​(short proj)
                     throws java.io.IOException
        Set method for struct member 'proj'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__proj
      • getFit

        public short getFit()
                     throws java.io.IOException
        Get method for struct member 'fit'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__fit
      • setFit

        public void setFit​(short fit)
                    throws java.io.IOException
        Set method for struct member 'fit'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__fit
      • 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<NodeLensDist> __io__addressof()
        Instantiates a pointer on this instance.