public class bTransformCacheConstraint extends CFacade
Transform matrix cache constraint
Modifier and Type | Field and 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 int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bTransformCacheConstraint.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bTransformCacheConstraint(bTransformCacheConstraint that) |
|
bTransformCacheConstraint(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and 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'.
|
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'.
|
__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 bTransformCacheConstraint.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__cache_file
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});
public static final long[] __DNA__FIELD__reader
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});
public static final long[] __DNA__FIELD__object_path
FILE_MAX
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});
public bTransformCacheConstraint(long __address, Block __block, BlockTable __blockTable)
protected bTransformCacheConstraint(bTransformCacheConstraint that)
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
FILE_MAX
java.io.IOException
__DNA__FIELD__object_path
public void setObject_path(CArrayFacade<java.lang.Byte> object_path) throws java.io.IOException
FILE_MAX
java.io.IOException
__DNA__FIELD__object_path
public CPointer<bTransformCacheConstraint> __io__addressof()