public class MeshSeqCacheModifierData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__cache_file
Field descriptor (offset) for struct member 'cache_file'.
|
static long[] |
__DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.
|
static long[] |
__DNA__FIELD__object_path
Field descriptor (offset) for struct member 'object_path'.
|
static long[] |
__DNA__FIELD__read_flag
Field descriptor (offset) for struct member 'read_flag'.
|
static long[] |
__DNA__FIELD__reader
Field descriptor (offset) for struct member 'reader'.
|
static long[] |
__DNA__FIELD__reader_object_path
Field descriptor (offset) for struct member 'reader_object_path'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct MeshSeqCacheModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
MeshSeqCacheModifierData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
MeshSeqCacheModifierData(MeshSeqCacheModifierData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<MeshSeqCacheModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
CPointer<CacheFile> |
getCache_file()
Get method for struct member 'cache_file'.
|
ModifierData |
getModifier()
Get method for struct member 'modifier'.
|
CArrayFacade<java.lang.Byte> |
getObject_path()
Get method for struct member 'object_path'.
|
byte |
getRead_flag()
Get method for struct member 'read_flag'.
|
CArrayFacade<java.lang.Byte> |
getReader_object_path()
Get method for struct member 'reader_object_path'.
|
CPointer<java.lang.Object> |
getReader()
Get method for struct member 'reader'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
setCache_file(CPointer<CacheFile> cache_file)
Set method for struct member 'cache_file'.
|
void |
setModifier(ModifierData modifier)
Set method for struct member 'modifier'.
|
void |
setObject_path(CArrayFacade<java.lang.Byte> object_path)
Set method for struct member 'object_path'.
|
void |
setRead_flag(byte read_flag)
Set method for struct member 'read_flag'.
|
void |
setReader_object_path(CArrayFacade<java.lang.Byte> reader_object_path)
Set method for struct member 'reader_object_path'.
|
void |
setReader(CPointer<java.lang.Object> reader)
Set method for struct member 'reader'.
|
__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 MeshSeqCacheModifierData.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__modifier
This is how you get a reference on the corresponding field in the struct:
MeshSeqCacheModifierData meshseqcachemodifierdata = ...; CPointer<Object> p = meshseqcachemodifierdata.__dna__addressof(MeshSeqCacheModifierData.__DNA__FIELD__modifier); CPointer<ModifierData> p_modifier = p.cast(new Class[]{ModifierData.class});
public static final long[] __DNA__FIELD__cache_file
This is how you get a reference on the corresponding field in the struct:
MeshSeqCacheModifierData meshseqcachemodifierdata = ...; CPointer<Object> p = meshseqcachemodifierdata.__dna__addressof(MeshSeqCacheModifierData.__DNA__FIELD__cache_file); CPointer<CPointer<CacheFile>> p_cache_file = p.cast(new Class[]{CPointer.class, CacheFile.class});
public static final long[] __DNA__FIELD__object_path
1024 = FILE_MAX.
This is how you get a reference on the corresponding field in the struct:
MeshSeqCacheModifierData meshseqcachemodifierdata = ...; CPointer<Object> p = meshseqcachemodifierdata.__dna__addressof(MeshSeqCacheModifierData.__DNA__FIELD__object_path); CPointer<CArrayFacade<Byte>> p_object_path = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__read_flag
This is how you get a reference on the corresponding field in the struct:
MeshSeqCacheModifierData meshseqcachemodifierdata = ...; CPointer<Object> p = meshseqcachemodifierdata.__dna__addressof(MeshSeqCacheModifierData.__DNA__FIELD__read_flag); CPointer<Byte> p_read_flag = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD___pad
This is how you get a reference on the corresponding field in the struct:
MeshSeqCacheModifierData meshseqcachemodifierdata = ...; CPointer<Object> p = meshseqcachemodifierdata.__dna__addressof(MeshSeqCacheModifierData.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__reader
Runtime.
This is how you get a reference on the corresponding field in the struct:
MeshSeqCacheModifierData meshseqcachemodifierdata = ...; CPointer<Object> p = meshseqcachemodifierdata.__dna__addressof(MeshSeqCacheModifierData.__DNA__FIELD__reader); CPointer<CPointer<Object>> p_reader = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__reader_object_path
This is how you get a reference on the corresponding field in the struct:
MeshSeqCacheModifierData meshseqcachemodifierdata = ...; CPointer<Object> p = meshseqcachemodifierdata.__dna__addressof(MeshSeqCacheModifierData.__DNA__FIELD__reader_object_path); CPointer<CArrayFacade<Byte>> p_reader_object_path = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public MeshSeqCacheModifierData(long __address, Block __block, BlockTable __blockTable)
protected MeshSeqCacheModifierData(MeshSeqCacheModifierData that)
public ModifierData getModifier() throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifier
public void setModifier(ModifierData modifier) throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifier
public CPointer<CacheFile> getCache_file() throws java.io.IOException
java.io.IOException
__DNA__FIELD__cache_file
public void setCache_file(CPointer<CacheFile> cache_file) throws java.io.IOException
java.io.IOException
__DNA__FIELD__cache_file
public CArrayFacade<java.lang.Byte> getObject_path() throws java.io.IOException
1024 = FILE_MAX.
java.io.IOException
__DNA__FIELD__object_path
public void setObject_path(CArrayFacade<java.lang.Byte> object_path) throws java.io.IOException
1024 = FILE_MAX.
java.io.IOException
__DNA__FIELD__object_path
public byte getRead_flag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__read_flag
public void setRead_flag(byte read_flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__read_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 CPointer<java.lang.Object> getReader() throws java.io.IOException
Runtime.
java.io.IOException
__DNA__FIELD__reader
public void setReader(CPointer<java.lang.Object> reader) throws java.io.IOException
Runtime.
java.io.IOException
__DNA__FIELD__reader
public CArrayFacade<java.lang.Byte> getReader_object_path() throws java.io.IOException
java.io.IOException
__DNA__FIELD__reader_object_path
public void setReader_object_path(CArrayFacade<java.lang.Byte> reader_object_path) throws java.io.IOException
java.io.IOException
__DNA__FIELD__reader_object_path
public CPointer<MeshSeqCacheModifierData> __io__addressof()