Class NodeTexSky


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

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

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

        Pointer Arithmetics

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

         NodeTexSky nodetexsky = ...;
         CPointer<Object> p = nodetexsky.__dna__addressof(NodeTexSky.__DNA__FIELD__base);
         CPointer<NodeTexBase> p_base = p.cast(new Class[]{NodeTexBase.class});
         

        Metadata

        • Field: 'base'
        • Signature: 'NodeTexBase'
        • Actual Size (32bit/64bit): 956/960
      • __DNA__FIELD__sky_model

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

        Pointer Arithmetics

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

         NodeTexSky nodetexsky = ...;
         CPointer<Object> p = nodetexsky.__dna__addressof(NodeTexSky.__DNA__FIELD__sky_model);
         CPointer<Integer> p_sky_model = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'sky_model'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__sun_direction

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

        Pointer Arithmetics

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

         NodeTexSky nodetexsky = ...;
         CPointer<Object> p = nodetexsky.__dna__addressof(NodeTexSky.__DNA__FIELD__sun_direction);
         CPointer<CArrayFacade<Float>> p_sun_direction = p.cast(new Class[]{CArrayFacade.class, Float.class});
         

        Metadata

        • Field: 'sun_direction'
        • Signature: 'float[3]'
        • Actual Size (32bit/64bit): 12/12
      • __DNA__FIELD__turbidity

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

        Pointer Arithmetics

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

         NodeTexSky nodetexsky = ...;
         CPointer<Object> p = nodetexsky.__dna__addressof(NodeTexSky.__DNA__FIELD__turbidity);
         CPointer<Float> p_turbidity = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'turbidity'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__ground_albedo

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

        Pointer Arithmetics

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

         NodeTexSky nodetexsky = ...;
         CPointer<Object> p = nodetexsky.__dna__addressof(NodeTexSky.__DNA__FIELD__ground_albedo);
         CPointer<Float> p_ground_albedo = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'ground_albedo'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__sun_size

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

        Pointer Arithmetics

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

         NodeTexSky nodetexsky = ...;
         CPointer<Object> p = nodetexsky.__dna__addressof(NodeTexSky.__DNA__FIELD__sun_size);
         CPointer<Float> p_sun_size = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'sun_size'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__sun_intensity

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

        Pointer Arithmetics

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

         NodeTexSky nodetexsky = ...;
         CPointer<Object> p = nodetexsky.__dna__addressof(NodeTexSky.__DNA__FIELD__sun_intensity);
         CPointer<Float> p_sun_intensity = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'sun_intensity'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__sun_elevation

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

        Pointer Arithmetics

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

         NodeTexSky nodetexsky = ...;
         CPointer<Object> p = nodetexsky.__dna__addressof(NodeTexSky.__DNA__FIELD__sun_elevation);
         CPointer<Float> p_sun_elevation = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'sun_elevation'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__sun_rotation

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

        Pointer Arithmetics

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

         NodeTexSky nodetexsky = ...;
         CPointer<Object> p = nodetexsky.__dna__addressof(NodeTexSky.__DNA__FIELD__sun_rotation);
         CPointer<Float> p_sun_rotation = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'sun_rotation'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__altitude

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

        Pointer Arithmetics

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

         NodeTexSky nodetexsky = ...;
         CPointer<Object> p = nodetexsky.__dna__addressof(NodeTexSky.__DNA__FIELD__altitude);
         CPointer<Float> p_altitude = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'altitude'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__air_density

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

        Pointer Arithmetics

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

         NodeTexSky nodetexsky = ...;
         CPointer<Object> p = nodetexsky.__dna__addressof(NodeTexSky.__DNA__FIELD__air_density);
         CPointer<Float> p_air_density = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'air_density'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__dust_density

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

        Pointer Arithmetics

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

         NodeTexSky nodetexsky = ...;
         CPointer<Object> p = nodetexsky.__dna__addressof(NodeTexSky.__DNA__FIELD__dust_density);
         CPointer<Float> p_dust_density = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'dust_density'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__ozone_density

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

        Pointer Arithmetics

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

         NodeTexSky nodetexsky = ...;
         CPointer<Object> p = nodetexsky.__dna__addressof(NodeTexSky.__DNA__FIELD__ozone_density);
         CPointer<Float> p_ozone_density = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'ozone_density'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__sun_disc

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

        Pointer Arithmetics

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

         NodeTexSky nodetexsky = ...;
         CPointer<Object> p = nodetexsky.__dna__addressof(NodeTexSky.__DNA__FIELD__sun_disc);
         CPointer<Byte> p_sun_disc = p.cast(new Class[]{Byte.class});
         

        Metadata

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

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

        Metadata

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

      • NodeTexSky

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

        protected NodeTexSky​(NodeTexSky that)
    • Method Detail

      • getBase

        public NodeTexBase getBase()
                            throws java.io.IOException
        Get method for struct member 'base'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__base
      • setBase

        public void setBase​(NodeTexBase base)
                     throws java.io.IOException
        Set method for struct member 'base'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__base
      • getSky_model

        public int getSky_model()
                         throws java.io.IOException
        Get method for struct member 'sky_model'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sky_model
      • setSky_model

        public void setSky_model​(int sky_model)
                          throws java.io.IOException
        Set method for struct member 'sky_model'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sky_model
      • getSun_direction

        public CArrayFacade<java.lang.Float> getSun_direction()
                                                       throws java.io.IOException
        Get method for struct member 'sun_direction'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sun_direction
      • setSun_direction

        public void setSun_direction​(CArrayFacade<java.lang.Float> sun_direction)
                              throws java.io.IOException
        Set method for struct member 'sun_direction'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sun_direction
      • getTurbidity

        public float getTurbidity()
                           throws java.io.IOException
        Get method for struct member 'turbidity'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__turbidity
      • setTurbidity

        public void setTurbidity​(float turbidity)
                          throws java.io.IOException
        Set method for struct member 'turbidity'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__turbidity
      • getGround_albedo

        public float getGround_albedo()
                               throws java.io.IOException
        Get method for struct member 'ground_albedo'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__ground_albedo
      • setGround_albedo

        public void setGround_albedo​(float ground_albedo)
                              throws java.io.IOException
        Set method for struct member 'ground_albedo'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__ground_albedo
      • getSun_size

        public float getSun_size()
                          throws java.io.IOException
        Get method for struct member 'sun_size'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sun_size
      • setSun_size

        public void setSun_size​(float sun_size)
                         throws java.io.IOException
        Set method for struct member 'sun_size'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sun_size
      • getSun_intensity

        public float getSun_intensity()
                               throws java.io.IOException
        Get method for struct member 'sun_intensity'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sun_intensity
      • setSun_intensity

        public void setSun_intensity​(float sun_intensity)
                              throws java.io.IOException
        Set method for struct member 'sun_intensity'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sun_intensity
      • getSun_elevation

        public float getSun_elevation()
                               throws java.io.IOException
        Get method for struct member 'sun_elevation'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sun_elevation
      • setSun_elevation

        public void setSun_elevation​(float sun_elevation)
                              throws java.io.IOException
        Set method for struct member 'sun_elevation'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sun_elevation
      • getSun_rotation

        public float getSun_rotation()
                              throws java.io.IOException
        Get method for struct member 'sun_rotation'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sun_rotation
      • setSun_rotation

        public void setSun_rotation​(float sun_rotation)
                             throws java.io.IOException
        Set method for struct member 'sun_rotation'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sun_rotation
      • getAltitude

        public float getAltitude()
                          throws java.io.IOException
        Get method for struct member 'altitude'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__altitude
      • setAltitude

        public void setAltitude​(float altitude)
                         throws java.io.IOException
        Set method for struct member 'altitude'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__altitude
      • getAir_density

        public float getAir_density()
                             throws java.io.IOException
        Get method for struct member 'air_density'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__air_density
      • setAir_density

        public void setAir_density​(float air_density)
                            throws java.io.IOException
        Set method for struct member 'air_density'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__air_density
      • getDust_density

        public float getDust_density()
                              throws java.io.IOException
        Get method for struct member 'dust_density'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__dust_density
      • setDust_density

        public void setDust_density​(float dust_density)
                             throws java.io.IOException
        Set method for struct member 'dust_density'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__dust_density
      • getOzone_density

        public float getOzone_density()
                               throws java.io.IOException
        Get method for struct member 'ozone_density'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__ozone_density
      • setOzone_density

        public void setOzone_density​(float ozone_density)
                              throws java.io.IOException
        Set method for struct member 'ozone_density'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__ozone_density
      • getSun_disc

        public byte getSun_disc()
                         throws java.io.IOException
        Get method for struct member 'sun_disc'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sun_disc
      • setSun_disc

        public void setSun_disc​(byte sun_disc)
                         throws java.io.IOException
        Set method for struct member 'sun_disc'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__sun_disc
      • 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<NodeTexSky> __io__addressof()
        Instantiates a pointer on this instance.