public class rcti extends CFacade
typedef struct vec3d { double x, y, z; } vec3d;
typedef struct vec4i { int x, y, z, w; } vec4i;
typedef struct vec4f { float x, y, z, w; } vec4f;
typedef struct vec4d { double x, y, z, w; } vec4d; integer rectangle.
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__xmax
Field descriptor (offset) for struct member 'xmax'.
|
static long[] |
__DNA__FIELD__xmin
Field descriptor (offset) for struct member 'xmin'.
|
static long[] |
__DNA__FIELD__ymax
Field descriptor (offset) for struct member 'ymax'.
|
static long[] |
__DNA__FIELD__ymin
Field descriptor (offset) for struct member 'ymin'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct rcti.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
rcti(long __address,
Block __block,
BlockTable __blockTable) |
protected |
rcti(rcti that) |
Modifier and Type | Method and Description |
---|---|
CPointer<rcti> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getXmax()
Get method for struct member 'xmax'.
|
int |
getXmin()
Get method for struct member 'xmin'.
|
int |
getYmax()
Get method for struct member 'ymax'.
|
int |
getYmin()
Get method for struct member 'ymin'.
|
void |
setXmax(int xmax)
Set method for struct member 'xmax'.
|
void |
setXmin(int xmin)
Set method for struct member 'xmin'.
|
void |
setYmax(int ymax)
Set method for struct member 'ymax'.
|
void |
setYmin(int ymin)
Set method for struct member 'ymin'.
|
__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 rcti.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__xmin
This is how you get a reference on the corresponding field in the struct:
rcti rcti = ...; CPointer<Object> p = rcti.__dna__addressof(rcti.__DNA__FIELD__xmin); CPointer<Integer> p_xmin = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__xmax
This is how you get a reference on the corresponding field in the struct:
rcti rcti = ...; CPointer<Object> p = rcti.__dna__addressof(rcti.__DNA__FIELD__xmax); CPointer<Integer> p_xmax = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__ymin
This is how you get a reference on the corresponding field in the struct:
rcti rcti = ...; CPointer<Object> p = rcti.__dna__addressof(rcti.__DNA__FIELD__ymin); CPointer<Integer> p_ymin = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__ymax
This is how you get a reference on the corresponding field in the struct:
rcti rcti = ...; CPointer<Object> p = rcti.__dna__addressof(rcti.__DNA__FIELD__ymax); CPointer<Integer> p_ymax = p.cast(new Class[]{Integer.class});
public rcti(long __address, Block __block, BlockTable __blockTable)
protected rcti(rcti that)
public int getXmin() throws java.io.IOException
java.io.IOException
__DNA__FIELD__xmin
public void setXmin(int xmin) throws java.io.IOException
java.io.IOException
__DNA__FIELD__xmin
public int getXmax() throws java.io.IOException
java.io.IOException
__DNA__FIELD__xmax
public void setXmax(int xmax) throws java.io.IOException
java.io.IOException
__DNA__FIELD__xmax
public int getYmin() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ymin
public void setYmin(int ymin) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ymin
public int getYmax() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ymax
public void setYmax(int ymax) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ymax