Class PointDensity


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

        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:

         PointDensity pointdensity = ...;
         CPointer<Object> p = pointdensity.__dna__addressof(PointDensity.__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__falloff_type

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

        Pointer Arithmetics

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

         PointDensity pointdensity = ...;
         CPointer<Object> p = pointdensity.__dna__addressof(PointDensity.__DNA__FIELD__falloff_type);
         CPointer<Short> p_falloff_type = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'falloff_type'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__falloff_softness

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

        Pointer Arithmetics

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

         PointDensity pointdensity = ...;
         CPointer<Object> p = pointdensity.__dna__addressof(PointDensity.__DNA__FIELD__falloff_softness);
         CPointer<Float> p_falloff_softness = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'falloff_softness'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__radius

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

        Pointer Arithmetics

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

         PointDensity pointdensity = ...;
         CPointer<Object> p = pointdensity.__dna__addressof(PointDensity.__DNA__FIELD__radius);
         CPointer<Float> p_radius = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'radius'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__source

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

        Pointer Arithmetics

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

         PointDensity pointdensity = ...;
         CPointer<Object> p = pointdensity.__dna__addressof(PointDensity.__DNA__FIELD__source);
         CPointer<Short> p_source = p.cast(new Class[]{Short.class});
         

        Metadata

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

         PointDensity pointdensity = ...;
         CPointer<Object> p = pointdensity.__dna__addressof(PointDensity.__DNA__FIELD___pad0);
         CPointer<CArrayFacade<Byte>> p__pad0 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: '_pad0'
        • Signature: 'char[2]'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__color_source

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

        Field Documentation

        Blender Source Code

        psys_color_source

        Pointer Arithmetics

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

         PointDensity pointdensity = ...;
         CPointer<Object> p = pointdensity.__dna__addressof(PointDensity.__DNA__FIELD__color_source);
         CPointer<Short> p_color_source = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'color_source'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__ob_color_source

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

        Pointer Arithmetics

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

         PointDensity pointdensity = ...;
         CPointer<Object> p = pointdensity.__dna__addressof(PointDensity.__DNA__FIELD__ob_color_source);
         CPointer<Short> p_ob_color_source = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'ob_color_source'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__totpoints

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

        Pointer Arithmetics

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

         PointDensity pointdensity = ...;
         CPointer<Object> p = pointdensity.__dna__addressof(PointDensity.__DNA__FIELD__totpoints);
         CPointer<Integer> p_totpoints = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'totpoints'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__object

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

        Field Documentation

        Blender Source Code

        for 'Object ' or 'Particle system' type - source object

        Pointer Arithmetics

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

         PointDensity pointdensity = ...;
         CPointer<Object> p = pointdensity.__dna__addressof(PointDensity.__DNA__FIELD__object);
         CPointer<CPointer<BlenderObject>> p_object = p.cast(new Class[]{CPointer.class, BlenderObject.class});
         

        Metadata

        • Field: 'object'
        • Signature: 'Object*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__psys

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

        Field Documentation

        Blender Source Code

        in ob.particlesystem, non-ID pointer not allowed

        Pointer Arithmetics

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

         PointDensity pointdensity = ...;
         CPointer<Object> p = pointdensity.__dna__addressof(PointDensity.__DNA__FIELD__psys);
         CPointer<Integer> p_psys = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'psys'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__psys_cache_space

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

        Field Documentation

        Blender Source Code

        cache points in world-space, object space, ... ?

        Pointer Arithmetics

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

         PointDensity pointdensity = ...;
         CPointer<Object> p = pointdensity.__dna__addressof(PointDensity.__DNA__FIELD__psys_cache_space);
         CPointer<Short> p_psys_cache_space = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'psys_cache_space'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__ob_cache_space

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

        Field Documentation

        Blender Source Code

        cache points in world-space, object space, ... ?

        Pointer Arithmetics

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

         PointDensity pointdensity = ...;
         CPointer<Object> p = pointdensity.__dna__addressof(PointDensity.__DNA__FIELD__ob_cache_space);
         CPointer<Short> p_ob_cache_space = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'ob_cache_space'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__vertex_attribute_name

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

        Field Documentation

        Blender Source Code

        vertex attribute layer for color source, MAX_CUSTOMDATA_LAYER_NAME

        Pointer Arithmetics

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

         PointDensity pointdensity = ...;
         CPointer<Object> p = pointdensity.__dna__addressof(PointDensity.__DNA__FIELD__vertex_attribute_name);
         CPointer<CArrayFacade<Byte>> p_vertex_attribute_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'vertex_attribute_name'
        • Signature: 'char[64]'
        • Actual Size (32bit/64bit): 64/64
      • __DNA__FIELD__point_tree

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

        Field Documentation

        Blender Source Code

        The acceleration tree containing points.

        Pointer Arithmetics

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

         PointDensity pointdensity = ...;
         CPointer<Object> p = pointdensity.__dna__addressof(PointDensity.__DNA__FIELD__point_tree);
         CPointer<CPointer<Object>> p_point_tree = p.cast(new Class[]{CPointer.class, Object.class});
         

        Metadata

        • Field: 'point_tree'
        • Signature: 'void*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__point_data

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

        Field Documentation

        Blender Source Code

        Dynamically allocated extra for extra information, like particle age.

        Pointer Arithmetics

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

         PointDensity pointdensity = ...;
         CPointer<Object> p = pointdensity.__dna__addressof(PointDensity.__DNA__FIELD__point_data);
         CPointer<CPointer<Float>> p_point_data = p.cast(new Class[]{CPointer.class, Float.class});
         

        Metadata

        • Field: 'point_data'
        • Signature: 'float*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__noise_size

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

        Pointer Arithmetics

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

         PointDensity pointdensity = ...;
         CPointer<Object> p = pointdensity.__dna__addressof(PointDensity.__DNA__FIELD__noise_size);
         CPointer<Float> p_noise_size = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'noise_size'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__noise_depth

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

        Pointer Arithmetics

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

         PointDensity pointdensity = ...;
         CPointer<Object> p = pointdensity.__dna__addressof(PointDensity.__DNA__FIELD__noise_depth);
         CPointer<Short> p_noise_depth = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'noise_depth'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__noise_influence

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

        Pointer Arithmetics

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

         PointDensity pointdensity = ...;
         CPointer<Object> p = pointdensity.__dna__addressof(PointDensity.__DNA__FIELD__noise_influence);
         CPointer<Short> p_noise_influence = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'noise_influence'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__noise_basis

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

        Pointer Arithmetics

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

         PointDensity pointdensity = ...;
         CPointer<Object> p = pointdensity.__dna__addressof(PointDensity.__DNA__FIELD__noise_basis);
         CPointer<Short> p_noise_basis = p.cast(new Class[]{Short.class});
         

        Metadata

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

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

        Metadata

        • Field: '_pad1'
        • Signature: 'char[6]'
        • Actual Size (32bit/64bit): 6/6
      • __DNA__FIELD__noise_fac

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

        Pointer Arithmetics

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

         PointDensity pointdensity = ...;
         CPointer<Object> p = pointdensity.__dna__addressof(PointDensity.__DNA__FIELD__noise_fac);
         CPointer<Float> p_noise_fac = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'noise_fac'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__speed_scale

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

        Pointer Arithmetics

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

         PointDensity pointdensity = ...;
         CPointer<Object> p = pointdensity.__dna__addressof(PointDensity.__DNA__FIELD__speed_scale);
         CPointer<Float> p_speed_scale = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'speed_scale'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__falloff_speed_scale

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

        Pointer Arithmetics

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

         PointDensity pointdensity = ...;
         CPointer<Object> p = pointdensity.__dna__addressof(PointDensity.__DNA__FIELD__falloff_speed_scale);
         CPointer<Float> p_falloff_speed_scale = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'falloff_speed_scale'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD___pad2

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

        Pointer Arithmetics

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

         PointDensity pointdensity = ...;
         CPointer<Object> p = pointdensity.__dna__addressof(PointDensity.__DNA__FIELD___pad2);
         CPointer<CArrayFacade<Byte>> p__pad2 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: '_pad2'
        • Signature: 'char[4]'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__coba

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

        Field Documentation

        Blender Source Code

        For time -> color

        Pointer Arithmetics

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

         PointDensity pointdensity = ...;
         CPointer<Object> p = pointdensity.__dna__addressof(PointDensity.__DNA__FIELD__coba);
         CPointer<CPointer<ColorBand>> p_coba = p.cast(new Class[]{CPointer.class, ColorBand.class});
         

        Metadata

        • Field: 'coba'
        • Signature: 'ColorBand*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__falloff_curve

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

        Field Documentation

        Blender Source Code

        Falloff density curve.

        Pointer Arithmetics

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

         PointDensity pointdensity = ...;
         CPointer<Object> p = pointdensity.__dna__addressof(PointDensity.__DNA__FIELD__falloff_curve);
         CPointer<CPointer<CurveMapping>> p_falloff_curve = p.cast(new Class[]{CPointer.class, CurveMapping.class});
         

        Metadata

        • Field: 'falloff_curve'
        • Signature: 'CurveMapping*'
        • Actual Size (32bit/64bit): 4/8
    • Constructor Detail

      • PointDensity

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

        protected PointDensity​(PointDensity that)
    • 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
      • getFalloff_type

        public short getFalloff_type()
                              throws java.io.IOException
        Get method for struct member 'falloff_type'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__falloff_type
      • setFalloff_type

        public void setFalloff_type​(short falloff_type)
                             throws java.io.IOException
        Set method for struct member 'falloff_type'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__falloff_type
      • getFalloff_softness

        public float getFalloff_softness()
                                  throws java.io.IOException
        Get method for struct member 'falloff_softness'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__falloff_softness
      • setFalloff_softness

        public void setFalloff_softness​(float falloff_softness)
                                 throws java.io.IOException
        Set method for struct member 'falloff_softness'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__falloff_softness
      • getRadius

        public float getRadius()
                        throws java.io.IOException
        Get method for struct member 'radius'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__radius
      • setRadius

        public void setRadius​(float radius)
                       throws java.io.IOException
        Set method for struct member 'radius'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__radius
      • getSource

        public short getSource()
                        throws java.io.IOException
        Get method for struct member 'source'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__source
      • setSource

        public void setSource​(short source)
                       throws java.io.IOException
        Set method for struct member 'source'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__source
      • get_pad0

        public CArrayFacade<java.lang.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​(CArrayFacade<java.lang.Byte> _pad0)
                      throws java.io.IOException
        Set method for struct member '_pad0'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad0
      • getColor_source

        public short getColor_source()
                              throws java.io.IOException
        Get method for struct member 'color_source'.

        Field Documentation

        Blender Source Code

        psys_color_source

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__color_source
      • setColor_source

        public void setColor_source​(short color_source)
                             throws java.io.IOException
        Set method for struct member 'color_source'.

        Field Documentation

        Blender Source Code

        psys_color_source

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__color_source
      • getOb_color_source

        public short getOb_color_source()
                                 throws java.io.IOException
        Get method for struct member 'ob_color_source'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__ob_color_source
      • setOb_color_source

        public void setOb_color_source​(short ob_color_source)
                                throws java.io.IOException
        Set method for struct member 'ob_color_source'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__ob_color_source
      • getTotpoints

        public int getTotpoints()
                         throws java.io.IOException
        Get method for struct member 'totpoints'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__totpoints
      • setTotpoints

        public void setTotpoints​(int totpoints)
                          throws java.io.IOException
        Set method for struct member 'totpoints'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__totpoints
      • getObject

        public CPointer<BlenderObject> getObject()
                                          throws java.io.IOException
        Get method for struct member 'object'.

        Field Documentation

        Blender Source Code

        for 'Object ' or 'Particle system' type - source object

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__object
      • setObject

        public void setObject​(CPointer<BlenderObject> object)
                       throws java.io.IOException
        Set method for struct member 'object'.

        Field Documentation

        Blender Source Code

        for 'Object ' or 'Particle system' type - source object

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__object
      • getPsys

        public int getPsys()
                    throws java.io.IOException
        Get method for struct member 'psys'.

        Field Documentation

        Blender Source Code

        in ob.particlesystem, non-ID pointer not allowed

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__psys
      • setPsys

        public void setPsys​(int psys)
                     throws java.io.IOException
        Set method for struct member 'psys'.

        Field Documentation

        Blender Source Code

        in ob.particlesystem, non-ID pointer not allowed

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__psys
      • getPsys_cache_space

        public short getPsys_cache_space()
                                  throws java.io.IOException
        Get method for struct member 'psys_cache_space'.

        Field Documentation

        Blender Source Code

        cache points in world-space, object space, ... ?

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__psys_cache_space
      • setPsys_cache_space

        public void setPsys_cache_space​(short psys_cache_space)
                                 throws java.io.IOException
        Set method for struct member 'psys_cache_space'.

        Field Documentation

        Blender Source Code

        cache points in world-space, object space, ... ?

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__psys_cache_space
      • getOb_cache_space

        public short getOb_cache_space()
                                throws java.io.IOException
        Get method for struct member 'ob_cache_space'.

        Field Documentation

        Blender Source Code

        cache points in world-space, object space, ... ?

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__ob_cache_space
      • setOb_cache_space

        public void setOb_cache_space​(short ob_cache_space)
                               throws java.io.IOException
        Set method for struct member 'ob_cache_space'.

        Field Documentation

        Blender Source Code

        cache points in world-space, object space, ... ?

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__ob_cache_space
      • getVertex_attribute_name

        public CArrayFacade<java.lang.Byte> getVertex_attribute_name()
                                                              throws java.io.IOException
        Get method for struct member 'vertex_attribute_name'.

        Field Documentation

        Blender Source Code

        vertex attribute layer for color source, MAX_CUSTOMDATA_LAYER_NAME

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__vertex_attribute_name
      • setVertex_attribute_name

        public void setVertex_attribute_name​(CArrayFacade<java.lang.Byte> vertex_attribute_name)
                                      throws java.io.IOException
        Set method for struct member 'vertex_attribute_name'.

        Field Documentation

        Blender Source Code

        vertex attribute layer for color source, MAX_CUSTOMDATA_LAYER_NAME

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__vertex_attribute_name
      • getPoint_tree

        public CPointer<java.lang.Object> getPoint_tree()
                                                 throws java.io.IOException
        Get method for struct member 'point_tree'.

        Field Documentation

        Blender Source Code

        The acceleration tree containing points.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__point_tree
      • setPoint_tree

        public void setPoint_tree​(CPointer<java.lang.Object> point_tree)
                           throws java.io.IOException
        Set method for struct member 'point_tree'.

        Field Documentation

        Blender Source Code

        The acceleration tree containing points.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__point_tree
      • getPoint_data

        public CPointer<java.lang.Float> getPoint_data()
                                                throws java.io.IOException
        Get method for struct member 'point_data'.

        Field Documentation

        Blender Source Code

        Dynamically allocated extra for extra information, like particle age.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__point_data
      • setPoint_data

        public void setPoint_data​(CPointer<java.lang.Float> point_data)
                           throws java.io.IOException
        Set method for struct member 'point_data'.

        Field Documentation

        Blender Source Code

        Dynamically allocated extra for extra information, like particle age.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__point_data
      • getNoise_size

        public float getNoise_size()
                            throws java.io.IOException
        Get method for struct member 'noise_size'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__noise_size
      • setNoise_size

        public void setNoise_size​(float noise_size)
                           throws java.io.IOException
        Set method for struct member 'noise_size'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__noise_size
      • getNoise_depth

        public short getNoise_depth()
                             throws java.io.IOException
        Get method for struct member 'noise_depth'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__noise_depth
      • setNoise_depth

        public void setNoise_depth​(short noise_depth)
                            throws java.io.IOException
        Set method for struct member 'noise_depth'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__noise_depth
      • getNoise_influence

        public short getNoise_influence()
                                 throws java.io.IOException
        Get method for struct member 'noise_influence'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__noise_influence
      • setNoise_influence

        public void setNoise_influence​(short noise_influence)
                                throws java.io.IOException
        Set method for struct member 'noise_influence'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__noise_influence
      • getNoise_basis

        public short getNoise_basis()
                             throws java.io.IOException
        Get method for struct member 'noise_basis'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__noise_basis
      • setNoise_basis

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

        public float getNoise_fac()
                           throws java.io.IOException
        Get method for struct member 'noise_fac'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__noise_fac
      • setNoise_fac

        public void setNoise_fac​(float noise_fac)
                          throws java.io.IOException
        Set method for struct member 'noise_fac'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__noise_fac
      • getSpeed_scale

        public float getSpeed_scale()
                             throws java.io.IOException
        Get method for struct member 'speed_scale'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__speed_scale
      • setSpeed_scale

        public void setSpeed_scale​(float speed_scale)
                            throws java.io.IOException
        Set method for struct member 'speed_scale'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__speed_scale
      • getFalloff_speed_scale

        public float getFalloff_speed_scale()
                                     throws java.io.IOException
        Get method for struct member 'falloff_speed_scale'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__falloff_speed_scale
      • setFalloff_speed_scale

        public void setFalloff_speed_scale​(float falloff_speed_scale)
                                    throws java.io.IOException
        Set method for struct member 'falloff_speed_scale'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__falloff_speed_scale
      • get_pad2

        public CArrayFacade<java.lang.Byte> get_pad2()
                                              throws java.io.IOException
        Get method for struct member '_pad2'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad2
      • set_pad2

        public void set_pad2​(CArrayFacade<java.lang.Byte> _pad2)
                      throws java.io.IOException
        Set method for struct member '_pad2'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad2
      • getCoba

        public CPointer<ColorBand> getCoba()
                                    throws java.io.IOException
        Get method for struct member 'coba'.

        Field Documentation

        Blender Source Code

        For time -> color

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__coba
      • setCoba

        public void setCoba​(CPointer<ColorBand> coba)
                     throws java.io.IOException
        Set method for struct member 'coba'.

        Field Documentation

        Blender Source Code

        For time -> color

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__coba
      • getFalloff_curve

        public CPointer<CurveMapping> getFalloff_curve()
                                                throws java.io.IOException
        Get method for struct member 'falloff_curve'.

        Field Documentation

        Blender Source Code

        Falloff density curve.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__falloff_curve
      • setFalloff_curve

        public void setFalloff_curve​(CPointer<CurveMapping> falloff_curve)
                              throws java.io.IOException
        Set method for struct member 'falloff_curve'.

        Field Documentation

        Blender Source Code

        Falloff density curve.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__falloff_curve
      • __io__addressof

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