public class VolumeDisplay extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__axis_slice_method
Field descriptor (offset) for struct member 'axis_slice_method'.
|
static long[] |
__DNA__FIELD__density
Field descriptor (offset) for struct member 'density'.
|
static long[] |
__DNA__FIELD__interpolation_method
Field descriptor (offset) for struct member 'interpolation_method'.
|
static long[] |
__DNA__FIELD__slice_axis
Field descriptor (offset) for struct member 'slice_axis'.
|
static long[] |
__DNA__FIELD__slice_depth
Field descriptor (offset) for struct member 'slice_depth'.
|
static long[] |
__DNA__FIELD__wireframe_detail
Field descriptor (offset) for struct member 'wireframe_detail'.
|
static long[] |
__DNA__FIELD__wireframe_type
Field descriptor (offset) for struct member 'wireframe_type'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct VolumeDisplay.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
VolumeDisplay(long __address,
Block __block,
BlockTable __blockTable) |
protected |
VolumeDisplay(VolumeDisplay that) |
Modifier and Type | Method and Description |
---|---|
CPointer<VolumeDisplay> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Integer> |
get_pad()
Get method for struct member '_pad'.
|
int |
getAxis_slice_method()
Get method for struct member 'axis_slice_method'.
|
float |
getDensity()
Get method for struct member 'density'.
|
int |
getInterpolation_method()
Get method for struct member 'interpolation_method'.
|
int |
getSlice_axis()
Get method for struct member 'slice_axis'.
|
float |
getSlice_depth()
Get method for struct member 'slice_depth'.
|
int |
getWireframe_detail()
Get method for struct member 'wireframe_detail'.
|
int |
getWireframe_type()
Get method for struct member 'wireframe_type'.
|
void |
set_pad(CArrayFacade<java.lang.Integer> _pad)
Set method for struct member '_pad'.
|
void |
setAxis_slice_method(int axis_slice_method)
Set method for struct member 'axis_slice_method'.
|
void |
setDensity(float density)
Set method for struct member 'density'.
|
void |
setInterpolation_method(int interpolation_method)
Set method for struct member 'interpolation_method'.
|
void |
setSlice_axis(int slice_axis)
Set method for struct member 'slice_axis'.
|
void |
setSlice_depth(float slice_depth)
Set method for struct member 'slice_depth'.
|
void |
setWireframe_detail(int wireframe_detail)
Set method for struct member 'wireframe_detail'.
|
void |
setWireframe_type(int wireframe_type)
Set method for struct member 'wireframe_type'.
|
__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 VolumeDisplay.
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:
VolumeDisplay volumedisplay = ...; CPointer<Object> p = volumedisplay.__dna__addressof(VolumeDisplay.__DNA__FIELD__density); CPointer<Float> p_density = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__wireframe_type
This is how you get a reference on the corresponding field in the struct:
VolumeDisplay volumedisplay = ...; CPointer<Object> p = volumedisplay.__dna__addressof(VolumeDisplay.__DNA__FIELD__wireframe_type); CPointer<Integer> p_wireframe_type = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__wireframe_detail
This is how you get a reference on the corresponding field in the struct:
VolumeDisplay volumedisplay = ...; CPointer<Object> p = volumedisplay.__dna__addressof(VolumeDisplay.__DNA__FIELD__wireframe_detail); CPointer<Integer> p_wireframe_detail = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__interpolation_method
This is how you get a reference on the corresponding field in the struct:
VolumeDisplay volumedisplay = ...; CPointer<Object> p = volumedisplay.__dna__addressof(VolumeDisplay.__DNA__FIELD__interpolation_method); CPointer<Integer> p_interpolation_method = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__axis_slice_method
This is how you get a reference on the corresponding field in the struct:
VolumeDisplay volumedisplay = ...; CPointer<Object> p = volumedisplay.__dna__addressof(VolumeDisplay.__DNA__FIELD__axis_slice_method); CPointer<Integer> p_axis_slice_method = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__slice_axis
This is how you get a reference on the corresponding field in the struct:
VolumeDisplay volumedisplay = ...; CPointer<Object> p = volumedisplay.__dna__addressof(VolumeDisplay.__DNA__FIELD__slice_axis); CPointer<Integer> p_slice_axis = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__slice_depth
This is how you get a reference on the corresponding field in the struct:
VolumeDisplay volumedisplay = ...; CPointer<Object> p = volumedisplay.__dna__addressof(VolumeDisplay.__DNA__FIELD__slice_depth); CPointer<Float> p_slice_depth = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD___pad
This is how you get a reference on the corresponding field in the struct:
VolumeDisplay volumedisplay = ...; CPointer<Object> p = volumedisplay.__dna__addressof(VolumeDisplay.__DNA__FIELD___pad); CPointer<CArrayFacade<Integer>> p__pad = p.cast(new Class[]{CArrayFacade.class, Integer.class});
public VolumeDisplay(long __address, Block __block, BlockTable __blockTable)
protected VolumeDisplay(VolumeDisplay 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 int getWireframe_type() throws java.io.IOException
java.io.IOException
__DNA__FIELD__wireframe_type
public void setWireframe_type(int wireframe_type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__wireframe_type
public int getWireframe_detail() throws java.io.IOException
java.io.IOException
__DNA__FIELD__wireframe_detail
public void setWireframe_detail(int wireframe_detail) throws java.io.IOException
java.io.IOException
__DNA__FIELD__wireframe_detail
public int getInterpolation_method() throws java.io.IOException
java.io.IOException
__DNA__FIELD__interpolation_method
public void setInterpolation_method(int interpolation_method) throws java.io.IOException
java.io.IOException
__DNA__FIELD__interpolation_method
public int getAxis_slice_method() throws java.io.IOException
java.io.IOException
__DNA__FIELD__axis_slice_method
public void setAxis_slice_method(int axis_slice_method) throws java.io.IOException
java.io.IOException
__DNA__FIELD__axis_slice_method
public int getSlice_axis() throws java.io.IOException
java.io.IOException
__DNA__FIELD__slice_axis
public void setSlice_axis(int slice_axis) throws java.io.IOException
java.io.IOException
__DNA__FIELD__slice_axis
public float getSlice_depth() throws java.io.IOException
java.io.IOException
__DNA__FIELD__slice_depth
public void setSlice_depth(float slice_depth) throws java.io.IOException
java.io.IOException
__DNA__FIELD__slice_depth
public CArrayFacade<java.lang.Integer> get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(CArrayFacade<java.lang.Integer> _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public CPointer<VolumeDisplay> __io__addressof()