public class CacheFile extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__adt
Field descriptor (offset) for struct member 'adt'.
|
static long[] |
__DNA__FIELD__draw_flag
Field descriptor (offset) for struct member 'draw_flag'.
|
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__forward_axis
Field descriptor (offset) for struct member 'forward_axis'.
|
static long[] |
__DNA__FIELD__frame
Field descriptor (offset) for struct member 'frame'.
|
static long[] |
__DNA__FIELD__frame_offset
Field descriptor (offset) for struct member 'frame_offset'.
|
static long[] |
__DNA__FIELD__handle
Field descriptor (offset) for struct member 'handle'.
|
static long[] |
__DNA__FIELD__handle_filepath
Field descriptor (offset) for struct member 'handle_filepath'.
|
static long[] |
__DNA__FIELD__handle_readers
Field descriptor (offset) for struct member 'handle_readers'.
|
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__object_paths
Field descriptor (offset) for struct member 'object_paths'.
|
static long[] |
__DNA__FIELD__override_frame
Field descriptor (offset) for struct member 'override_frame'.
|
static long[] |
__DNA__FIELD__scale
Field descriptor (offset) for struct member 'scale'.
|
static long[] |
__DNA__FIELD__up_axis
Field descriptor (offset) for struct member 'up_axis'.
|
static long[] |
__DNA__FIELD__velocity_name
Field descriptor (offset) for struct member 'velocity_name'.
|
static long[] |
__DNA__FIELD__velocity_unit
Field descriptor (offset) for struct member 'velocity_unit'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct CacheFile.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
CacheFile(CacheFile that) |
|
CacheFile(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<CacheFile> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
CPointer<AnimData> |
getAdt()
Get method for struct member 'adt'.
|
short |
getDraw_flag()
Get method for struct member 'draw_flag'.
|
CArrayFacade<java.lang.Byte> |
getFilepath()
Get method for struct member 'filepath'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
byte |
getForward_axis()
Get method for struct member 'forward_axis'.
|
float |
getFrame_offset()
Get method for struct member 'frame_offset'.
|
float |
getFrame()
Get method for struct member 'frame'.
|
CArrayFacade<java.lang.Byte> |
getHandle_filepath()
Get method for struct member 'handle_filepath'.
|
CPointer<java.lang.Object> |
getHandle_readers()
Get method for struct member 'handle_readers'.
|
CPointer<java.lang.Object> |
getHandle()
Get method for struct member 'handle'.
|
ID |
getId()
Get method for struct member 'id'.
|
byte |
getIs_sequence()
Get method for struct member 'is_sequence'.
|
ListBase |
getObject_paths()
Get method for struct member 'object_paths'.
|
byte |
getOverride_frame()
Get method for struct member 'override_frame'.
|
float |
getScale()
Get method for struct member 'scale'.
|
byte |
getUp_axis()
Get method for struct member 'up_axis'.
|
CArrayFacade<java.lang.Byte> |
getVelocity_name()
Get method for struct member 'velocity_name'.
|
byte |
getVelocity_unit()
Get method for struct member 'velocity_unit'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
setAdt(CPointer<AnimData> adt)
Set method for struct member 'adt'.
|
void |
setDraw_flag(short draw_flag)
Set method for struct member 'draw_flag'.
|
void |
setFilepath(CArrayFacade<java.lang.Byte> filepath)
Set method for struct member 'filepath'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setForward_axis(byte forward_axis)
Set method for struct member 'forward_axis'.
|
void |
setFrame_offset(float frame_offset)
Set method for struct member 'frame_offset'.
|
void |
setFrame(float frame)
Set method for struct member 'frame'.
|
void |
setHandle_filepath(CArrayFacade<java.lang.Byte> handle_filepath)
Set method for struct member 'handle_filepath'.
|
void |
setHandle_readers(CPointer<java.lang.Object> handle_readers)
Set method for struct member 'handle_readers'.
|
void |
setHandle(CPointer<java.lang.Object> handle)
Set method for struct member 'handle'.
|
void |
setId(ID id)
Set method for struct member 'id'.
|
void |
setIs_sequence(byte is_sequence)
Set method for struct member 'is_sequence'.
|
void |
setObject_paths(ListBase object_paths)
Set method for struct member 'object_paths'.
|
void |
setOverride_frame(byte override_frame)
Set method for struct member 'override_frame'.
|
void |
setScale(float scale)
Set method for struct member 'scale'.
|
void |
setUp_axis(byte up_axis)
Set method for struct member 'up_axis'.
|
void |
setVelocity_name(CArrayFacade<java.lang.Byte> velocity_name)
Set method for struct member 'velocity_name'.
|
void |
setVelocity_unit(byte velocity_unit)
Set method for struct member 'velocity_unit'.
|
__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 CacheFile.
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:
CacheFile cachefile = ...; CPointer<Object> p = cachefile.__dna__addressof(CacheFile.__DNA__FIELD__id); CPointer<ID> p_id = p.cast(new Class[]{ID.class});
public static final long[] __DNA__FIELD__adt
This is how you get a reference on the corresponding field in the struct:
CacheFile cachefile = ...; CPointer<Object> p = cachefile.__dna__addressof(CacheFile.__DNA__FIELD__adt); CPointer<CPointer<AnimData>> p_adt = p.cast(new Class[]{CPointer.class, AnimData.class});
public static final long[] __DNA__FIELD__object_paths
Paths of the objects inside of the Alembic archive referenced by this CacheFile
.
This is how you get a reference on the corresponding field in the struct:
CacheFile cachefile = ...; CPointer<Object> p = cachefile.__dna__addressof(CacheFile.__DNA__FIELD__object_paths); CPointer<ListBase> p_object_paths = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__filepath
1024 = FILE_MAX.
This is how you get a reference on the corresponding field in the struct:
CacheFile cachefile = ...; CPointer<Object> p = cachefile.__dna__addressof(CacheFile.__DNA__FIELD__filepath); CPointer<CArrayFacade<Byte>> p_filepath = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__is_sequence
This is how you get a reference on the corresponding field in the struct:
CacheFile cachefile = ...; CPointer<Object> p = cachefile.__dna__addressof(CacheFile.__DNA__FIELD__is_sequence); CPointer<Byte> p_is_sequence = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__forward_axis
This is how you get a reference on the corresponding field in the struct:
CacheFile cachefile = ...; CPointer<Object> p = cachefile.__dna__addressof(CacheFile.__DNA__FIELD__forward_axis); CPointer<Byte> p_forward_axis = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__up_axis
This is how you get a reference on the corresponding field in the struct:
CacheFile cachefile = ...; CPointer<Object> p = cachefile.__dna__addressof(CacheFile.__DNA__FIELD__up_axis); CPointer<Byte> p_up_axis = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__override_frame
This is how you get a reference on the corresponding field in the struct:
CacheFile cachefile = ...; CPointer<Object> p = cachefile.__dna__addressof(CacheFile.__DNA__FIELD__override_frame); CPointer<Byte> p_override_frame = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__scale
This is how you get a reference on the corresponding field in the struct:
CacheFile cachefile = ...; CPointer<Object> p = cachefile.__dna__addressof(CacheFile.__DNA__FIELD__scale); CPointer<Float> p_scale = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__frame
The frame/time to lookup in the cache file.
This is how you get a reference on the corresponding field in the struct:
CacheFile cachefile = ...; CPointer<Object> p = cachefile.__dna__addressof(CacheFile.__DNA__FIELD__frame); CPointer<Float> p_frame = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__frame_offset
The frame offset to subtract.
This is how you get a reference on the corresponding field in the struct:
CacheFile cachefile = ...; CPointer<Object> p = cachefile.__dna__addressof(CacheFile.__DNA__FIELD__frame_offset); CPointer<Float> p_frame_offset = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__flag
Animation flag.
This is how you get a reference on the corresponding field in the struct:
CacheFile cachefile = ...; CPointer<Object> p = cachefile.__dna__addressof(CacheFile.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__draw_flag
UNUSED
This is how you get a reference on the corresponding field in the struct:
CacheFile cachefile = ...; CPointer<Object> p = cachefile.__dna__addressof(CacheFile.__DNA__FIELD__draw_flag); CPointer<Short> p_draw_flag = 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:
CacheFile cachefile = ...; CPointer<Object> p = cachefile.__dna__addressof(CacheFile.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__velocity_unit
This is how you get a reference on the corresponding field in the struct:
CacheFile cachefile = ...; CPointer<Object> p = cachefile.__dna__addressof(CacheFile.__DNA__FIELD__velocity_unit); CPointer<Byte> p_velocity_unit = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__velocity_name
Name of the velocity property in the Alembic file.
This is how you get a reference on the corresponding field in the struct:
CacheFile cachefile = ...; CPointer<Object> p = cachefile.__dna__addressof(CacheFile.__DNA__FIELD__velocity_name); CPointer<CArrayFacade<Byte>> p_velocity_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__handle
Runtime
This is how you get a reference on the corresponding field in the struct:
CacheFile cachefile = ...; CPointer<Object> p = cachefile.__dna__addressof(CacheFile.__DNA__FIELD__handle); CPointer<CPointer<Object>> p_handle = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__handle_filepath
This is how you get a reference on the corresponding field in the struct:
CacheFile cachefile = ...; CPointer<Object> p = cachefile.__dna__addressof(CacheFile.__DNA__FIELD__handle_filepath); CPointer<CArrayFacade<Byte>> p_handle_filepath = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__handle_readers
This is how you get a reference on the corresponding field in the struct:
CacheFile cachefile = ...; CPointer<Object> p = cachefile.__dna__addressof(CacheFile.__DNA__FIELD__handle_readers); CPointer<CPointer<Object>> p_handle_readers = p.cast(new Class[]{CPointer.class, Object.class});
public CacheFile(long __address, Block __block, BlockTable __blockTable)
protected CacheFile(CacheFile 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
java.io.IOException
__DNA__FIELD__adt
public void setAdt(CPointer<AnimData> adt) throws java.io.IOException
java.io.IOException
__DNA__FIELD__adt
public ListBase getObject_paths() throws java.io.IOException
Paths of the objects inside of the Alembic archive referenced by this CacheFile
.
java.io.IOException
__DNA__FIELD__object_paths
public void setObject_paths(ListBase object_paths) throws java.io.IOException
Paths of the objects inside of the Alembic archive referenced by this CacheFile
.
java.io.IOException
__DNA__FIELD__object_paths
public CArrayFacade<java.lang.Byte> getFilepath() throws java.io.IOException
1024 = FILE_MAX.
java.io.IOException
__DNA__FIELD__filepath
public void setFilepath(CArrayFacade<java.lang.Byte> filepath) throws java.io.IOException
1024 = FILE_MAX.
java.io.IOException
__DNA__FIELD__filepath
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 getForward_axis() throws java.io.IOException
java.io.IOException
__DNA__FIELD__forward_axis
public void setForward_axis(byte forward_axis) throws java.io.IOException
java.io.IOException
__DNA__FIELD__forward_axis
public byte getUp_axis() throws java.io.IOException
java.io.IOException
__DNA__FIELD__up_axis
public void setUp_axis(byte up_axis) throws java.io.IOException
java.io.IOException
__DNA__FIELD__up_axis
public byte getOverride_frame() throws java.io.IOException
java.io.IOException
__DNA__FIELD__override_frame
public void setOverride_frame(byte override_frame) throws java.io.IOException
java.io.IOException
__DNA__FIELD__override_frame
public float getScale() throws java.io.IOException
java.io.IOException
__DNA__FIELD__scale
public void setScale(float scale) throws java.io.IOException
java.io.IOException
__DNA__FIELD__scale
public float getFrame() throws java.io.IOException
The frame/time to lookup in the cache file.
java.io.IOException
__DNA__FIELD__frame
public void setFrame(float frame) throws java.io.IOException
The frame/time to lookup in the cache file.
java.io.IOException
__DNA__FIELD__frame
public float getFrame_offset() throws java.io.IOException
The frame offset to subtract.
java.io.IOException
__DNA__FIELD__frame_offset
public void setFrame_offset(float frame_offset) throws java.io.IOException
The frame offset to subtract.
java.io.IOException
__DNA__FIELD__frame_offset
public short getFlag() throws java.io.IOException
Animation flag.
java.io.IOException
__DNA__FIELD__flag
public void setFlag(short flag) throws java.io.IOException
Animation flag.
java.io.IOException
__DNA__FIELD__flag
public short getDraw_flag() throws java.io.IOException
UNUSED
java.io.IOException
__DNA__FIELD__draw_flag
public void setDraw_flag(short draw_flag) throws java.io.IOException
UNUSED
java.io.IOException
__DNA__FIELD__draw_flag
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public byte getVelocity_unit() throws java.io.IOException
java.io.IOException
__DNA__FIELD__velocity_unit
public void setVelocity_unit(byte velocity_unit) throws java.io.IOException
java.io.IOException
__DNA__FIELD__velocity_unit
public CArrayFacade<java.lang.Byte> getVelocity_name() throws java.io.IOException
Name of the velocity property in the Alembic file.
java.io.IOException
__DNA__FIELD__velocity_name
public void setVelocity_name(CArrayFacade<java.lang.Byte> velocity_name) throws java.io.IOException
Name of the velocity property in the Alembic file.
java.io.IOException
__DNA__FIELD__velocity_name
public CPointer<java.lang.Object> getHandle() throws java.io.IOException
Runtime
java.io.IOException
__DNA__FIELD__handle
public void setHandle(CPointer<java.lang.Object> handle) throws java.io.IOException
Runtime
java.io.IOException
__DNA__FIELD__handle
public CArrayFacade<java.lang.Byte> getHandle_filepath() throws java.io.IOException
java.io.IOException
__DNA__FIELD__handle_filepath
public void setHandle_filepath(CArrayFacade<java.lang.Byte> handle_filepath) throws java.io.IOException
java.io.IOException
__DNA__FIELD__handle_filepath
public CPointer<java.lang.Object> getHandle_readers() throws java.io.IOException
java.io.IOException
__DNA__FIELD__handle_readers
public void setHandle_readers(CPointer<java.lang.Object> handle_readers) throws java.io.IOException
java.io.IOException
__DNA__FIELD__handle_readers