public class PointDensity extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__coba
Field descriptor (offset) for struct member 'coba'.
|
static long[] |
__DNA__FIELD__color_source
Field descriptor (offset) for struct member 'color_source'.
|
static long[] |
__DNA__FIELD__falloff_curve
Field descriptor (offset) for struct member 'falloff_curve'.
|
static long[] |
__DNA__FIELD__falloff_softness
Field descriptor (offset) for struct member 'falloff_softness'.
|
static long[] |
__DNA__FIELD__falloff_speed_scale
Field descriptor (offset) for struct member 'falloff_speed_scale'.
|
static long[] |
__DNA__FIELD__falloff_type
Field descriptor (offset) for struct member 'falloff_type'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__noise_basis
Field descriptor (offset) for struct member 'noise_basis'.
|
static long[] |
__DNA__FIELD__noise_depth
Field descriptor (offset) for struct member 'noise_depth'.
|
static long[] |
__DNA__FIELD__noise_fac
Field descriptor (offset) for struct member 'noise_fac'.
|
static long[] |
__DNA__FIELD__noise_influence
Field descriptor (offset) for struct member 'noise_influence'.
|
static long[] |
__DNA__FIELD__noise_size
Field descriptor (offset) for struct member 'noise_size'.
|
static long[] |
__DNA__FIELD__ob_cache_space
Field descriptor (offset) for struct member 'ob_cache_space'.
|
static long[] |
__DNA__FIELD__ob_color_source
Field descriptor (offset) for struct member 'ob_color_source'.
|
static long[] |
__DNA__FIELD__object
Field descriptor (offset) for struct member 'object'.
|
static long[] |
__DNA__FIELD__pad0
Field descriptor (offset) for struct member 'pad0'.
|
static long[] |
__DNA__FIELD__pad1
Field descriptor (offset) for struct member 'pad1'.
|
static long[] |
__DNA__FIELD__pad2
Field descriptor (offset) for struct member 'pad2'.
|
static long[] |
__DNA__FIELD__point_data
Field descriptor (offset) for struct member 'point_data'.
|
static long[] |
__DNA__FIELD__point_tree
Field descriptor (offset) for struct member 'point_tree'.
|
static long[] |
__DNA__FIELD__psys
Field descriptor (offset) for struct member 'psys'.
|
static long[] |
__DNA__FIELD__psys_cache_space
Field descriptor (offset) for struct member 'psys_cache_space'.
|
static long[] |
__DNA__FIELD__radius
Field descriptor (offset) for struct member 'radius'.
|
static long[] |
__DNA__FIELD__source
Field descriptor (offset) for struct member 'source'.
|
static long[] |
__DNA__FIELD__speed_scale
Field descriptor (offset) for struct member 'speed_scale'.
|
static long[] |
__DNA__FIELD__totpoints
Field descriptor (offset) for struct member 'totpoints'.
|
static long[] |
__DNA__FIELD__vertex_attribute_name
Field descriptor (offset) for struct member 'vertex_attribute_name'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct PointDensity.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
PointDensity(long __address,
Block __block,
BlockTable __blockTable) |
protected |
PointDensity(PointDensity that) |
Modifier and Type | Method and Description |
---|---|
CPointer<PointDensity> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<ColorBand> |
getCoba()
Get method for struct member 'coba'.
|
short |
getColor_source()
Get method for struct member 'color_source'.
|
CPointer<CurveMapping> |
getFalloff_curve()
Get method for struct member 'falloff_curve'.
|
float |
getFalloff_softness()
Get method for struct member 'falloff_softness'.
|
float |
getFalloff_speed_scale()
Get method for struct member 'falloff_speed_scale'.
|
short |
getFalloff_type()
Get method for struct member 'falloff_type'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
short |
getNoise_basis()
Get method for struct member 'noise_basis'.
|
short |
getNoise_depth()
Get method for struct member 'noise_depth'.
|
float |
getNoise_fac()
Get method for struct member 'noise_fac'.
|
short |
getNoise_influence()
Get method for struct member 'noise_influence'.
|
float |
getNoise_size()
Get method for struct member 'noise_size'.
|
short |
getOb_cache_space()
Get method for struct member 'ob_cache_space'.
|
short |
getOb_color_source()
Get method for struct member 'ob_color_source'.
|
CPointer<BlenderObject> |
getObject()
Get method for struct member 'object'.
|
short |
getPad0()
Get method for struct member 'pad0'.
|
CArrayFacade<java.lang.Short> |
getPad1()
Get method for struct member 'pad1'.
|
float |
getPad2()
Get method for struct member 'pad2'.
|
CPointer<java.lang.Float> |
getPoint_data()
Get method for struct member 'point_data'.
|
CPointer<java.lang.Object> |
getPoint_tree()
Get method for struct member 'point_tree'.
|
short |
getPsys_cache_space()
Get method for struct member 'psys_cache_space'.
|
int |
getPsys()
Get method for struct member 'psys'.
|
float |
getRadius()
Get method for struct member 'radius'.
|
short |
getSource()
Get method for struct member 'source'.
|
float |
getSpeed_scale()
Get method for struct member 'speed_scale'.
|
int |
getTotpoints()
Get method for struct member 'totpoints'.
|
CArrayFacade<java.lang.Byte> |
getVertex_attribute_name()
Get method for struct member 'vertex_attribute_name'.
|
void |
setCoba(CPointer<ColorBand> coba)
Set method for struct member 'coba'.
|
void |
setColor_source(short color_source)
Set method for struct member 'color_source'.
|
void |
setFalloff_curve(CPointer<CurveMapping> falloff_curve)
Set method for struct member 'falloff_curve'.
|
void |
setFalloff_softness(float falloff_softness)
Set method for struct member 'falloff_softness'.
|
void |
setFalloff_speed_scale(float falloff_speed_scale)
Set method for struct member 'falloff_speed_scale'.
|
void |
setFalloff_type(short falloff_type)
Set method for struct member 'falloff_type'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setNoise_basis(short noise_basis)
Set method for struct member 'noise_basis'.
|
void |
setNoise_depth(short noise_depth)
Set method for struct member 'noise_depth'.
|
void |
setNoise_fac(float noise_fac)
Set method for struct member 'noise_fac'.
|
void |
setNoise_influence(short noise_influence)
Set method for struct member 'noise_influence'.
|
void |
setNoise_size(float noise_size)
Set method for struct member 'noise_size'.
|
void |
setOb_cache_space(short ob_cache_space)
Set method for struct member 'ob_cache_space'.
|
void |
setOb_color_source(short ob_color_source)
Set method for struct member 'ob_color_source'.
|
void |
setObject(CPointer<BlenderObject> object)
Set method for struct member 'object'.
|
void |
setPad0(short pad0)
Set method for struct member 'pad0'.
|
void |
setPad1(CArrayFacade<java.lang.Short> pad1)
Set method for struct member 'pad1'.
|
void |
setPad2(float pad2)
Set method for struct member 'pad2'.
|
void |
setPoint_data(CPointer<java.lang.Float> point_data)
Set method for struct member 'point_data'.
|
void |
setPoint_tree(CPointer<java.lang.Object> point_tree)
Set method for struct member 'point_tree'.
|
void |
setPsys_cache_space(short psys_cache_space)
Set method for struct member 'psys_cache_space'.
|
void |
setPsys(int psys)
Set method for struct member 'psys'.
|
void |
setRadius(float radius)
Set method for struct member 'radius'.
|
void |
setSource(short source)
Set method for struct member 'source'.
|
void |
setSpeed_scale(float speed_scale)
Set method for struct member 'speed_scale'.
|
void |
setTotpoints(int totpoints)
Set method for struct member 'totpoints'.
|
void |
setVertex_attribute_name(CArrayFacade<java.lang.Byte> vertex_attribute_name)
Set method for struct member 'vertex_attribute_name'.
|
__io__addressof, __io__addressof, __io__equals, __io__generic__copy, __io__generic__copy, __io__instanceof, __io__native__copy, __io__newInstance, __io__same__encoding, __io__sizeof, __io__sizeof, __io__subclassof
public static final int __DNA__SDNA_INDEX
It is required when allocating a new block to store data for PointDensity.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__flag
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});
public static final long[] __DNA__FIELD__falloff_type
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});
public static final long[] __DNA__FIELD__falloff_softness
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});
public static final long[] __DNA__FIELD__radius
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});
public static final long[] __DNA__FIELD__source
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});
public static final long[] __DNA__FIELD__pad0
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<Short> p_pad0 = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__color_source
psys_color_source
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});
public static final long[] __DNA__FIELD__ob_color_source
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});
public static final long[] __DNA__FIELD__totpoints
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});
public static final long[] __DNA__FIELD__object
for 'Object
' or 'Particle
system' type - source object
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});
public static final long[] __DNA__FIELD__psys
index+1 in ob.particlesystem, non-ID pointer not allowed
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});
public static final long[] __DNA__FIELD__psys_cache_space
cache points in worldspace, object space, ... ?
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});
public static final long[] __DNA__FIELD__ob_cache_space
cache points in worldspace, object space, ... ?
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});
public static final long[] __DNA__FIELD__vertex_attribute_name
vertex attribute layer for color source, MAX_CUSTOMDATA_LAYER_NAME
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});
public static final long[] __DNA__FIELD__point_tree
the acceleration tree containing points
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});
public static final long[] __DNA__FIELD__point_data
dynamically allocated extra for extra information, like particle age
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});
public static final long[] __DNA__FIELD__noise_size
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});
public static final long[] __DNA__FIELD__noise_depth
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});
public static final long[] __DNA__FIELD__noise_influence
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});
public static final long[] __DNA__FIELD__noise_basis
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});
public static final long[] __DNA__FIELD__pad1
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<Short>> p_pad1 = p.cast(new Class[]{CArrayFacade.class, Short.class});
public static final long[] __DNA__FIELD__noise_fac
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});
public static final long[] __DNA__FIELD__speed_scale
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});
public static final long[] __DNA__FIELD__falloff_speed_scale
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});
public static final long[] __DNA__FIELD__pad2
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<Float> p_pad2 = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__coba
for time -> color
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});
public static final long[] __DNA__FIELD__falloff_curve
falloff density curve
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});
public PointDensity(long __address, Block __block, BlockTable __blockTable)
protected PointDensity(PointDensity that)
public short getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(short flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public short getFalloff_type() throws java.io.IOException
java.io.IOException
__DNA__FIELD__falloff_type
public void setFalloff_type(short falloff_type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__falloff_type
public float getFalloff_softness() throws java.io.IOException
java.io.IOException
__DNA__FIELD__falloff_softness
public void setFalloff_softness(float falloff_softness) throws java.io.IOException
java.io.IOException
__DNA__FIELD__falloff_softness
public float getRadius() throws java.io.IOException
java.io.IOException
__DNA__FIELD__radius
public void setRadius(float radius) throws java.io.IOException
java.io.IOException
__DNA__FIELD__radius
public short getSource() throws java.io.IOException
java.io.IOException
__DNA__FIELD__source
public void setSource(short source) throws java.io.IOException
java.io.IOException
__DNA__FIELD__source
public short getPad0() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad0
public void setPad0(short pad0) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad0
public short getColor_source() throws java.io.IOException
psys_color_source
java.io.IOException
__DNA__FIELD__color_source
public void setColor_source(short color_source) throws java.io.IOException
psys_color_source
java.io.IOException
__DNA__FIELD__color_source
public short getOb_color_source() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ob_color_source
public void setOb_color_source(short ob_color_source) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ob_color_source
public int getTotpoints() throws java.io.IOException
java.io.IOException
__DNA__FIELD__totpoints
public void setTotpoints(int totpoints) throws java.io.IOException
java.io.IOException
__DNA__FIELD__totpoints
public CPointer<BlenderObject> getObject() throws java.io.IOException
for 'Object
' or 'Particle
system' type - source object
java.io.IOException
__DNA__FIELD__object
public void setObject(CPointer<BlenderObject> object) throws java.io.IOException
for 'Object
' or 'Particle
system' type - source object
java.io.IOException
__DNA__FIELD__object
public int getPsys() throws java.io.IOException
index+1 in ob.particlesystem, non-ID pointer not allowed
java.io.IOException
__DNA__FIELD__psys
public void setPsys(int psys) throws java.io.IOException
index+1 in ob.particlesystem, non-ID pointer not allowed
java.io.IOException
__DNA__FIELD__psys
public short getPsys_cache_space() throws java.io.IOException
cache points in worldspace, object space, ... ?
java.io.IOException
__DNA__FIELD__psys_cache_space
public void setPsys_cache_space(short psys_cache_space) throws java.io.IOException
cache points in worldspace, object space, ... ?
java.io.IOException
__DNA__FIELD__psys_cache_space
public short getOb_cache_space() throws java.io.IOException
cache points in worldspace, object space, ... ?
java.io.IOException
__DNA__FIELD__ob_cache_space
public void setOb_cache_space(short ob_cache_space) throws java.io.IOException
cache points in worldspace, object space, ... ?
java.io.IOException
__DNA__FIELD__ob_cache_space
public CArrayFacade<java.lang.Byte> getVertex_attribute_name() throws java.io.IOException
vertex attribute layer for color source, MAX_CUSTOMDATA_LAYER_NAME
java.io.IOException
__DNA__FIELD__vertex_attribute_name
public void setVertex_attribute_name(CArrayFacade<java.lang.Byte> vertex_attribute_name) throws java.io.IOException
vertex attribute layer for color source, MAX_CUSTOMDATA_LAYER_NAME
java.io.IOException
__DNA__FIELD__vertex_attribute_name
public CPointer<java.lang.Object> getPoint_tree() throws java.io.IOException
the acceleration tree containing points
java.io.IOException
__DNA__FIELD__point_tree
public void setPoint_tree(CPointer<java.lang.Object> point_tree) throws java.io.IOException
the acceleration tree containing points
java.io.IOException
__DNA__FIELD__point_tree
public CPointer<java.lang.Float> getPoint_data() throws java.io.IOException
dynamically allocated extra for extra information, like particle age
java.io.IOException
__DNA__FIELD__point_data
public void setPoint_data(CPointer<java.lang.Float> point_data) throws java.io.IOException
dynamically allocated extra for extra information, like particle age
java.io.IOException
__DNA__FIELD__point_data
public float getNoise_size() throws java.io.IOException
java.io.IOException
__DNA__FIELD__noise_size
public void setNoise_size(float noise_size) throws java.io.IOException
java.io.IOException
__DNA__FIELD__noise_size
public short getNoise_depth() throws java.io.IOException
java.io.IOException
__DNA__FIELD__noise_depth
public void setNoise_depth(short noise_depth) throws java.io.IOException
java.io.IOException
__DNA__FIELD__noise_depth
public short getNoise_influence() throws java.io.IOException
java.io.IOException
__DNA__FIELD__noise_influence
public void setNoise_influence(short noise_influence) throws java.io.IOException
java.io.IOException
__DNA__FIELD__noise_influence
public short getNoise_basis() throws java.io.IOException
java.io.IOException
__DNA__FIELD__noise_basis
public void setNoise_basis(short noise_basis) throws java.io.IOException
java.io.IOException
__DNA__FIELD__noise_basis
public CArrayFacade<java.lang.Short> getPad1() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad1
public void setPad1(CArrayFacade<java.lang.Short> pad1) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad1
public float getNoise_fac() throws java.io.IOException
java.io.IOException
__DNA__FIELD__noise_fac
public void setNoise_fac(float noise_fac) throws java.io.IOException
java.io.IOException
__DNA__FIELD__noise_fac
public float getSpeed_scale() throws java.io.IOException
java.io.IOException
__DNA__FIELD__speed_scale
public void setSpeed_scale(float speed_scale) throws java.io.IOException
java.io.IOException
__DNA__FIELD__speed_scale
public float getFalloff_speed_scale() throws java.io.IOException
java.io.IOException
__DNA__FIELD__falloff_speed_scale
public void setFalloff_speed_scale(float falloff_speed_scale) throws java.io.IOException
java.io.IOException
__DNA__FIELD__falloff_speed_scale
public float getPad2() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad2
public void setPad2(float pad2) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad2
public CPointer<ColorBand> getCoba() throws java.io.IOException
for time -> color
java.io.IOException
__DNA__FIELD__coba
public void setCoba(CPointer<ColorBand> coba) throws java.io.IOException
for time -> color
java.io.IOException
__DNA__FIELD__coba
public CPointer<CurveMapping> getFalloff_curve() throws java.io.IOException
falloff density curve
java.io.IOException
__DNA__FIELD__falloff_curve
public void setFalloff_curve(CPointer<CurveMapping> falloff_curve) throws java.io.IOException
falloff density curve
java.io.IOException
__DNA__FIELD__falloff_curve
public CPointer<PointDensity> __io__addressof()