public class SpeedControlVars extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__flags
Field descriptor (offset) for struct member 'flags'.
|
static long[] |
__DNA__FIELD__frameMap
Field descriptor (offset) for struct member 'frameMap'.
|
static long[] |
__DNA__FIELD__globalSpeed
Field descriptor (offset) for struct member 'globalSpeed'.
|
static long[] |
__DNA__FIELD__lastValidFrame
Field descriptor (offset) for struct member 'lastValidFrame'.
|
static long[] |
__DNA__FIELD__length
Field descriptor (offset) for struct member 'length'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct SpeedControlVars.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
SpeedControlVars(long __address,
Block __block,
BlockTable __blockTable) |
protected |
SpeedControlVars(SpeedControlVars that) |
Modifier and Type | Method and Description |
---|---|
CPointer<SpeedControlVars> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getFlags()
Get method for struct member 'flags'.
|
CPointer<java.lang.Float> |
getFrameMap()
Get method for struct member 'frameMap'.
|
float |
getGlobalSpeed()
Get method for struct member 'globalSpeed'.
|
int |
getLastValidFrame()
Get method for struct member 'lastValidFrame'.
|
int |
getLength()
Get method for struct member 'length'.
|
void |
setFlags(int flags)
Set method for struct member 'flags'.
|
void |
setFrameMap(CPointer<java.lang.Float> frameMap)
Set method for struct member 'frameMap'.
|
void |
setGlobalSpeed(float globalSpeed)
Set method for struct member 'globalSpeed'.
|
void |
setLastValidFrame(int lastValidFrame)
Set method for struct member 'lastValidFrame'.
|
void |
setLength(int length)
Set method for struct member 'length'.
|
__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 SpeedControlVars.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__frameMap
This is how you get a reference on the corresponding field in the struct:
SpeedControlVars speedcontrolvars = ...; CPointer<Object> p = speedcontrolvars.__dna__addressof(SpeedControlVars.__DNA__FIELD__frameMap); CPointer<CPointer<Float>> p_frameMap = p.cast(new Class[]{CPointer.class, Float.class});
public static final long[] __DNA__FIELD__globalSpeed
This is how you get a reference on the corresponding field in the struct:
SpeedControlVars speedcontrolvars = ...; CPointer<Object> p = speedcontrolvars.__dna__addressof(SpeedControlVars.__DNA__FIELD__globalSpeed); CPointer<Float> p_globalSpeed = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__flags
This is how you get a reference on the corresponding field in the struct:
SpeedControlVars speedcontrolvars = ...; CPointer<Object> p = speedcontrolvars.__dna__addressof(SpeedControlVars.__DNA__FIELD__flags); CPointer<Integer> p_flags = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__length
This is how you get a reference on the corresponding field in the struct:
SpeedControlVars speedcontrolvars = ...; CPointer<Object> p = speedcontrolvars.__dna__addressof(SpeedControlVars.__DNA__FIELD__length); CPointer<Integer> p_length = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__lastValidFrame
This is how you get a reference on the corresponding field in the struct:
SpeedControlVars speedcontrolvars = ...; CPointer<Object> p = speedcontrolvars.__dna__addressof(SpeedControlVars.__DNA__FIELD__lastValidFrame); CPointer<Integer> p_lastValidFrame = p.cast(new Class[]{Integer.class});
public SpeedControlVars(long __address, Block __block, BlockTable __blockTable)
protected SpeedControlVars(SpeedControlVars that)
public CPointer<java.lang.Float> getFrameMap() throws java.io.IOException
java.io.IOException
__DNA__FIELD__frameMap
public void setFrameMap(CPointer<java.lang.Float> frameMap) throws java.io.IOException
java.io.IOException
__DNA__FIELD__frameMap
public float getGlobalSpeed() throws java.io.IOException
java.io.IOException
__DNA__FIELD__globalSpeed
public void setGlobalSpeed(float globalSpeed) throws java.io.IOException
java.io.IOException
__DNA__FIELD__globalSpeed
public int getFlags() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flags
public void setFlags(int flags) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flags
public int getLength() throws java.io.IOException
java.io.IOException
__DNA__FIELD__length
public void setLength(int length) throws java.io.IOException
java.io.IOException
__DNA__FIELD__length
public int getLastValidFrame() throws java.io.IOException
java.io.IOException
__DNA__FIELD__lastValidFrame
public void setLastValidFrame(int lastValidFrame) throws java.io.IOException
java.io.IOException
__DNA__FIELD__lastValidFrame
public CPointer<SpeedControlVars> __io__addressof()