public class Volume extends CFacade
Modifier and Type | Field and Description |
---|---|
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__active_grid
Field descriptor (offset) for struct member 'active_grid'.
|
static long[] |
__DNA__FIELD__adt
Field descriptor (offset) for struct member 'adt'.
|
static long[] |
__DNA__FIELD__batch_cache
Field descriptor (offset) for struct member 'batch_cache'.
|
static long[] |
__DNA__FIELD__display
Field descriptor (offset) for struct member 'display'.
|
static long[] |
__DNA__FIELD__filepath
Field descriptor (offset) for struct member 'filepath'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__frame_duration
Field descriptor (offset) for struct member 'frame_duration'.
|
static long[] |
__DNA__FIELD__frame_offset
Field descriptor (offset) for struct member 'frame_offset'.
|
static long[] |
__DNA__FIELD__frame_start
Field descriptor (offset) for struct member 'frame_start'.
|
static long[] |
__DNA__FIELD__id
Field descriptor (offset) for struct member 'id'.
|
static long[] |
__DNA__FIELD__is_sequence
Field descriptor (offset) for struct member 'is_sequence'.
|
static long[] |
__DNA__FIELD__mat
Field descriptor (offset) for struct member 'mat'.
|
static long[] |
__DNA__FIELD__packedfile
Field descriptor (offset) for struct member 'packedfile'.
|
static long[] |
__DNA__FIELD__render
Field descriptor (offset) for struct member 'render'.
|
static long[] |
__DNA__FIELD__runtime
Field descriptor (offset) for struct member 'runtime'.
|
static long[] |
__DNA__FIELD__sequence_mode
Field descriptor (offset) for struct member 'sequence_mode'.
|
static long[] |
__DNA__FIELD__totcol
Field descriptor (offset) for struct member 'totcol'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct Volume.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
Volume(long __address,
Block __block,
BlockTable __blockTable) |
protected |
Volume(Volume that) |
Modifier and Type | Method and Description |
---|---|
CPointer<Volume> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad1()
Get method for struct member '_pad1'.
|
CArrayFacade<java.lang.Short> |
get_pad2()
Get method for struct member '_pad2'.
|
int |
getActive_grid()
Get method for struct member 'active_grid'.
|
CPointer<AnimData> |
getAdt()
Get method for struct member 'adt'.
|
CPointer<java.lang.Object> |
getBatch_cache()
Get method for struct member 'batch_cache'.
|
VolumeDisplay |
getDisplay()
Get method for struct member 'display'.
|
CArrayFacade<java.lang.Byte> |
getFilepath()
Get method for struct member 'filepath'.
|
int |
getFlag()
Get method for struct member 'flag'.
|
int |
getFrame_duration()
Get method for struct member 'frame_duration'.
|
int |
getFrame_offset()
Get method for struct member 'frame_offset'.
|
int |
getFrame_start()
Get method for struct member 'frame_start'.
|
ID |
getId()
Get method for struct member 'id'.
|
byte |
getIs_sequence()
Get method for struct member 'is_sequence'.
|
CPointer<CPointer<Material>> |
getMat()
Get method for struct member 'mat'.
|
CPointer<PackedFile> |
getPackedfile()
Get method for struct member 'packedfile'.
|
VolumeRender |
getRender()
Get method for struct member 'render'.
|
Volume_Runtime |
getRuntime()
Get method for struct member 'runtime'.
|
byte |
getSequence_mode()
Get method for struct member 'sequence_mode'.
|
short |
getTotcol()
Get method for struct member 'totcol'.
|
void |
set_pad1(CArrayFacade<java.lang.Byte> _pad1)
Set method for struct member '_pad1'.
|
void |
set_pad2(CArrayFacade<java.lang.Short> _pad2)
Set method for struct member '_pad2'.
|
void |
setActive_grid(int active_grid)
Set method for struct member 'active_grid'.
|
void |
setAdt(CPointer<AnimData> adt)
Set method for struct member 'adt'.
|
void |
setBatch_cache(CPointer<java.lang.Object> batch_cache)
Set method for struct member 'batch_cache'.
|
void |
setDisplay(VolumeDisplay display)
Set method for struct member 'display'.
|
void |
setFilepath(CArrayFacade<java.lang.Byte> filepath)
Set method for struct member 'filepath'.
|
void |
setFlag(int flag)
Set method for struct member 'flag'.
|
void |
setFrame_duration(int frame_duration)
Set method for struct member 'frame_duration'.
|
void |
setFrame_offset(int frame_offset)
Set method for struct member 'frame_offset'.
|
void |
setFrame_start(int frame_start)
Set method for struct member 'frame_start'.
|
void |
setId(ID id)
Set method for struct member 'id'.
|
void |
setIs_sequence(byte is_sequence)
Set method for struct member 'is_sequence'.
|
void |
setMat(CPointer<CPointer<Material>> mat)
Set method for struct member 'mat'.
|
void |
setPackedfile(CPointer<PackedFile> packedfile)
Set method for struct member 'packedfile'.
|
void |
setRender(VolumeRender render)
Set method for struct member 'render'.
|
void |
setRuntime(Volume_Runtime runtime)
Set method for struct member 'runtime'.
|
void |
setSequence_mode(byte sequence_mode)
Set method for struct member 'sequence_mode'.
|
void |
setTotcol(short totcol)
Set method for struct member 'totcol'.
|
__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 Volume.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__id
This is how you get a reference on the corresponding field in the struct:
Volume volume = ...; CPointer<Object> p = volume.__dna__addressof(Volume.__DNA__FIELD__id); CPointer<ID> p_id = p.cast(new Class[]{ID.class});
public static final long[] __DNA__FIELD__adt
animation data (must be immediately after id)
This is how you get a reference on the corresponding field in the struct:
Volume volume = ...; CPointer<Object> p = volume.__dna__addressof(Volume.__DNA__FIELD__adt); CPointer<CPointer<AnimData>> p_adt = p.cast(new Class[]{CPointer.class, AnimData.class});
public static final long[] __DNA__FIELD__filepath
File FILE_MAX
This is how you get a reference on the corresponding field in the struct:
Volume volume = ...; CPointer<Object> p = volume.__dna__addressof(Volume.__DNA__FIELD__filepath); CPointer<CArrayFacade<Byte>> p_filepath = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__packedfile
This is how you get a reference on the corresponding field in the struct:
Volume volume = ...; CPointer<Object> p = volume.__dna__addressof(Volume.__DNA__FIELD__packedfile); CPointer<CPointer<PackedFile>> p_packedfile = p.cast(new Class[]{CPointer.class, PackedFile.class});
public static final long[] __DNA__FIELD__is_sequence
This is how you get a reference on the corresponding field in the struct:
Volume volume = ...; CPointer<Object> p = volume.__dna__addressof(Volume.__DNA__FIELD__is_sequence); CPointer<Byte> p_is_sequence = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__sequence_mode
This is how you get a reference on the corresponding field in the struct:
Volume volume = ...; CPointer<Object> p = volume.__dna__addressof(Volume.__DNA__FIELD__sequence_mode); CPointer<Byte> p_sequence_mode = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD___pad1
This is how you get a reference on the corresponding field in the struct:
Volume volume = ...; CPointer<Object> p = volume.__dna__addressof(Volume.__DNA__FIELD___pad1); CPointer<CArrayFacade<Byte>> p__pad1 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__frame_start
This is how you get a reference on the corresponding field in the struct:
Volume volume = ...; CPointer<Object> p = volume.__dna__addressof(Volume.__DNA__FIELD__frame_start); CPointer<Integer> p_frame_start = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__frame_duration
This is how you get a reference on the corresponding field in the struct:
Volume volume = ...; CPointer<Object> p = volume.__dna__addressof(Volume.__DNA__FIELD__frame_duration); CPointer<Integer> p_frame_duration = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__frame_offset
This is how you get a reference on the corresponding field in the struct:
Volume volume = ...; CPointer<Object> p = volume.__dna__addressof(Volume.__DNA__FIELD__frame_offset); CPointer<Integer> p_frame_offset = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__flag
Flag
This is how you get a reference on the corresponding field in the struct:
Volume volume = ...; CPointer<Object> p = volume.__dna__addressof(Volume.__DNA__FIELD__flag); CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__active_grid
Grids
This is how you get a reference on the corresponding field in the struct:
Volume volume = ...; CPointer<Object> p = volume.__dna__addressof(Volume.__DNA__FIELD__active_grid); CPointer<Integer> p_active_grid = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__mat
This is how you get a reference on the corresponding field in the struct:
Volume volume = ...; CPointer<Object> p = volume.__dna__addressof(Volume.__DNA__FIELD__mat); CPointer<CPointer<CPointer<Material>>> p_mat = p.cast(new Class[]{CPointer.class, CPointer.class, Material.class});
public static final long[] __DNA__FIELD__totcol
This is how you get a reference on the corresponding field in the struct:
Volume volume = ...; CPointer<Object> p = volume.__dna__addressof(Volume.__DNA__FIELD__totcol); CPointer<Short> p_totcol = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD___pad2
This is how you get a reference on the corresponding field in the struct:
Volume volume = ...; CPointer<Object> p = volume.__dna__addressof(Volume.__DNA__FIELD___pad2); CPointer<CArrayFacade<Short>> p__pad2 = p.cast(new Class[]{CArrayFacade.class, Short.class});
public static final long[] __DNA__FIELD__render
Render & Display Settings
This is how you get a reference on the corresponding field in the struct:
Volume volume = ...; CPointer<Object> p = volume.__dna__addressof(Volume.__DNA__FIELD__render); CPointer<VolumeRender> p_render = p.cast(new Class[]{VolumeRender.class});
public static final long[] __DNA__FIELD__display
This is how you get a reference on the corresponding field in the struct:
Volume volume = ...; CPointer<Object> p = volume.__dna__addressof(Volume.__DNA__FIELD__display); CPointer<VolumeDisplay> p_display = p.cast(new Class[]{VolumeDisplay.class});
public static final long[] __DNA__FIELD__batch_cache
Draw Cache
This is how you get a reference on the corresponding field in the struct:
Volume volume = ...; CPointer<Object> p = volume.__dna__addressof(Volume.__DNA__FIELD__batch_cache); CPointer<CPointer<Object>> p_batch_cache = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__runtime
Runtime Data
This is how you get a reference on the corresponding field in the struct:
Volume volume = ...; CPointer<Object> p = volume.__dna__addressof(Volume.__DNA__FIELD__runtime); CPointer<Volume_Runtime> p_runtime = p.cast(new Class[]{Volume_Runtime.class});
public Volume(long __address, Block __block, BlockTable __blockTable)
protected Volume(Volume that)
public ID getId() throws java.io.IOException
java.io.IOException
__DNA__FIELD__id
public void setId(ID id) throws java.io.IOException
java.io.IOException
__DNA__FIELD__id
public CPointer<AnimData> getAdt() throws java.io.IOException
animation data (must be immediately after id)
java.io.IOException
__DNA__FIELD__adt
public void setAdt(CPointer<AnimData> adt) throws java.io.IOException
animation data (must be immediately after id)
java.io.IOException
__DNA__FIELD__adt
public CArrayFacade<java.lang.Byte> getFilepath() throws java.io.IOException
File FILE_MAX
java.io.IOException
__DNA__FIELD__filepath
public void setFilepath(CArrayFacade<java.lang.Byte> filepath) throws java.io.IOException
File FILE_MAX
java.io.IOException
__DNA__FIELD__filepath
public CPointer<PackedFile> getPackedfile() throws java.io.IOException
java.io.IOException
__DNA__FIELD__packedfile
public void setPackedfile(CPointer<PackedFile> packedfile) throws java.io.IOException
java.io.IOException
__DNA__FIELD__packedfile
public byte getIs_sequence() throws java.io.IOException
java.io.IOException
__DNA__FIELD__is_sequence
public void setIs_sequence(byte is_sequence) throws java.io.IOException
java.io.IOException
__DNA__FIELD__is_sequence
public byte getSequence_mode() throws java.io.IOException
java.io.IOException
__DNA__FIELD__sequence_mode
public void setSequence_mode(byte sequence_mode) throws java.io.IOException
java.io.IOException
__DNA__FIELD__sequence_mode
public CArrayFacade<java.lang.Byte> get_pad1() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad1
public void set_pad1(CArrayFacade<java.lang.Byte> _pad1) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad1
public int getFrame_start() throws java.io.IOException
java.io.IOException
__DNA__FIELD__frame_start
public void setFrame_start(int frame_start) throws java.io.IOException
java.io.IOException
__DNA__FIELD__frame_start
public int getFrame_duration() throws java.io.IOException
java.io.IOException
__DNA__FIELD__frame_duration
public void setFrame_duration(int frame_duration) throws java.io.IOException
java.io.IOException
__DNA__FIELD__frame_duration
public int getFrame_offset() throws java.io.IOException
java.io.IOException
__DNA__FIELD__frame_offset
public void setFrame_offset(int frame_offset) throws java.io.IOException
java.io.IOException
__DNA__FIELD__frame_offset
public int getFlag() throws java.io.IOException
Flag
java.io.IOException
__DNA__FIELD__flag
public void setFlag(int flag) throws java.io.IOException
Flag
java.io.IOException
__DNA__FIELD__flag
public int getActive_grid() throws java.io.IOException
Grids
java.io.IOException
__DNA__FIELD__active_grid
public void setActive_grid(int active_grid) throws java.io.IOException
Grids
java.io.IOException
__DNA__FIELD__active_grid
public CPointer<CPointer<Material>> getMat() throws java.io.IOException
java.io.IOException
__DNA__FIELD__mat
public void setMat(CPointer<CPointer<Material>> mat) throws java.io.IOException
java.io.IOException
__DNA__FIELD__mat
public short getTotcol() throws java.io.IOException
java.io.IOException
__DNA__FIELD__totcol
public void setTotcol(short totcol) throws java.io.IOException
java.io.IOException
__DNA__FIELD__totcol
public CArrayFacade<java.lang.Short> get_pad2() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad2
public void set_pad2(CArrayFacade<java.lang.Short> _pad2) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad2
public VolumeRender getRender() throws java.io.IOException
Render & Display Settings
java.io.IOException
__DNA__FIELD__render
public void setRender(VolumeRender render) throws java.io.IOException
Render & Display Settings
java.io.IOException
__DNA__FIELD__render
public VolumeDisplay getDisplay() throws java.io.IOException
java.io.IOException
__DNA__FIELD__display
public void setDisplay(VolumeDisplay display) throws java.io.IOException
java.io.IOException
__DNA__FIELD__display
public CPointer<java.lang.Object> getBatch_cache() throws java.io.IOException
Draw Cache
java.io.IOException
__DNA__FIELD__batch_cache
public void setBatch_cache(CPointer<java.lang.Object> batch_cache) throws java.io.IOException
Draw Cache
java.io.IOException
__DNA__FIELD__batch_cache
public Volume_Runtime getRuntime() throws java.io.IOException
Runtime Data
java.io.IOException
__DNA__FIELD__runtime
public void setRuntime(Volume_Runtime runtime) throws java.io.IOException
Runtime Data
java.io.IOException
__DNA__FIELD__runtime