public class VolumeRender extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__clipping
Field descriptor (offset) for struct member 'clipping'.
|
static long[] |
__DNA__FIELD__precision
Field descriptor (offset) for struct member 'precision'.
|
static long[] |
__DNA__FIELD__space
Field descriptor (offset) for struct member 'space'.
|
static long[] |
__DNA__FIELD__step_size
Field descriptor (offset) for struct member 'step_size'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct VolumeRender.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
VolumeRender(long __address,
Block __block,
BlockTable __blockTable) |
protected |
VolumeRender(VolumeRender that) |
Modifier and Type | Method and Description |
---|---|
CPointer<VolumeRender> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getClipping()
Get method for struct member 'clipping'.
|
int |
getPrecision()
Get method for struct member 'precision'.
|
int |
getSpace()
Get method for struct member 'space'.
|
float |
getStep_size()
Get method for struct member 'step_size'.
|
void |
setClipping(float clipping)
Set method for struct member 'clipping'.
|
void |
setPrecision(int precision)
Set method for struct member 'precision'.
|
void |
setSpace(int space)
Set method for struct member 'space'.
|
void |
setStep_size(float step_size)
Set method for struct member 'step_size'.
|
__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 VolumeRender.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__precision
This is how you get a reference on the corresponding field in the struct:
VolumeRender volumerender = ...; CPointer<Object> p = volumerender.__dna__addressof(VolumeRender.__DNA__FIELD__precision); CPointer<Integer> p_precision = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__space
This is how you get a reference on the corresponding field in the struct:
VolumeRender volumerender = ...; CPointer<Object> p = volumerender.__dna__addressof(VolumeRender.__DNA__FIELD__space); CPointer<Integer> p_space = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__step_size
This is how you get a reference on the corresponding field in the struct:
VolumeRender volumerender = ...; CPointer<Object> p = volumerender.__dna__addressof(VolumeRender.__DNA__FIELD__step_size); CPointer<Float> p_step_size = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__clipping
This is how you get a reference on the corresponding field in the struct:
VolumeRender volumerender = ...; CPointer<Object> p = volumerender.__dna__addressof(VolumeRender.__DNA__FIELD__clipping); CPointer<Float> p_clipping = p.cast(new Class[]{Float.class});
public VolumeRender(long __address, Block __block, BlockTable __blockTable)
protected VolumeRender(VolumeRender that)
public int getPrecision() throws java.io.IOException
java.io.IOException
__DNA__FIELD__precision
public void setPrecision(int precision) throws java.io.IOException
java.io.IOException
__DNA__FIELD__precision
public int getSpace() throws java.io.IOException
java.io.IOException
__DNA__FIELD__space
public void setSpace(int space) throws java.io.IOException
java.io.IOException
__DNA__FIELD__space
public float getStep_size() throws java.io.IOException
java.io.IOException
__DNA__FIELD__step_size
public void setStep_size(float step_size) throws java.io.IOException
java.io.IOException
__DNA__FIELD__step_size
public float getClipping() throws java.io.IOException
java.io.IOException
__DNA__FIELD__clipping
public void setClipping(float clipping) throws java.io.IOException
java.io.IOException
__DNA__FIELD__clipping
public CPointer<VolumeRender> __io__addressof()