public class VoxelData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__cachedframe
Field descriptor (offset) for struct member 'cachedframe'.
|
static long[] |
__DNA__FIELD__data_type
Field descriptor (offset) for struct member 'data_type'.
|
static long[] |
__DNA__FIELD__dataset
Field descriptor (offset) for struct member 'dataset'.
|
static long[] |
__DNA__FIELD__extend
Field descriptor (offset) for struct member 'extend'.
|
static long[] |
__DNA__FIELD__file_format
Field descriptor (offset) for struct member 'file_format'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__hair_type
Field descriptor (offset) for struct member 'hair_type'.
|
static long[] |
__DNA__FIELD__int_multiplier
Field descriptor (offset) for struct member 'int_multiplier'.
|
static long[] |
__DNA__FIELD__interp_type
Field descriptor (offset) for struct member 'interp_type'.
|
static long[] |
__DNA__FIELD__object
Field descriptor (offset) for struct member 'object'.
|
static long[] |
__DNA__FIELD__ok
Field descriptor (offset) for struct member 'ok'.
|
static long[] |
__DNA__FIELD__resol
Field descriptor (offset) for struct member 'resol'.
|
static long[] |
__DNA__FIELD__smoked_type
Field descriptor (offset) for struct member 'smoked_type'.
|
static long[] |
__DNA__FIELD__source_path
Field descriptor (offset) for struct member 'source_path'.
|
static long[] |
__DNA__FIELD__still_frame
Field descriptor (offset) for struct member 'still_frame'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct VoxelData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
VoxelData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
VoxelData(VoxelData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<VoxelData> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
get_pad()
Get method for struct member '_pad'.
|
int |
getCachedframe()
Get method for struct member 'cachedframe'.
|
short |
getData_type()
Get method for struct member 'data_type'.
|
CPointer<java.lang.Float> |
getDataset()
Get method for struct member 'dataset'.
|
short |
getExtend()
Get method for struct member 'extend'.
|
short |
getFile_format()
Get method for struct member 'file_format'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
short |
getHair_type()
Get method for struct member 'hair_type'.
|
float |
getInt_multiplier()
Get method for struct member 'int_multiplier'.
|
int |
getInterp_type()
Get method for struct member 'interp_type'.
|
CPointer<BlenderObject> |
getObject()
Get method for struct member 'object'.
|
int |
getOk()
Get method for struct member 'ok'.
|
CArrayFacade<java.lang.Integer> |
getResol()
Get method for struct member 'resol'.
|
short |
getSmoked_type()
Get method for struct member 'smoked_type'.
|
CArrayFacade<java.lang.Byte> |
getSource_path()
Get method for struct member 'source_path'.
|
int |
getStill_frame()
Get method for struct member 'still_frame'.
|
void |
set_pad(int _pad)
Set method for struct member '_pad'.
|
void |
setCachedframe(int cachedframe)
Set method for struct member 'cachedframe'.
|
void |
setData_type(short data_type)
Set method for struct member 'data_type'.
|
void |
setDataset(CPointer<java.lang.Float> dataset)
Set method for struct member 'dataset'.
|
void |
setExtend(short extend)
Set method for struct member 'extend'.
|
void |
setFile_format(short file_format)
Set method for struct member 'file_format'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setHair_type(short hair_type)
Set method for struct member 'hair_type'.
|
void |
setInt_multiplier(float int_multiplier)
Set method for struct member 'int_multiplier'.
|
void |
setInterp_type(int interp_type)
Set method for struct member 'interp_type'.
|
void |
setObject(CPointer<BlenderObject> object)
Set method for struct member 'object'.
|
void |
setOk(int ok)
Set method for struct member 'ok'.
|
void |
setResol(CArrayFacade<java.lang.Integer> resol)
Set method for struct member 'resol'.
|
void |
setSmoked_type(short smoked_type)
Set method for struct member 'smoked_type'.
|
void |
setSource_path(CArrayFacade<java.lang.Byte> source_path)
Set method for struct member 'source_path'.
|
void |
setStill_frame(int still_frame)
Set method for struct member 'still_frame'.
|
__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 VoxelData.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__resol
This is how you get a reference on the corresponding field in the struct:
VoxelData voxeldata = ...; CPointer<Object> p = voxeldata.__dna__addressof(VoxelData.__DNA__FIELD__resol); CPointer<CArrayFacade<Integer>> p_resol = p.cast(new Class[]{CArrayFacade.class, Integer.class});
public static final long[] __DNA__FIELD__interp_type
This is how you get a reference on the corresponding field in the struct:
VoxelData voxeldata = ...; CPointer<Object> p = voxeldata.__dna__addressof(VoxelData.__DNA__FIELD__interp_type); CPointer<Integer> p_interp_type = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__file_format
This is how you get a reference on the corresponding field in the struct:
VoxelData voxeldata = ...; CPointer<Object> p = voxeldata.__dna__addressof(VoxelData.__DNA__FIELD__file_format); CPointer<Short> p_file_format = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
VoxelData voxeldata = ...; CPointer<Object> p = voxeldata.__dna__addressof(VoxelData.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__extend
This is how you get a reference on the corresponding field in the struct:
VoxelData voxeldata = ...; CPointer<Object> p = voxeldata.__dna__addressof(VoxelData.__DNA__FIELD__extend); CPointer<Short> p_extend = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__smoked_type
This is how you get a reference on the corresponding field in the struct:
VoxelData voxeldata = ...; CPointer<Object> p = voxeldata.__dna__addressof(VoxelData.__DNA__FIELD__smoked_type); CPointer<Short> p_smoked_type = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__hair_type
This is how you get a reference on the corresponding field in the struct:
VoxelData voxeldata = ...; CPointer<Object> p = voxeldata.__dna__addressof(VoxelData.__DNA__FIELD__hair_type); CPointer<Short> p_hair_type = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__data_type
This is how you get a reference on the corresponding field in the struct:
VoxelData voxeldata = ...; CPointer<Object> p = voxeldata.__dna__addressof(VoxelData.__DNA__FIELD__data_type); CPointer<Short> p_data_type = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD___pad
This is how you get a reference on the corresponding field in the struct:
VoxelData voxeldata = ...; CPointer<Object> p = voxeldata.__dna__addressof(VoxelData.__DNA__FIELD___pad); CPointer<Integer> p__pad = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__object
for rendering smoke sims
This is how you get a reference on the corresponding field in the struct:
VoxelData voxeldata = ...; CPointer<Object> p = voxeldata.__dna__addressof(VoxelData.__DNA__FIELD__object); CPointer<CPointer<BlenderObject>> p_object = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public static final long[] __DNA__FIELD__int_multiplier
This is how you get a reference on the corresponding field in the struct:
VoxelData voxeldata = ...; CPointer<Object> p = voxeldata.__dna__addressof(VoxelData.__DNA__FIELD__int_multiplier); CPointer<Float> p_int_multiplier = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__still_frame
This is how you get a reference on the corresponding field in the struct:
VoxelData voxeldata = ...; CPointer<Object> p = voxeldata.__dna__addressof(VoxelData.__DNA__FIELD__still_frame); CPointer<Integer> p_still_frame = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__source_path
1024 = FILE_MAX
This is how you get a reference on the corresponding field in the struct:
VoxelData voxeldata = ...; CPointer<Object> p = voxeldata.__dna__addressof(VoxelData.__DNA__FIELD__source_path); CPointer<CArrayFacade<Byte>> p_source_path = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__dataset
temporary data
This is how you get a reference on the corresponding field in the struct:
VoxelData voxeldata = ...; CPointer<Object> p = voxeldata.__dna__addressof(VoxelData.__DNA__FIELD__dataset); CPointer<CPointer<Float>> p_dataset = p.cast(new Class[]{CPointer.class, Float.class});
public static final long[] __DNA__FIELD__cachedframe
This is how you get a reference on the corresponding field in the struct:
VoxelData voxeldata = ...; CPointer<Object> p = voxeldata.__dna__addressof(VoxelData.__DNA__FIELD__cachedframe); CPointer<Integer> p_cachedframe = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__ok
This is how you get a reference on the corresponding field in the struct:
VoxelData voxeldata = ...; CPointer<Object> p = voxeldata.__dna__addressof(VoxelData.__DNA__FIELD__ok); CPointer<Integer> p_ok = p.cast(new Class[]{Integer.class});
public VoxelData(long __address, Block __block, BlockTable __blockTable)
protected VoxelData(VoxelData that)
public CArrayFacade<java.lang.Integer> getResol() throws java.io.IOException
java.io.IOException
__DNA__FIELD__resol
public void setResol(CArrayFacade<java.lang.Integer> resol) throws java.io.IOException
java.io.IOException
__DNA__FIELD__resol
public int getInterp_type() throws java.io.IOException
java.io.IOException
__DNA__FIELD__interp_type
public void setInterp_type(int interp_type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__interp_type
public short getFile_format() throws java.io.IOException
java.io.IOException
__DNA__FIELD__file_format
public void setFile_format(short file_format) throws java.io.IOException
java.io.IOException
__DNA__FIELD__file_format
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 getExtend() throws java.io.IOException
java.io.IOException
__DNA__FIELD__extend
public void setExtend(short extend) throws java.io.IOException
java.io.IOException
__DNA__FIELD__extend
public short getSmoked_type() throws java.io.IOException
java.io.IOException
__DNA__FIELD__smoked_type
public void setSmoked_type(short smoked_type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__smoked_type
public short getHair_type() throws java.io.IOException
java.io.IOException
__DNA__FIELD__hair_type
public void setHair_type(short hair_type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__hair_type
public short getData_type() throws java.io.IOException
java.io.IOException
__DNA__FIELD__data_type
public void setData_type(short data_type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__data_type
public int get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(int _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public CPointer<BlenderObject> getObject() throws java.io.IOException
for rendering smoke sims
java.io.IOException
__DNA__FIELD__object
public void setObject(CPointer<BlenderObject> object) throws java.io.IOException
for rendering smoke sims
java.io.IOException
__DNA__FIELD__object
public float getInt_multiplier() throws java.io.IOException
java.io.IOException
__DNA__FIELD__int_multiplier
public void setInt_multiplier(float int_multiplier) throws java.io.IOException
java.io.IOException
__DNA__FIELD__int_multiplier
public int getStill_frame() throws java.io.IOException
java.io.IOException
__DNA__FIELD__still_frame
public void setStill_frame(int still_frame) throws java.io.IOException
java.io.IOException
__DNA__FIELD__still_frame
public CArrayFacade<java.lang.Byte> getSource_path() throws java.io.IOException
1024 = FILE_MAX
java.io.IOException
__DNA__FIELD__source_path
public void setSource_path(CArrayFacade<java.lang.Byte> source_path) throws java.io.IOException
1024 = FILE_MAX
java.io.IOException
__DNA__FIELD__source_path
public CPointer<java.lang.Float> getDataset() throws java.io.IOException
temporary data
java.io.IOException
__DNA__FIELD__dataset
public void setDataset(CPointer<java.lang.Float> dataset) throws java.io.IOException
temporary data
java.io.IOException
__DNA__FIELD__dataset
public int getCachedframe() throws java.io.IOException
java.io.IOException
__DNA__FIELD__cachedframe
public void setCachedframe(int cachedframe) throws java.io.IOException
java.io.IOException
__DNA__FIELD__cachedframe
public int getOk() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ok
public void setOk(int ok) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ok