public class CorrectiveSmoothDeltaCache extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__lambda
Field descriptor (offset) for struct member 'lambda'.
|
static long[] |
__DNA__FIELD__repeat
Field descriptor (offset) for struct member 'repeat'.
|
static long[] |
__DNA__FIELD__rest_source
Field descriptor (offset) for struct member 'rest_source'.
|
static long[] |
__DNA__FIELD__smooth_type
Field descriptor (offset) for struct member 'smooth_type'.
|
static long[] |
__DNA__FIELD__totverts
Field descriptor (offset) for struct member 'totverts'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct CorrectiveSmoothDeltaCache.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
CorrectiveSmoothDeltaCache(CorrectiveSmoothDeltaCache that) |
|
CorrectiveSmoothDeltaCache(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<CorrectiveSmoothDeltaCache> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
float |
getLambda()
Get method for struct member 'lambda'.
|
short |
getRepeat()
Get method for struct member 'repeat'.
|
byte |
getRest_source()
Get method for struct member 'rest_source'.
|
byte |
getSmooth_type()
Get method for struct member 'smooth_type'.
|
int |
getTotverts()
Get method for struct member 'totverts'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setLambda(float lambda)
Set method for struct member 'lambda'.
|
void |
setRepeat(short repeat)
Set method for struct member 'repeat'.
|
void |
setRest_source(byte rest_source)
Set method for struct member 'rest_source'.
|
void |
setSmooth_type(byte smooth_type)
Set method for struct member 'smooth_type'.
|
void |
setTotverts(int totverts)
Set method for struct member 'totverts'.
|
__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 CorrectiveSmoothDeltaCache.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__totverts
This is how you get a reference on the corresponding field in the struct:
CorrectiveSmoothDeltaCache correctivesmoothdeltacache = ...; CPointer<Object> p = correctivesmoothdeltacache.__dna__addressof(CorrectiveSmoothDeltaCache.__DNA__FIELD__totverts); CPointer<Integer> p_totverts = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__lambda
Value of settings when creating the cache. These are used to check if the cache should be recomputed.
This is how you get a reference on the corresponding field in the struct:
CorrectiveSmoothDeltaCache correctivesmoothdeltacache = ...; CPointer<Object> p = correctivesmoothdeltacache.__dna__addressof(CorrectiveSmoothDeltaCache.__DNA__FIELD__lambda); CPointer<Float> p_lambda = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__repeat
This is how you get a reference on the corresponding field in the struct:
CorrectiveSmoothDeltaCache correctivesmoothdeltacache = ...; CPointer<Object> p = correctivesmoothdeltacache.__dna__addressof(CorrectiveSmoothDeltaCache.__DNA__FIELD__repeat); CPointer<Short> p_repeat = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
CorrectiveSmoothDeltaCache correctivesmoothdeltacache = ...; CPointer<Object> p = correctivesmoothdeltacache.__dna__addressof(CorrectiveSmoothDeltaCache.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__smooth_type
This is how you get a reference on the corresponding field in the struct:
CorrectiveSmoothDeltaCache correctivesmoothdeltacache = ...; CPointer<Object> p = correctivesmoothdeltacache.__dna__addressof(CorrectiveSmoothDeltaCache.__DNA__FIELD__smooth_type); CPointer<Byte> p_smooth_type = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__rest_source
This is how you get a reference on the corresponding field in the struct:
CorrectiveSmoothDeltaCache correctivesmoothdeltacache = ...; CPointer<Object> p = correctivesmoothdeltacache.__dna__addressof(CorrectiveSmoothDeltaCache.__DNA__FIELD__rest_source); CPointer<Byte> p_rest_source = 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:
CorrectiveSmoothDeltaCache correctivesmoothdeltacache = ...; CPointer<Object> p = correctivesmoothdeltacache.__dna__addressof(CorrectiveSmoothDeltaCache.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public CorrectiveSmoothDeltaCache(long __address, Block __block, BlockTable __blockTable)
protected CorrectiveSmoothDeltaCache(CorrectiveSmoothDeltaCache that)
public int getTotverts() throws java.io.IOException
java.io.IOException
__DNA__FIELD__totverts
public void setTotverts(int totverts) throws java.io.IOException
java.io.IOException
__DNA__FIELD__totverts
public float getLambda() throws java.io.IOException
Value of settings when creating the cache. These are used to check if the cache should be recomputed.
java.io.IOException
__DNA__FIELD__lambda
public void setLambda(float lambda) throws java.io.IOException
Value of settings when creating the cache. These are used to check if the cache should be recomputed.
java.io.IOException
__DNA__FIELD__lambda
public short getRepeat() throws java.io.IOException
java.io.IOException
__DNA__FIELD__repeat
public void setRepeat(short repeat) throws java.io.IOException
java.io.IOException
__DNA__FIELD__repeat
public short getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(short flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public byte getSmooth_type() throws java.io.IOException
java.io.IOException
__DNA__FIELD__smooth_type
public void setSmooth_type(byte smooth_type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__smooth_type
public byte getRest_source() throws java.io.IOException
java.io.IOException
__DNA__FIELD__rest_source
public void setRest_source(byte rest_source) throws java.io.IOException
java.io.IOException
__DNA__FIELD__rest_source
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<CorrectiveSmoothDeltaCache> __io__addressof()