Class MeshSeqCacheModifierData
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.MeshSeqCacheModifierData
-
public class MeshSeqCacheModifierData extends CFacade
Generated facet for DNA struct type 'MeshSeqCacheModifierData'.Class Documentation
-
-
Field Summary
Fields Modifier and Type Field 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 long[]
__DNA__FIELD__velocity_scale
Field descriptor (offset) for struct member 'velocity_scale'.static int
__DNA__SDNA_INDEX
This is the sdna index of the struct MeshSeqCacheModifierData.-
Fields inherited from class org.cakelab.blender.nio.CFacade
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
-
-
Constructor Summary
Constructors Modifier Constructor Description MeshSeqCacheModifierData(long __address, Block __block, BlockTable __blockTable)
protected
MeshSeqCacheModifierData(MeshSeqCacheModifierData that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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'.CPointer<java.lang.Object>
getReader()
Get method for struct member 'reader'.CArrayFacade<java.lang.Byte>
getReader_object_path()
Get method for struct member 'reader_object_path'.float
getVelocity_scale()
Get method for struct member 'velocity_scale'.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(CPointer<java.lang.Object> reader)
Set method for struct member 'reader'.void
setReader_object_path(CArrayFacade<java.lang.Byte> reader_object_path)
Set method for struct member 'reader_object_path'.void
setVelocity_scale(float velocity_scale)
Set method for struct member 'velocity_scale'.-
Methods inherited from class org.cakelab.blender.nio.CFacade
__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, equals, hashCode
-
-
-
-
Field Detail
-
__DNA__SDNA_INDEX
public static final int __DNA__SDNA_INDEX
This is the sdna index of the struct MeshSeqCacheModifierData.It is required when allocating a new block to store data for MeshSeqCacheModifierData.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__modifier
public static final long[] __DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.Pointer Arithmetics
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});
Metadata
- Field: 'modifier'
- Signature: 'ModifierData'
- Actual Size (32bit/64bit): 104/120
-
__DNA__FIELD__cache_file
public static final long[] __DNA__FIELD__cache_file
Field descriptor (offset) for struct member 'cache_file'.Pointer Arithmetics
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});
Metadata
- Field: 'cache_file'
- Signature: 'CacheFile*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__object_path
public static final long[] __DNA__FIELD__object_path
Field descriptor (offset) for struct member 'object_path'.Field Documentation
Blender Source Code
1024 = FILE_MAX.
Pointer Arithmetics
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});
Metadata
- Field: 'object_path'
- Signature: 'char[1024]'
- Actual Size (32bit/64bit): 1024/1024
-
__DNA__FIELD__read_flag
public static final long[] __DNA__FIELD__read_flag
Field descriptor (offset) for struct member 'read_flag'.Pointer Arithmetics
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});
Metadata
- Field: 'read_flag'
- Signature: 'char'
- Actual Size (32bit/64bit): 1/1
-
__DNA__FIELD___pad
public static final long[] __DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.Pointer Arithmetics
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});
Metadata
- Field: '_pad'
- Signature: 'char[3]'
- Actual Size (32bit/64bit): 3/3
-
__DNA__FIELD__velocity_scale
public static final long[] __DNA__FIELD__velocity_scale
Field descriptor (offset) for struct member 'velocity_scale'.Pointer Arithmetics
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__velocity_scale); CPointer<Float> p_velocity_scale = p.cast(new Class[]{Float.class});
Metadata
- Field: 'velocity_scale'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__reader
public static final long[] __DNA__FIELD__reader
Field descriptor (offset) for struct member 'reader'.Field Documentation
Blender Source Code
Runtime.
Pointer Arithmetics
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});
Metadata
- Field: 'reader'
- Signature: 'CacheReader*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__reader_object_path
public static final long[] __DNA__FIELD__reader_object_path
Field descriptor (offset) for struct member 'reader_object_path'.Pointer Arithmetics
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});
Metadata
- Field: 'reader_object_path'
- Signature: 'char[1024]'
- Actual Size (32bit/64bit): 1024/1024
-
-
Constructor Detail
-
MeshSeqCacheModifierData
public MeshSeqCacheModifierData(long __address, Block __block, BlockTable __blockTable)
-
MeshSeqCacheModifierData
protected MeshSeqCacheModifierData(MeshSeqCacheModifierData that)
-
-
Method Detail
-
getModifier
public ModifierData getModifier() throws java.io.IOException
Get method for struct member 'modifier'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__modifier
-
setModifier
public void setModifier(ModifierData modifier) throws java.io.IOException
Set method for struct member 'modifier'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__modifier
-
getCache_file
public CPointer<CacheFile> getCache_file() throws java.io.IOException
Get method for struct member 'cache_file'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__cache_file
-
setCache_file
public void setCache_file(CPointer<CacheFile> cache_file) throws java.io.IOException
Set method for struct member 'cache_file'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__cache_file
-
getObject_path
public CArrayFacade<java.lang.Byte> getObject_path() throws java.io.IOException
Get method for struct member 'object_path'.Field Documentation
Blender Source Code
1024 = FILE_MAX.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__object_path
-
setObject_path
public void setObject_path(CArrayFacade<java.lang.Byte> object_path) throws java.io.IOException
Set method for struct member 'object_path'.Field Documentation
Blender Source Code
1024 = FILE_MAX.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__object_path
-
getRead_flag
public byte getRead_flag() throws java.io.IOException
Get method for struct member 'read_flag'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__read_flag
-
setRead_flag
public void setRead_flag(byte read_flag) throws java.io.IOException
Set method for struct member 'read_flag'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__read_flag
-
get_pad
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
Get method for struct member '_pad'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad
-
set_pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
Set method for struct member '_pad'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad
-
getVelocity_scale
public float getVelocity_scale() throws java.io.IOException
Get method for struct member 'velocity_scale'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__velocity_scale
-
setVelocity_scale
public void setVelocity_scale(float velocity_scale) throws java.io.IOException
Set method for struct member 'velocity_scale'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__velocity_scale
-
getReader
public CPointer<java.lang.Object> getReader() throws java.io.IOException
Get method for struct member 'reader'.Field Documentation
Blender Source Code
Runtime.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__reader
-
setReader
public void setReader(CPointer<java.lang.Object> reader) throws java.io.IOException
Set method for struct member 'reader'.Field Documentation
Blender Source Code
Runtime.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__reader
-
getReader_object_path
public CArrayFacade<java.lang.Byte> getReader_object_path() throws java.io.IOException
Get method for struct member 'reader_object_path'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__reader_object_path
-
setReader_object_path
public void setReader_object_path(CArrayFacade<java.lang.Byte> reader_object_path) throws java.io.IOException
Set method for struct member 'reader_object_path'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__reader_object_path
-
__io__addressof
public CPointer<MeshSeqCacheModifierData> __io__addressof()
Instantiates a pointer on this instance.
-
-