Class NodeBilateralBlurData


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

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

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

        Pointer Arithmetics

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

         NodeBilateralBlurData nodebilateralblurdata = ...;
         CPointer<Object> p = nodebilateralblurdata.__dna__addressof(NodeBilateralBlurData.__DNA__FIELD__sigma_color);
         CPointer<Float> p_sigma_color = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'sigma_color'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__sigma_space

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

        Pointer Arithmetics

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

         NodeBilateralBlurData nodebilateralblurdata = ...;
         CPointer<Object> p = nodebilateralblurdata.__dna__addressof(NodeBilateralBlurData.__DNA__FIELD__sigma_space);
         CPointer<Float> p_sigma_space = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'sigma_space'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__iter

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

        Pointer Arithmetics

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

         NodeBilateralBlurData nodebilateralblurdata = ...;
         CPointer<Object> p = nodebilateralblurdata.__dna__addressof(NodeBilateralBlurData.__DNA__FIELD__iter);
         CPointer<Short> p_iter = p.cast(new Class[]{Short.class});
         

        Metadata

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

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

      • NodeBilateralBlurData

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

      • getSigma_color

        public float getSigma_color()
                             throws java.io.IOException
        Get method for struct member 'sigma_color'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sigma_color
      • setSigma_color

        public void setSigma_color​(float sigma_color)
                            throws java.io.IOException
        Set method for struct member 'sigma_color'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sigma_color
      • getSigma_space

        public float getSigma_space()
                             throws java.io.IOException
        Get method for struct member 'sigma_space'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sigma_space
      • setSigma_space

        public void setSigma_space​(float sigma_space)
                            throws java.io.IOException
        Set method for struct member 'sigma_space'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sigma_space
      • getIter

        public short getIter()
                      throws java.io.IOException
        Get method for struct member 'iter'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__iter
      • setIter

        public void setIter​(short iter)
                     throws java.io.IOException
        Set method for struct member 'iter'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__iter
      • 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