public class TransformVars extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__interpolation
Field descriptor (offset) for struct member 'interpolation'.
|
static long[] |
__DNA__FIELD__percent
Field descriptor (offset) for struct member 'percent'.
|
static long[] |
__DNA__FIELD__rotIni
Field descriptor (offset) for struct member 'rotIni'.
|
static long[] |
__DNA__FIELD__ScalexIni
Field descriptor (offset) for struct member 'ScalexIni'.
|
static long[] |
__DNA__FIELD__ScaleyIni
Field descriptor (offset) for struct member 'ScaleyIni'.
|
static long[] |
__DNA__FIELD__uniform_scale
Field descriptor (offset) for struct member 'uniform_scale'.
|
static long[] |
__DNA__FIELD__xIni
Field descriptor (offset) for struct member 'xIni'.
|
static long[] |
__DNA__FIELD__yIni
Field descriptor (offset) for struct member 'yIni'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct TransformVars.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
TransformVars(long __address,
Block __block,
BlockTable __blockTable) |
protected |
TransformVars(TransformVars that) |
Modifier and Type | Method and Description |
---|---|
CPointer<TransformVars> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getInterpolation()
Get method for struct member 'interpolation'.
|
int |
getPercent()
Get method for struct member 'percent'.
|
float |
getRotIni()
Get method for struct member 'rotIni'.
|
float |
getScalexIni()
Get method for struct member 'ScalexIni'.
|
float |
getScaleyIni()
Get method for struct member 'ScaleyIni'.
|
int |
getUniform_scale()
Get method for struct member 'uniform_scale'.
|
float |
getXIni()
Get method for struct member 'xIni'.
|
float |
getYIni()
Get method for struct member 'yIni'.
|
void |
setInterpolation(int interpolation)
Set method for struct member 'interpolation'.
|
void |
setPercent(int percent)
Set method for struct member 'percent'.
|
void |
setRotIni(float rotIni)
Set method for struct member 'rotIni'.
|
void |
setScalexIni(float ScalexIni)
Set method for struct member 'ScalexIni'.
|
void |
setScaleyIni(float ScaleyIni)
Set method for struct member 'ScaleyIni'.
|
void |
setUniform_scale(int uniform_scale)
Set method for struct member 'uniform_scale'.
|
void |
setXIni(float xIni)
Set method for struct member 'xIni'.
|
void |
setYIni(float yIni)
Set method for struct member 'yIni'.
|
__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 TransformVars.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__ScalexIni
This is how you get a reference on the corresponding field in the struct:
TransformVars transformvars = ...; CPointer<Object> p = transformvars.__dna__addressof(TransformVars.__DNA__FIELD__ScalexIni); CPointer<Float> p_ScalexIni = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__ScaleyIni
This is how you get a reference on the corresponding field in the struct:
TransformVars transformvars = ...; CPointer<Object> p = transformvars.__dna__addressof(TransformVars.__DNA__FIELD__ScaleyIni); CPointer<Float> p_ScaleyIni = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__xIni
This is how you get a reference on the corresponding field in the struct:
TransformVars transformvars = ...; CPointer<Object> p = transformvars.__dna__addressof(TransformVars.__DNA__FIELD__xIni); CPointer<Float> p_xIni = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__yIni
This is how you get a reference on the corresponding field in the struct:
TransformVars transformvars = ...; CPointer<Object> p = transformvars.__dna__addressof(TransformVars.__DNA__FIELD__yIni); CPointer<Float> p_yIni = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__rotIni
This is how you get a reference on the corresponding field in the struct:
TransformVars transformvars = ...; CPointer<Object> p = transformvars.__dna__addressof(TransformVars.__DNA__FIELD__rotIni); CPointer<Float> p_rotIni = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__percent
This is how you get a reference on the corresponding field in the struct:
TransformVars transformvars = ...; CPointer<Object> p = transformvars.__dna__addressof(TransformVars.__DNA__FIELD__percent); CPointer<Integer> p_percent = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__interpolation
This is how you get a reference on the corresponding field in the struct:
TransformVars transformvars = ...; CPointer<Object> p = transformvars.__dna__addressof(TransformVars.__DNA__FIELD__interpolation); CPointer<Integer> p_interpolation = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__uniform_scale
preserve aspect/ratio when scaling
This is how you get a reference on the corresponding field in the struct:
TransformVars transformvars = ...; CPointer<Object> p = transformvars.__dna__addressof(TransformVars.__DNA__FIELD__uniform_scale); CPointer<Integer> p_uniform_scale = p.cast(new Class[]{Integer.class});
public TransformVars(long __address, Block __block, BlockTable __blockTable)
protected TransformVars(TransformVars that)
public float getScalexIni() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ScalexIni
public void setScalexIni(float ScalexIni) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ScalexIni
public float getScaleyIni() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ScaleyIni
public void setScaleyIni(float ScaleyIni) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ScaleyIni
public float getXIni() throws java.io.IOException
java.io.IOException
__DNA__FIELD__xIni
public void setXIni(float xIni) throws java.io.IOException
java.io.IOException
__DNA__FIELD__xIni
public float getYIni() throws java.io.IOException
java.io.IOException
__DNA__FIELD__yIni
public void setYIni(float yIni) throws java.io.IOException
java.io.IOException
__DNA__FIELD__yIni
public float getRotIni() throws java.io.IOException
java.io.IOException
__DNA__FIELD__rotIni
public void setRotIni(float rotIni) throws java.io.IOException
java.io.IOException
__DNA__FIELD__rotIni
public int getPercent() throws java.io.IOException
java.io.IOException
__DNA__FIELD__percent
public void setPercent(int percent) throws java.io.IOException
java.io.IOException
__DNA__FIELD__percent
public int getInterpolation() throws java.io.IOException
java.io.IOException
__DNA__FIELD__interpolation
public void setInterpolation(int interpolation) throws java.io.IOException
java.io.IOException
__DNA__FIELD__interpolation
public int getUniform_scale() throws java.io.IOException
preserve aspect/ratio when scaling
java.io.IOException
__DNA__FIELD__uniform_scale
public void setUniform_scale(int uniform_scale) throws java.io.IOException
preserve aspect/ratio when scaling
java.io.IOException
__DNA__FIELD__uniform_scale
public CPointer<TransformVars> __io__addressof()