Package org.blender.dna
Class bTransformCacheConstraint
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.bTransformCacheConstraint
-
public class bTransformCacheConstraint extends CFacade
Generated facet for DNA struct type 'bTransformCacheConstraint'.Class Documentation
Blender Source Code
Transform matrix cache constraint
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD__cache_file
Field descriptor (offset) for struct member 'cache_file'.static long[]
__DNA__FIELD__object_path
Field descriptor (offset) for struct member 'object_path'.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 bTransformCacheConstraint.-
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 bTransformCacheConstraint(long __address, Block __block, BlockTable __blockTable)
protected
bTransformCacheConstraint(bTransformCacheConstraint that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<bTransformCacheConstraint>
__io__addressof()
Instantiates a pointer on this instance.CPointer<CacheFile>
getCache_file()
Get method for struct member 'cache_file'.CArrayFacade<java.lang.Byte>
getObject_path()
Get method for struct member 'object_path'.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'.void
setCache_file(CPointer<CacheFile> cache_file)
Set method for struct member 'cache_file'.void
setObject_path(CArrayFacade<java.lang.Byte> object_path)
Set method for struct member 'object_path'.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'.-
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 bTransformCacheConstraint.It is required when allocating a new block to store data for bTransformCacheConstraint.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__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:
bTransformCacheConstraint btransformcacheconstraint = ...; CPointer<Object> p = btransformcacheconstraint.__dna__addressof(bTransformCacheConstraint.__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
FILE_MAX.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
bTransformCacheConstraint btransformcacheconstraint = ...; CPointer<Object> p = btransformcacheconstraint.__dna__addressof(bTransformCacheConstraint.__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__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:
bTransformCacheConstraint btransformcacheconstraint = ...; CPointer<Object> p = btransformcacheconstraint.__dna__addressof(bTransformCacheConstraint.__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:
bTransformCacheConstraint btransformcacheconstraint = ...; CPointer<Object> p = btransformcacheconstraint.__dna__addressof(bTransformCacheConstraint.__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
-
bTransformCacheConstraint
public bTransformCacheConstraint(long __address, Block __block, BlockTable __blockTable)
-
bTransformCacheConstraint
protected bTransformCacheConstraint(bTransformCacheConstraint that)
-
-
Method Detail
-
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
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
FILE_MAX.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__object_path
-
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<bTransformCacheConstraint> __io__addressof()
Instantiates a pointer on this instance.
-
-