public class StripTransform extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__rotation
Field descriptor (offset) for struct member 'rotation'.
|
static long[] |
__DNA__FIELD__scale_x
Field descriptor (offset) for struct member 'scale_x'.
|
static long[] |
__DNA__FIELD__scale_y
Field descriptor (offset) for struct member 'scale_y'.
|
static long[] |
__DNA__FIELD__xofs
Field descriptor (offset) for struct member 'xofs'.
|
static long[] |
__DNA__FIELD__yofs
Field descriptor (offset) for struct member 'yofs'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct StripTransform.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
StripTransform(long __address,
Block __block,
BlockTable __blockTable) |
protected |
StripTransform(StripTransform that) |
Modifier and Type | Method and Description |
---|---|
CPointer<StripTransform> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getRotation()
Get method for struct member 'rotation'.
|
float |
getScale_x()
Get method for struct member 'scale_x'.
|
float |
getScale_y()
Get method for struct member 'scale_y'.
|
int |
getXofs()
Get method for struct member 'xofs'.
|
int |
getYofs()
Get method for struct member 'yofs'.
|
void |
setRotation(float rotation)
Set method for struct member 'rotation'.
|
void |
setScale_x(float scale_x)
Set method for struct member 'scale_x'.
|
void |
setScale_y(float scale_y)
Set method for struct member 'scale_y'.
|
void |
setXofs(int xofs)
Set method for struct member 'xofs'.
|
void |
setYofs(int yofs)
Set method for struct member 'yofs'.
|
__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 StripTransform.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__xofs
This is how you get a reference on the corresponding field in the struct:
StripTransform striptransform = ...; CPointer<Object> p = striptransform.__dna__addressof(StripTransform.__DNA__FIELD__xofs); CPointer<Integer> p_xofs = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__yofs
This is how you get a reference on the corresponding field in the struct:
StripTransform striptransform = ...; CPointer<Object> p = striptransform.__dna__addressof(StripTransform.__DNA__FIELD__yofs); CPointer<Integer> p_yofs = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__scale_x
This is how you get a reference on the corresponding field in the struct:
StripTransform striptransform = ...; CPointer<Object> p = striptransform.__dna__addressof(StripTransform.__DNA__FIELD__scale_x); CPointer<Float> p_scale_x = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__scale_y
This is how you get a reference on the corresponding field in the struct:
StripTransform striptransform = ...; CPointer<Object> p = striptransform.__dna__addressof(StripTransform.__DNA__FIELD__scale_y); CPointer<Float> p_scale_y = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__rotation
This is how you get a reference on the corresponding field in the struct:
StripTransform striptransform = ...; CPointer<Object> p = striptransform.__dna__addressof(StripTransform.__DNA__FIELD__rotation); CPointer<Float> p_rotation = p.cast(new Class[]{Float.class});
public StripTransform(long __address, Block __block, BlockTable __blockTable)
protected StripTransform(StripTransform that)
public int getXofs() throws java.io.IOException
java.io.IOException
__DNA__FIELD__xofs
public void setXofs(int xofs) throws java.io.IOException
java.io.IOException
__DNA__FIELD__xofs
public int getYofs() throws java.io.IOException
java.io.IOException
__DNA__FIELD__yofs
public void setYofs(int yofs) throws java.io.IOException
java.io.IOException
__DNA__FIELD__yofs
public float getScale_x() throws java.io.IOException
java.io.IOException
__DNA__FIELD__scale_x
public void setScale_x(float scale_x) throws java.io.IOException
java.io.IOException
__DNA__FIELD__scale_x
public float getScale_y() throws java.io.IOException
java.io.IOException
__DNA__FIELD__scale_y
public void setScale_y(float scale_y) throws java.io.IOException
java.io.IOException
__DNA__FIELD__scale_y
public float getRotation() throws java.io.IOException
java.io.IOException
__DNA__FIELD__rotation
public void setRotation(float rotation) throws java.io.IOException
java.io.IOException
__DNA__FIELD__rotation
public CPointer<StripTransform> __io__addressof()