public class View3DCursor extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__location
Field descriptor (offset) for struct member 'location'.
|
static long[] |
__DNA__FIELD__rotation_angle
Field descriptor (offset) for struct member 'rotation_angle'.
|
static long[] |
__DNA__FIELD__rotation_axis
Field descriptor (offset) for struct member 'rotation_axis'.
|
static long[] |
__DNA__FIELD__rotation_euler
Field descriptor (offset) for struct member 'rotation_euler'.
|
static long[] |
__DNA__FIELD__rotation_mode
Field descriptor (offset) for struct member 'rotation_mode'.
|
static long[] |
__DNA__FIELD__rotation_quaternion
Field descriptor (offset) for struct member 'rotation_quaternion'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct View3DCursor.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
View3DCursor(long __address,
Block __block,
BlockTable __blockTable) |
protected |
View3DCursor(View3DCursor that) |
Modifier and Type | Method and Description |
---|---|
CPointer<View3DCursor> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
CArrayFacade<java.lang.Float> |
getLocation()
Get method for struct member 'location'.
|
float |
getRotation_angle()
Get method for struct member 'rotation_angle'.
|
CArrayFacade<java.lang.Float> |
getRotation_axis()
Get method for struct member 'rotation_axis'.
|
CArrayFacade<java.lang.Float> |
getRotation_euler()
Get method for struct member 'rotation_euler'.
|
short |
getRotation_mode()
Get method for struct member 'rotation_mode'.
|
CArrayFacade<java.lang.Float> |
getRotation_quaternion()
Get method for struct member 'rotation_quaternion'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
setLocation(CArrayFacade<java.lang.Float> location)
Set method for struct member 'location'.
|
void |
setRotation_angle(float rotation_angle)
Set method for struct member 'rotation_angle'.
|
void |
setRotation_axis(CArrayFacade<java.lang.Float> rotation_axis)
Set method for struct member 'rotation_axis'.
|
void |
setRotation_euler(CArrayFacade<java.lang.Float> rotation_euler)
Set method for struct member 'rotation_euler'.
|
void |
setRotation_mode(short rotation_mode)
Set method for struct member 'rotation_mode'.
|
void |
setRotation_quaternion(CArrayFacade<java.lang.Float> rotation_quaternion)
Set method for struct member 'rotation_quaternion'.
|
__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 View3DCursor.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__location
This is how you get a reference on the corresponding field in the struct:
View3DCursor view3dcursor = ...; CPointer<Object> p = view3dcursor.__dna__addressof(View3DCursor.__DNA__FIELD__location); CPointer<CArrayFacade<Float>> p_location = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__rotation_quaternion
This is how you get a reference on the corresponding field in the struct:
View3DCursor view3dcursor = ...; CPointer<Object> p = view3dcursor.__dna__addressof(View3DCursor.__DNA__FIELD__rotation_quaternion); CPointer<CArrayFacade<Float>> p_rotation_quaternion = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__rotation_euler
This is how you get a reference on the corresponding field in the struct:
View3DCursor view3dcursor = ...; CPointer<Object> p = view3dcursor.__dna__addressof(View3DCursor.__DNA__FIELD__rotation_euler); CPointer<CArrayFacade<Float>> p_rotation_euler = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__rotation_axis
This is how you get a reference on the corresponding field in the struct:
View3DCursor view3dcursor = ...; CPointer<Object> p = view3dcursor.__dna__addressof(View3DCursor.__DNA__FIELD__rotation_axis); CPointer<CArrayFacade<Float>> p_rotation_axis = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__rotation_angle
This is how you get a reference on the corresponding field in the struct:
View3DCursor view3dcursor = ...; CPointer<Object> p = view3dcursor.__dna__addressof(View3DCursor.__DNA__FIELD__rotation_angle); CPointer<Float> p_rotation_angle = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__rotation_mode
This is how you get a reference on the corresponding field in the struct:
View3DCursor view3dcursor = ...; CPointer<Object> p = view3dcursor.__dna__addressof(View3DCursor.__DNA__FIELD__rotation_mode); CPointer<Short> p_rotation_mode = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD___pad
This is how you get a reference on the corresponding field in the struct:
View3DCursor view3dcursor = ...; CPointer<Object> p = view3dcursor.__dna__addressof(View3DCursor.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public View3DCursor(long __address, Block __block, BlockTable __blockTable)
protected View3DCursor(View3DCursor that)
public CArrayFacade<java.lang.Float> getLocation() throws java.io.IOException
java.io.IOException
__DNA__FIELD__location
public void setLocation(CArrayFacade<java.lang.Float> location) throws java.io.IOException
java.io.IOException
__DNA__FIELD__location
public CArrayFacade<java.lang.Float> getRotation_quaternion() throws java.io.IOException
java.io.IOException
__DNA__FIELD__rotation_quaternion
public void setRotation_quaternion(CArrayFacade<java.lang.Float> rotation_quaternion) throws java.io.IOException
java.io.IOException
__DNA__FIELD__rotation_quaternion
public CArrayFacade<java.lang.Float> getRotation_euler() throws java.io.IOException
java.io.IOException
__DNA__FIELD__rotation_euler
public void setRotation_euler(CArrayFacade<java.lang.Float> rotation_euler) throws java.io.IOException
java.io.IOException
__DNA__FIELD__rotation_euler
public CArrayFacade<java.lang.Float> getRotation_axis() throws java.io.IOException
java.io.IOException
__DNA__FIELD__rotation_axis
public void setRotation_axis(CArrayFacade<java.lang.Float> rotation_axis) throws java.io.IOException
java.io.IOException
__DNA__FIELD__rotation_axis
public float getRotation_angle() throws java.io.IOException
java.io.IOException
__DNA__FIELD__rotation_angle
public void setRotation_angle(float rotation_angle) throws java.io.IOException
java.io.IOException
__DNA__FIELD__rotation_angle
public short getRotation_mode() throws java.io.IOException
java.io.IOException
__DNA__FIELD__rotation_mode
public void setRotation_mode(short rotation_mode) throws java.io.IOException
java.io.IOException
__DNA__FIELD__rotation_mode
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public CPointer<View3DCursor> __io__addressof()