public class MeshSeqCacheModifierData extends CFacade
Modifier and Type | Field and Description |
---|---|
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__pad
Field descriptor (offset) for struct member 'pad'.
|
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 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.
|
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'.
|
CArrayFacade<java.lang.Byte> |
getPad()
Get method for struct member 'pad'.
|
byte |
getRead_flag()
Get method for struct member 'read_flag'.
|
CPointer<java.lang.Object> |
getReader()
Get method for struct member 'reader'.
|
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 |
setPad(CArrayFacade<java.lang.Byte> pad)
Set method for struct member 'pad'.
|
void |
setRead_flag(byte read_flag)
Set method for struct member 'read_flag'.
|
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__reader
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__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 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 CPointer<java.lang.Object> getReader() throws java.io.IOException
java.io.IOException
__DNA__FIELD__reader
public void setReader(CPointer<java.lang.Object> reader) throws java.io.IOException
java.io.IOException
__DNA__FIELD__reader
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> getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(CArrayFacade<java.lang.Byte> pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public CPointer<MeshSeqCacheModifierData> __io__addressof()