Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__angle
Field descriptor (offset) for struct member 'angle'.
|
static long[] |
__DNA__FIELD__edgeWidth
Field descriptor (offset) for struct member 'edgeWidth'.
|
static long[] |
__DNA__FIELD__forward
Field descriptor (offset) for struct member 'forward'.
|
static long[] |
__DNA__FIELD__wipetype
Field descriptor (offset) for struct member 'wipetype'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct WipeVars.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
WipeVars(long __address,
Block __block,
BlockTable __blockTable) |
protected |
WipeVars(WipeVars that) |
Modifier and Type | Method and Description |
---|---|
CPointer<WipeVars> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getAngle()
Get method for struct member 'angle'.
|
float |
getEdgeWidth()
Get method for struct member 'edgeWidth'.
|
short |
getForward()
Get method for struct member 'forward'.
|
short |
getWipetype()
Get method for struct member 'wipetype'.
|
void |
setAngle(float angle)
Set method for struct member 'angle'.
|
void |
setEdgeWidth(float edgeWidth)
Set method for struct member 'edgeWidth'.
|
void |
setForward(short forward)
Set method for struct member 'forward'.
|
void |
setWipetype(short wipetype)
Set method for struct member 'wipetype'.
|
__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 WipeVars.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__edgeWidth
This is how you get a reference on the corresponding field in the struct:
WipeVars wipevars = ...; CPointer<Object> p = wipevars.__dna__addressof(WipeVars.__DNA__FIELD__edgeWidth); CPointer<Float> p_edgeWidth = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__angle
This is how you get a reference on the corresponding field in the struct:
WipeVars wipevars = ...; CPointer<Object> p = wipevars.__dna__addressof(WipeVars.__DNA__FIELD__angle); CPointer<Float> p_angle = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__forward
This is how you get a reference on the corresponding field in the struct:
WipeVars wipevars = ...; CPointer<Object> p = wipevars.__dna__addressof(WipeVars.__DNA__FIELD__forward); CPointer<Short> p_forward = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__wipetype
This is how you get a reference on the corresponding field in the struct:
WipeVars wipevars = ...; CPointer<Object> p = wipevars.__dna__addressof(WipeVars.__DNA__FIELD__wipetype); CPointer<Short> p_wipetype = p.cast(new Class[]{Short.class});
public WipeVars(long __address, Block __block, BlockTable __blockTable)
protected WipeVars(WipeVars that)
public float getEdgeWidth() throws java.io.IOException
java.io.IOException
__DNA__FIELD__edgeWidth
public void setEdgeWidth(float edgeWidth) throws java.io.IOException
java.io.IOException
__DNA__FIELD__edgeWidth
public float getAngle() throws java.io.IOException
java.io.IOException
__DNA__FIELD__angle
public void setAngle(float angle) throws java.io.IOException
java.io.IOException
__DNA__FIELD__angle
public short getForward() throws java.io.IOException
java.io.IOException
__DNA__FIELD__forward
public void setForward(short forward) throws java.io.IOException
java.io.IOException
__DNA__FIELD__forward
public short getWipetype() throws java.io.IOException
java.io.IOException
__DNA__FIELD__wipetype
public void setWipetype(short wipetype) throws java.io.IOException
java.io.IOException
__DNA__FIELD__wipetype