Class NodeGlare


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

    Class Documentation

    Blender Source Code

    glare node.

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

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

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

        Pointer Arithmetics

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

         NodeGlare nodeglare = ...;
         CPointer<Object> p = nodeglare.__dna__addressof(NodeGlare.__DNA__FIELD__quality);
         CPointer<Byte> p_quality = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'quality'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__type

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

        Pointer Arithmetics

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

         NodeGlare nodeglare = ...;
         CPointer<Object> p = nodeglare.__dna__addressof(NodeGlare.__DNA__FIELD__type);
         CPointer<Byte> p_type = p.cast(new Class[]{Byte.class});
         

        Metadata

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

         NodeGlare nodeglare = ...;
         CPointer<Object> p = nodeglare.__dna__addressof(NodeGlare.__DNA__FIELD__iter);
         CPointer<Byte> p_iter = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'iter'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__angle

        public static final long[] __DNA__FIELD__angle
        Deprecated.
        Deprecated

        Pointer Arithmetics

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

         NodeGlare nodeglare = ...;
         CPointer<Object> p = nodeglare.__dna__addressof(NodeGlare.__DNA__FIELD__angle);
         CPointer<Byte> p_angle = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'angle'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
        Field descriptor (offset) for struct member 'angle'.

        Field Documentation

        Blender Source Code

        XXX angle is only kept for backward/forward compatibility, was used for two different things, see T50736.

      • __DNA__FIELD___pad0

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

        Pointer Arithmetics

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

         NodeGlare nodeglare = ...;
         CPointer<Object> p = nodeglare.__dna__addressof(NodeGlare.__DNA__FIELD___pad0);
         CPointer<Byte> p__pad0 = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: '_pad0'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__size

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

        Pointer Arithmetics

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

         NodeGlare nodeglare = ...;
         CPointer<Object> p = nodeglare.__dna__addressof(NodeGlare.__DNA__FIELD__size);
         CPointer<Byte> p_size = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'size'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__star_45

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

        Pointer Arithmetics

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

         NodeGlare nodeglare = ...;
         CPointer<Object> p = nodeglare.__dna__addressof(NodeGlare.__DNA__FIELD__star_45);
         CPointer<Byte> p_star_45 = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'star_45'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__streaks

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

        Pointer Arithmetics

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

         NodeGlare nodeglare = ...;
         CPointer<Object> p = nodeglare.__dna__addressof(NodeGlare.__DNA__FIELD__streaks);
         CPointer<Byte> p_streaks = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'streaks'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__colmod

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

        Pointer Arithmetics

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

         NodeGlare nodeglare = ...;
         CPointer<Object> p = nodeglare.__dna__addressof(NodeGlare.__DNA__FIELD__colmod);
         CPointer<Float> p_colmod = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'colmod'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__mix

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

        Pointer Arithmetics

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

         NodeGlare nodeglare = ...;
         CPointer<Object> p = nodeglare.__dna__addressof(NodeGlare.__DNA__FIELD__mix);
         CPointer<Float> p_mix = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'mix'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__threshold

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

        Pointer Arithmetics

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

         NodeGlare nodeglare = ...;
         CPointer<Object> p = nodeglare.__dna__addressof(NodeGlare.__DNA__FIELD__threshold);
         CPointer<Float> p_threshold = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'threshold'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__fade

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

        Pointer Arithmetics

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

         NodeGlare nodeglare = ...;
         CPointer<Object> p = nodeglare.__dna__addressof(NodeGlare.__DNA__FIELD__fade);
         CPointer<Float> p_fade = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'fade'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__angle_ofs

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

        Pointer Arithmetics

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

         NodeGlare nodeglare = ...;
         CPointer<Object> p = nodeglare.__dna__addressof(NodeGlare.__DNA__FIELD__angle_ofs);
         CPointer<Float> p_angle_ofs = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'angle_ofs'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __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:

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

        Metadata

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

      • NodeGlare

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

        protected NodeGlare​(NodeGlare that)
    • Method Detail

      • getQuality

        public byte getQuality()
                        throws java.io.IOException
        Get method for struct member 'quality'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__quality
      • setQuality

        public void setQuality​(byte quality)
                        throws java.io.IOException
        Set method for struct member 'quality'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__quality
      • getType

        public byte getType()
                     throws java.io.IOException
        Get method for struct member 'type'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__type
      • setType

        public void setType​(byte type)
                     throws java.io.IOException
        Set method for struct member 'type'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__type
      • getIter

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

        public void setIter​(byte iter)
                     throws java.io.IOException
        Set method for struct member 'iter'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__iter
      • getAngle

        public byte getAngle()
                      throws java.io.IOException
        Deprecated.
        Deprecated

        Get method for struct member 'angle'.

        Field Documentation

        Blender Source Code

        XXX angle is only kept for backward/forward compatibility, was used for two different things, see T50736.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__angle
      • setAngle

        public void setAngle​(byte angle)
                      throws java.io.IOException
        Deprecated.
        Deprecated

        Set method for struct member 'angle'.

        Field Documentation

        Blender Source Code

        XXX angle is only kept for backward/forward compatibility, was used for two different things, see T50736.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__angle
      • get_pad0

        public byte get_pad0()
                      throws java.io.IOException
        Get method for struct member '_pad0'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad0
      • set_pad0

        public void set_pad0​(byte _pad0)
                      throws java.io.IOException
        Set method for struct member '_pad0'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad0
      • getSize

        public byte getSize()
                     throws java.io.IOException
        Get method for struct member 'size'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__size
      • setSize

        public void setSize​(byte size)
                     throws java.io.IOException
        Set method for struct member 'size'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__size
      • getStar_45

        public byte getStar_45()
                        throws java.io.IOException
        Get method for struct member 'star_45'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__star_45
      • setStar_45

        public void setStar_45​(byte star_45)
                        throws java.io.IOException
        Set method for struct member 'star_45'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__star_45
      • getStreaks

        public byte getStreaks()
                        throws java.io.IOException
        Get method for struct member 'streaks'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__streaks
      • setStreaks

        public void setStreaks​(byte streaks)
                        throws java.io.IOException
        Set method for struct member 'streaks'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__streaks
      • getColmod

        public float getColmod()
                        throws java.io.IOException
        Get method for struct member 'colmod'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__colmod
      • setColmod

        public void setColmod​(float colmod)
                       throws java.io.IOException
        Set method for struct member 'colmod'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__colmod
      • getMix

        public float getMix()
                     throws java.io.IOException
        Get method for struct member 'mix'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mix
      • setMix

        public void setMix​(float mix)
                    throws java.io.IOException
        Set method for struct member 'mix'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mix
      • getThreshold

        public float getThreshold()
                           throws java.io.IOException
        Get method for struct member 'threshold'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__threshold
      • setThreshold

        public void setThreshold​(float threshold)
                          throws java.io.IOException
        Set method for struct member 'threshold'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__threshold
      • getFade

        public float getFade()
                      throws java.io.IOException
        Get method for struct member 'fade'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__fade
      • setFade

        public void setFade​(float fade)
                     throws java.io.IOException
        Set method for struct member 'fade'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__fade
      • getAngle_ofs

        public float getAngle_ofs()
                           throws java.io.IOException
        Get method for struct member 'angle_ofs'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__angle_ofs
      • setAngle_ofs

        public void setAngle_ofs​(float angle_ofs)
                          throws java.io.IOException
        Set method for struct member 'angle_ofs'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__angle_ofs
      • 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
      • __io__addressof

        public CPointer<NodeGlare> __io__addressof()
        Instantiates a pointer on this instance.