public class VolumeSettings extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__asymmetry
Field descriptor (offset) for struct member 'asymmetry'.
|
static long[] |
__DNA__FIELD__density
Field descriptor (offset) for struct member 'density'.
|
static long[] |
__DNA__FIELD__density_scale
Field descriptor (offset) for struct member 'density_scale'.
|
static long[] |
__DNA__FIELD__depth_cutoff
Field descriptor (offset) for struct member 'depth_cutoff'.
|
static long[] |
__DNA__FIELD__emission
Field descriptor (offset) for struct member 'emission'.
|
static long[] |
__DNA__FIELD__emission_col
Field descriptor (offset) for struct member 'emission_col'.
|
static long[] |
__DNA__FIELD__ms_diff
Field descriptor (offset) for struct member 'ms_diff'.
|
static long[] |
__DNA__FIELD__ms_intensity
Field descriptor (offset) for struct member 'ms_intensity'.
|
static long[] |
__DNA__FIELD__ms_spread
Field descriptor (offset) for struct member 'ms_spread'.
|
static long[] |
__DNA__FIELD__precache_resolution
Field descriptor (offset) for struct member 'precache_resolution'.
|
static long[] |
__DNA__FIELD__reflection
Field descriptor (offset) for struct member 'reflection'.
|
static long[] |
__DNA__FIELD__reflection_col
Field descriptor (offset) for struct member 'reflection_col'.
|
static long[] |
__DNA__FIELD__scattering
Field descriptor (offset) for struct member 'scattering'.
|
static long[] |
__DNA__FIELD__shade_type
Field descriptor (offset) for struct member 'shade_type'.
|
static long[] |
__DNA__FIELD__shadeflag
Field descriptor (offset) for struct member 'shadeflag'.
|
static long[] |
__DNA__FIELD__stepsize
Field descriptor (offset) for struct member 'stepsize'.
|
static long[] |
__DNA__FIELD__stepsize_type
Field descriptor (offset) for struct member 'stepsize_type'.
|
static long[] |
__DNA__FIELD__transmission_col
Field descriptor (offset) for struct member 'transmission_col'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct VolumeSettings.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
VolumeSettings(long __address,
Block __block,
BlockTable __blockTable) |
protected |
VolumeSettings(VolumeSettings that) |
Modifier and Type | Method and Description |
---|---|
CPointer<VolumeSettings> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getAsymmetry()
Get method for struct member 'asymmetry'.
|
float |
getDensity_scale()
Get method for struct member 'density_scale'.
|
float |
getDensity()
Get method for struct member 'density'.
|
float |
getDepth_cutoff()
Get method for struct member 'depth_cutoff'.
|
CArrayFacade<java.lang.Float> |
getEmission_col()
Get method for struct member 'emission_col'.
|
float |
getEmission()
Get method for struct member 'emission'.
|
float |
getMs_diff()
Get method for struct member 'ms_diff'.
|
float |
getMs_intensity()
Get method for struct member 'ms_intensity'.
|
float |
getMs_spread()
Get method for struct member 'ms_spread'.
|
short |
getPrecache_resolution()
Get method for struct member 'precache_resolution'.
|
CArrayFacade<java.lang.Float> |
getReflection_col()
Get method for struct member 'reflection_col'.
|
float |
getReflection()
Get method for struct member 'reflection'.
|
float |
getScattering()
Get method for struct member 'scattering'.
|
short |
getShade_type()
Get method for struct member 'shade_type'.
|
short |
getShadeflag()
Get method for struct member 'shadeflag'.
|
short |
getStepsize_type()
Get method for struct member 'stepsize_type'.
|
float |
getStepsize()
Get method for struct member 'stepsize'.
|
CArrayFacade<java.lang.Float> |
getTransmission_col()
Get method for struct member 'transmission_col'.
|
void |
setAsymmetry(float asymmetry)
Set method for struct member 'asymmetry'.
|
void |
setDensity_scale(float density_scale)
Set method for struct member 'density_scale'.
|
void |
setDensity(float density)
Set method for struct member 'density'.
|
void |
setDepth_cutoff(float depth_cutoff)
Set method for struct member 'depth_cutoff'.
|
void |
setEmission_col(CArrayFacade<java.lang.Float> emission_col)
Set method for struct member 'emission_col'.
|
void |
setEmission(float emission)
Set method for struct member 'emission'.
|
void |
setMs_diff(float ms_diff)
Set method for struct member 'ms_diff'.
|
void |
setMs_intensity(float ms_intensity)
Set method for struct member 'ms_intensity'.
|
void |
setMs_spread(float ms_spread)
Set method for struct member 'ms_spread'.
|
void |
setPrecache_resolution(short precache_resolution)
Set method for struct member 'precache_resolution'.
|
void |
setReflection_col(CArrayFacade<java.lang.Float> reflection_col)
Set method for struct member 'reflection_col'.
|
void |
setReflection(float reflection)
Set method for struct member 'reflection'.
|
void |
setScattering(float scattering)
Set method for struct member 'scattering'.
|
void |
setShade_type(short shade_type)
Set method for struct member 'shade_type'.
|
void |
setShadeflag(short shadeflag)
Set method for struct member 'shadeflag'.
|
void |
setStepsize_type(short stepsize_type)
Set method for struct member 'stepsize_type'.
|
void |
setStepsize(float stepsize)
Set method for struct member 'stepsize'.
|
void |
setTransmission_col(CArrayFacade<java.lang.Float> transmission_col)
Set method for struct member 'transmission_col'.
|
__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 VolumeSettings.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__density
This is how you get a reference on the corresponding field in the struct:
VolumeSettings volumesettings = ...; CPointer<Object> p = volumesettings.__dna__addressof(VolumeSettings.__DNA__FIELD__density); CPointer<Float> p_density = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__emission
This is how you get a reference on the corresponding field in the struct:
VolumeSettings volumesettings = ...; CPointer<Object> p = volumesettings.__dna__addressof(VolumeSettings.__DNA__FIELD__emission); CPointer<Float> p_emission = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__scattering
This is how you get a reference on the corresponding field in the struct:
VolumeSettings volumesettings = ...; CPointer<Object> p = volumesettings.__dna__addressof(VolumeSettings.__DNA__FIELD__scattering); CPointer<Float> p_scattering = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__reflection
This is how you get a reference on the corresponding field in the struct:
VolumeSettings volumesettings = ...; CPointer<Object> p = volumesettings.__dna__addressof(VolumeSettings.__DNA__FIELD__reflection); CPointer<Float> p_reflection = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__emission_col
This is how you get a reference on the corresponding field in the struct:
VolumeSettings volumesettings = ...; CPointer<Object> p = volumesettings.__dna__addressof(VolumeSettings.__DNA__FIELD__emission_col); CPointer<CArrayFacade<Float>> p_emission_col = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__transmission_col
This is how you get a reference on the corresponding field in the struct:
VolumeSettings volumesettings = ...; CPointer<Object> p = volumesettings.__dna__addressof(VolumeSettings.__DNA__FIELD__transmission_col); CPointer<CArrayFacade<Float>> p_transmission_col = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__reflection_col
This is how you get a reference on the corresponding field in the struct:
VolumeSettings volumesettings = ...; CPointer<Object> p = volumesettings.__dna__addressof(VolumeSettings.__DNA__FIELD__reflection_col); CPointer<CArrayFacade<Float>> p_reflection_col = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__density_scale
This is how you get a reference on the corresponding field in the struct:
VolumeSettings volumesettings = ...; CPointer<Object> p = volumesettings.__dna__addressof(VolumeSettings.__DNA__FIELD__density_scale); CPointer<Float> p_density_scale = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__depth_cutoff
This is how you get a reference on the corresponding field in the struct:
VolumeSettings volumesettings = ...; CPointer<Object> p = volumesettings.__dna__addressof(VolumeSettings.__DNA__FIELD__depth_cutoff); CPointer<Float> p_depth_cutoff = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__asymmetry
This is how you get a reference on the corresponding field in the struct:
VolumeSettings volumesettings = ...; CPointer<Object> p = volumesettings.__dna__addressof(VolumeSettings.__DNA__FIELD__asymmetry); CPointer<Float> p_asymmetry = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__stepsize_type
This is how you get a reference on the corresponding field in the struct:
VolumeSettings volumesettings = ...; CPointer<Object> p = volumesettings.__dna__addressof(VolumeSettings.__DNA__FIELD__stepsize_type); CPointer<Short> p_stepsize_type = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__shadeflag
This is how you get a reference on the corresponding field in the struct:
VolumeSettings volumesettings = ...; CPointer<Object> p = volumesettings.__dna__addressof(VolumeSettings.__DNA__FIELD__shadeflag); CPointer<Short> p_shadeflag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__shade_type
This is how you get a reference on the corresponding field in the struct:
VolumeSettings volumesettings = ...; CPointer<Object> p = volumesettings.__dna__addressof(VolumeSettings.__DNA__FIELD__shade_type); CPointer<Short> p_shade_type = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__precache_resolution
This is how you get a reference on the corresponding field in the struct:
VolumeSettings volumesettings = ...; CPointer<Object> p = volumesettings.__dna__addressof(VolumeSettings.__DNA__FIELD__precache_resolution); CPointer<Short> p_precache_resolution = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__stepsize
This is how you get a reference on the corresponding field in the struct:
VolumeSettings volumesettings = ...; CPointer<Object> p = volumesettings.__dna__addressof(VolumeSettings.__DNA__FIELD__stepsize); CPointer<Float> p_stepsize = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__ms_diff
This is how you get a reference on the corresponding field in the struct:
VolumeSettings volumesettings = ...; CPointer<Object> p = volumesettings.__dna__addressof(VolumeSettings.__DNA__FIELD__ms_diff); CPointer<Float> p_ms_diff = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__ms_intensity
This is how you get a reference on the corresponding field in the struct:
VolumeSettings volumesettings = ...; CPointer<Object> p = volumesettings.__dna__addressof(VolumeSettings.__DNA__FIELD__ms_intensity); CPointer<Float> p_ms_intensity = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__ms_spread
This is how you get a reference on the corresponding field in the struct:
VolumeSettings volumesettings = ...; CPointer<Object> p = volumesettings.__dna__addressof(VolumeSettings.__DNA__FIELD__ms_spread); CPointer<Float> p_ms_spread = p.cast(new Class[]{Float.class});
public VolumeSettings(long __address, Block __block, BlockTable __blockTable)
protected VolumeSettings(VolumeSettings that)
public float getDensity() throws java.io.IOException
java.io.IOException
__DNA__FIELD__density
public void setDensity(float density) throws java.io.IOException
java.io.IOException
__DNA__FIELD__density
public float getEmission() throws java.io.IOException
java.io.IOException
__DNA__FIELD__emission
public void setEmission(float emission) throws java.io.IOException
java.io.IOException
__DNA__FIELD__emission
public float getScattering() throws java.io.IOException
java.io.IOException
__DNA__FIELD__scattering
public void setScattering(float scattering) throws java.io.IOException
java.io.IOException
__DNA__FIELD__scattering
public float getReflection() throws java.io.IOException
java.io.IOException
__DNA__FIELD__reflection
public void setReflection(float reflection) throws java.io.IOException
java.io.IOException
__DNA__FIELD__reflection
public CArrayFacade<java.lang.Float> getEmission_col() throws java.io.IOException
java.io.IOException
__DNA__FIELD__emission_col
public void setEmission_col(CArrayFacade<java.lang.Float> emission_col) throws java.io.IOException
java.io.IOException
__DNA__FIELD__emission_col
public CArrayFacade<java.lang.Float> getTransmission_col() throws java.io.IOException
java.io.IOException
__DNA__FIELD__transmission_col
public void setTransmission_col(CArrayFacade<java.lang.Float> transmission_col) throws java.io.IOException
java.io.IOException
__DNA__FIELD__transmission_col
public CArrayFacade<java.lang.Float> getReflection_col() throws java.io.IOException
java.io.IOException
__DNA__FIELD__reflection_col
public void setReflection_col(CArrayFacade<java.lang.Float> reflection_col) throws java.io.IOException
java.io.IOException
__DNA__FIELD__reflection_col
public float getDensity_scale() throws java.io.IOException
java.io.IOException
__DNA__FIELD__density_scale
public void setDensity_scale(float density_scale) throws java.io.IOException
java.io.IOException
__DNA__FIELD__density_scale
public float getDepth_cutoff() throws java.io.IOException
java.io.IOException
__DNA__FIELD__depth_cutoff
public void setDepth_cutoff(float depth_cutoff) throws java.io.IOException
java.io.IOException
__DNA__FIELD__depth_cutoff
public float getAsymmetry() throws java.io.IOException
java.io.IOException
__DNA__FIELD__asymmetry
public void setAsymmetry(float asymmetry) throws java.io.IOException
java.io.IOException
__DNA__FIELD__asymmetry
public short getStepsize_type() throws java.io.IOException
java.io.IOException
__DNA__FIELD__stepsize_type
public void setStepsize_type(short stepsize_type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__stepsize_type
public short getShadeflag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__shadeflag
public void setShadeflag(short shadeflag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__shadeflag
public short getShade_type() throws java.io.IOException
java.io.IOException
__DNA__FIELD__shade_type
public void setShade_type(short shade_type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__shade_type
public short getPrecache_resolution() throws java.io.IOException
java.io.IOException
__DNA__FIELD__precache_resolution
public void setPrecache_resolution(short precache_resolution) throws java.io.IOException
java.io.IOException
__DNA__FIELD__precache_resolution
public float getStepsize() throws java.io.IOException
java.io.IOException
__DNA__FIELD__stepsize
public void setStepsize(float stepsize) throws java.io.IOException
java.io.IOException
__DNA__FIELD__stepsize
public float getMs_diff() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ms_diff
public void setMs_diff(float ms_diff) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ms_diff
public float getMs_intensity() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ms_intensity
public void setMs_intensity(float ms_intensity) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ms_intensity
public float getMs_spread() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ms_spread
public void setMs_spread(float ms_spread) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ms_spread
public CPointer<VolumeSettings> __io__addressof()