public class FCM_EnvelopeData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__f1
Field descriptor (offset) for struct member 'f1'.
|
static long[] |
__DNA__FIELD__f2
Field descriptor (offset) for struct member 'f2'.
|
static long[] |
__DNA__FIELD__max
Field descriptor (offset) for struct member 'max'.
|
static long[] |
__DNA__FIELD__min
Field descriptor (offset) for struct member 'min'.
|
static long[] |
__DNA__FIELD__time
Field descriptor (offset) for struct member 'time'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct FCM_EnvelopeData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
FCM_EnvelopeData(FCM_EnvelopeData that) |
|
FCM_EnvelopeData(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<FCM_EnvelopeData> |
__io__addressof()
Instantiates a pointer on this instance.
|
short |
getF1()
Get method for struct member 'f1'.
|
short |
getF2()
Get method for struct member 'f2'.
|
float |
getMax()
Get method for struct member 'max'.
|
float |
getMin()
Get method for struct member 'min'.
|
float |
getTime()
Get method for struct member 'time'.
|
void |
setF1(short f1)
Set method for struct member 'f1'.
|
void |
setF2(short f2)
Set method for struct member 'f2'.
|
void |
setMax(float max)
Set method for struct member 'max'.
|
void |
setMin(float min)
Set method for struct member 'min'.
|
void |
setTime(float time)
Set method for struct member 'time'.
|
__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 FCM_EnvelopeData.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__min
This is how you get a reference on the corresponding field in the struct:
FCM_EnvelopeData fcm_envelopedata = ...; CPointer<Object> p = fcm_envelopedata.__dna__addressof(FCM_EnvelopeData.__DNA__FIELD__min); CPointer<Float> p_min = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__max
This is how you get a reference on the corresponding field in the struct:
FCM_EnvelopeData fcm_envelopedata = ...; CPointer<Object> p = fcm_envelopedata.__dna__addressof(FCM_EnvelopeData.__DNA__FIELD__max); CPointer<Float> p_max = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__time
This is how you get a reference on the corresponding field in the struct:
FCM_EnvelopeData fcm_envelopedata = ...; CPointer<Object> p = fcm_envelopedata.__dna__addressof(FCM_EnvelopeData.__DNA__FIELD__time); CPointer<Float> p_time = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__f1
This is how you get a reference on the corresponding field in the struct:
FCM_EnvelopeData fcm_envelopedata = ...; CPointer<Object> p = fcm_envelopedata.__dna__addressof(FCM_EnvelopeData.__DNA__FIELD__f1); CPointer<Short> p_f1 = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__f2
This is how you get a reference on the corresponding field in the struct:
FCM_EnvelopeData fcm_envelopedata = ...; CPointer<Object> p = fcm_envelopedata.__dna__addressof(FCM_EnvelopeData.__DNA__FIELD__f2); CPointer<Short> p_f2 = p.cast(new Class[]{Short.class});
public FCM_EnvelopeData(long __address, Block __block, BlockTable __blockTable)
protected FCM_EnvelopeData(FCM_EnvelopeData that)
public float getMin() throws java.io.IOException
java.io.IOException
__DNA__FIELD__min
public void setMin(float min) throws java.io.IOException
java.io.IOException
__DNA__FIELD__min
public float getMax() throws java.io.IOException
java.io.IOException
__DNA__FIELD__max
public void setMax(float max) throws java.io.IOException
java.io.IOException
__DNA__FIELD__max
public float getTime() throws java.io.IOException
java.io.IOException
__DNA__FIELD__time
public void setTime(float time) throws java.io.IOException
java.io.IOException
__DNA__FIELD__time
public short getF1() throws java.io.IOException
java.io.IOException
__DNA__FIELD__f1
public void setF1(short f1) throws java.io.IOException
java.io.IOException
__DNA__FIELD__f1
public short getF2() throws java.io.IOException
java.io.IOException
__DNA__FIELD__f2
public void setF2(short f2) throws java.io.IOException
java.io.IOException
__DNA__FIELD__f2
public CPointer<FCM_EnvelopeData> __io__addressof()