public class NodeTwoXYs extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__fac_x1
Field descriptor (offset) for struct member 'fac_x1'.
|
static long[] |
__DNA__FIELD__fac_x2
Field descriptor (offset) for struct member 'fac_x2'.
|
static long[] |
__DNA__FIELD__fac_y1
Field descriptor (offset) for struct member 'fac_y1'.
|
static long[] |
__DNA__FIELD__fac_y2
Field descriptor (offset) for struct member 'fac_y2'.
|
static long[] |
__DNA__FIELD__x1
Field descriptor (offset) for struct member 'x1'.
|
static long[] |
__DNA__FIELD__x2
Field descriptor (offset) for struct member 'x2'.
|
static long[] |
__DNA__FIELD__y1
Field descriptor (offset) for struct member 'y1'.
|
static long[] |
__DNA__FIELD__y2
Field descriptor (offset) for struct member 'y2'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct NodeTwoXYs.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
NodeTwoXYs(long __address,
Block __block,
BlockTable __blockTable) |
protected |
NodeTwoXYs(NodeTwoXYs that) |
Modifier and Type | Method and Description |
---|---|
CPointer<NodeTwoXYs> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getFac_x1()
Get method for struct member 'fac_x1'.
|
float |
getFac_x2()
Get method for struct member 'fac_x2'.
|
float |
getFac_y1()
Get method for struct member 'fac_y1'.
|
float |
getFac_y2()
Get method for struct member 'fac_y2'.
|
short |
getX1()
Get method for struct member 'x1'.
|
short |
getX2()
Get method for struct member 'x2'.
|
short |
getY1()
Get method for struct member 'y1'.
|
short |
getY2()
Get method for struct member 'y2'.
|
void |
setFac_x1(float fac_x1)
Set method for struct member 'fac_x1'.
|
void |
setFac_x2(float fac_x2)
Set method for struct member 'fac_x2'.
|
void |
setFac_y1(float fac_y1)
Set method for struct member 'fac_y1'.
|
void |
setFac_y2(float fac_y2)
Set method for struct member 'fac_y2'.
|
void |
setX1(short x1)
Set method for struct member 'x1'.
|
void |
setX2(short x2)
Set method for struct member 'x2'.
|
void |
setY1(short y1)
Set method for struct member 'y1'.
|
void |
setY2(short y2)
Set method for struct member 'y2'.
|
__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 NodeTwoXYs.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__x1
This is how you get a reference on the corresponding field in the struct:
NodeTwoXYs nodetwoxys = ...; CPointer<Object> p = nodetwoxys.__dna__addressof(NodeTwoXYs.__DNA__FIELD__x1); CPointer<Short> p_x1 = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__x2
This is how you get a reference on the corresponding field in the struct:
NodeTwoXYs nodetwoxys = ...; CPointer<Object> p = nodetwoxys.__dna__addressof(NodeTwoXYs.__DNA__FIELD__x2); CPointer<Short> p_x2 = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__y1
This is how you get a reference on the corresponding field in the struct:
NodeTwoXYs nodetwoxys = ...; CPointer<Object> p = nodetwoxys.__dna__addressof(NodeTwoXYs.__DNA__FIELD__y1); CPointer<Short> p_y1 = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__y2
This is how you get a reference on the corresponding field in the struct:
NodeTwoXYs nodetwoxys = ...; CPointer<Object> p = nodetwoxys.__dna__addressof(NodeTwoXYs.__DNA__FIELD__y2); CPointer<Short> p_y2 = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__fac_x1
This is how you get a reference on the corresponding field in the struct:
NodeTwoXYs nodetwoxys = ...; CPointer<Object> p = nodetwoxys.__dna__addressof(NodeTwoXYs.__DNA__FIELD__fac_x1); CPointer<Float> p_fac_x1 = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__fac_x2
This is how you get a reference on the corresponding field in the struct:
NodeTwoXYs nodetwoxys = ...; CPointer<Object> p = nodetwoxys.__dna__addressof(NodeTwoXYs.__DNA__FIELD__fac_x2); CPointer<Float> p_fac_x2 = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__fac_y1
This is how you get a reference on the corresponding field in the struct:
NodeTwoXYs nodetwoxys = ...; CPointer<Object> p = nodetwoxys.__dna__addressof(NodeTwoXYs.__DNA__FIELD__fac_y1); CPointer<Float> p_fac_y1 = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__fac_y2
This is how you get a reference on the corresponding field in the struct:
NodeTwoXYs nodetwoxys = ...; CPointer<Object> p = nodetwoxys.__dna__addressof(NodeTwoXYs.__DNA__FIELD__fac_y2); CPointer<Float> p_fac_y2 = p.cast(new Class[]{Float.class});
public NodeTwoXYs(long __address, Block __block, BlockTable __blockTable)
protected NodeTwoXYs(NodeTwoXYs that)
public short getX1() throws java.io.IOException
java.io.IOException
__DNA__FIELD__x1
public void setX1(short x1) throws java.io.IOException
java.io.IOException
__DNA__FIELD__x1
public short getX2() throws java.io.IOException
java.io.IOException
__DNA__FIELD__x2
public void setX2(short x2) throws java.io.IOException
java.io.IOException
__DNA__FIELD__x2
public short getY1() throws java.io.IOException
java.io.IOException
__DNA__FIELD__y1
public void setY1(short y1) throws java.io.IOException
java.io.IOException
__DNA__FIELD__y1
public short getY2() throws java.io.IOException
java.io.IOException
__DNA__FIELD__y2
public void setY2(short y2) throws java.io.IOException
java.io.IOException
__DNA__FIELD__y2
public float getFac_x1() throws java.io.IOException
java.io.IOException
__DNA__FIELD__fac_x1
public void setFac_x1(float fac_x1) throws java.io.IOException
java.io.IOException
__DNA__FIELD__fac_x1
public float getFac_x2() throws java.io.IOException
java.io.IOException
__DNA__FIELD__fac_x2
public void setFac_x2(float fac_x2) throws java.io.IOException
java.io.IOException
__DNA__FIELD__fac_x2
public float getFac_y1() throws java.io.IOException
java.io.IOException
__DNA__FIELD__fac_y1
public void setFac_y1(float fac_y1) throws java.io.IOException
java.io.IOException
__DNA__FIELD__fac_y1
public float getFac_y2() throws java.io.IOException
java.io.IOException
__DNA__FIELD__fac_y2
public void setFac_y2(float fac_y2) throws java.io.IOException
java.io.IOException
__DNA__FIELD__fac_y2
public CPointer<NodeTwoXYs> __io__addressof()