public class CacheFile extends CFacade
Modifier and Type | Field and Description |
---|---|
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__handle
Field descriptor (offset) for struct member 'handle'.
|
static long[] |
__DNA__FIELD__handle_mutex
Field descriptor (offset) for struct member 'handle_mutex'.
|
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 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.
|
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()
Get method for struct member 'frame'.
|
CPointer<java.lang.Object> |
getHandle_mutex()
Get method for struct member 'handle_mutex'.
|
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'.
|
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(float frame)
Set method for struct member 'frame'.
|
void |
setHandle_mutex(CPointer<java.lang.Object> handle_mutex)
Set method for struct member 'handle_mutex'.
|
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'.
|
__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__handle
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_mutex
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_mutex); CPointer<CPointer<Object>> p_handle_mutex = p.cast(new Class[]{CPointer.class, Object.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__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
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 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 CPointer<java.lang.Object> getHandle() throws java.io.IOException
java.io.IOException
__DNA__FIELD__handle
public void setHandle(CPointer<java.lang.Object> handle) throws java.io.IOException
java.io.IOException
__DNA__FIELD__handle
public CPointer<java.lang.Object> getHandle_mutex() throws java.io.IOException
java.io.IOException
__DNA__FIELD__handle_mutex
public void setHandle_mutex(CPointer<java.lang.Object> handle_mutex) throws java.io.IOException
java.io.IOException
__DNA__FIELD__handle_mutex
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 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
java.io.IOException
__DNA__FIELD__draw_flag
public void setDraw_flag(short draw_flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__draw_flag