public class NodeDBlurData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__angle
Field descriptor (offset) for struct member 'angle'.
|
static long[] |
__DNA__FIELD__center_x
Field descriptor (offset) for struct member 'center_x'.
|
static long[] |
__DNA__FIELD__center_y
Field descriptor (offset) for struct member 'center_y'.
|
static long[] |
__DNA__FIELD__distance
Field descriptor (offset) for struct member 'distance'.
|
static long[] |
__DNA__FIELD__iter
Field descriptor (offset) for struct member 'iter'.
|
static long[] |
__DNA__FIELD__spin
Field descriptor (offset) for struct member 'spin'.
|
static long[] |
__DNA__FIELD__wrap
Field descriptor (offset) for struct member 'wrap'.
|
static long[] |
__DNA__FIELD__zoom
Field descriptor (offset) for struct member 'zoom'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct NodeDBlurData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
NodeDBlurData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
NodeDBlurData(NodeDBlurData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<NodeDBlurData> |
__io__addressof()
Instantiates a pointer on this instance.
|
byte |
get_pad()
Get method for struct member '_pad'.
|
float |
getAngle()
Get method for struct member 'angle'.
|
float |
getCenter_x()
Get method for struct member 'center_x'.
|
float |
getCenter_y()
Get method for struct member 'center_y'.
|
float |
getDistance()
Get method for struct member 'distance'.
|
short |
getIter()
Get method for struct member 'iter'.
|
float |
getSpin()
Get method for struct member 'spin'.
|
byte |
getWrap()
Get method for struct member 'wrap'.
|
float |
getZoom()
Get method for struct member 'zoom'.
|
void |
set_pad(byte _pad)
Set method for struct member '_pad'.
|
void |
setAngle(float angle)
Set method for struct member 'angle'.
|
void |
setCenter_x(float center_x)
Set method for struct member 'center_x'.
|
void |
setCenter_y(float center_y)
Set method for struct member 'center_y'.
|
void |
setDistance(float distance)
Set method for struct member 'distance'.
|
void |
setIter(short iter)
Set method for struct member 'iter'.
|
void |
setSpin(float spin)
Set method for struct member 'spin'.
|
void |
setWrap(byte wrap)
Set method for struct member 'wrap'.
|
void |
setZoom(float zoom)
Set method for struct member 'zoom'.
|
__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 NodeDBlurData.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__center_x
This is how you get a reference on the corresponding field in the struct:
NodeDBlurData nodedblurdata = ...; CPointer<Object> p = nodedblurdata.__dna__addressof(NodeDBlurData.__DNA__FIELD__center_x); CPointer<Float> p_center_x = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__center_y
This is how you get a reference on the corresponding field in the struct:
NodeDBlurData nodedblurdata = ...; CPointer<Object> p = nodedblurdata.__dna__addressof(NodeDBlurData.__DNA__FIELD__center_y); CPointer<Float> p_center_y = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__distance
This is how you get a reference on the corresponding field in the struct:
NodeDBlurData nodedblurdata = ...; CPointer<Object> p = nodedblurdata.__dna__addressof(NodeDBlurData.__DNA__FIELD__distance); CPointer<Float> p_distance = 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:
NodeDBlurData nodedblurdata = ...; CPointer<Object> p = nodedblurdata.__dna__addressof(NodeDBlurData.__DNA__FIELD__angle); CPointer<Float> p_angle = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__spin
This is how you get a reference on the corresponding field in the struct:
NodeDBlurData nodedblurdata = ...; CPointer<Object> p = nodedblurdata.__dna__addressof(NodeDBlurData.__DNA__FIELD__spin); CPointer<Float> p_spin = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__zoom
This is how you get a reference on the corresponding field in the struct:
NodeDBlurData nodedblurdata = ...; CPointer<Object> p = nodedblurdata.__dna__addressof(NodeDBlurData.__DNA__FIELD__zoom); CPointer<Float> p_zoom = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__iter
This is how you get a reference on the corresponding field in the struct:
NodeDBlurData nodedblurdata = ...; CPointer<Object> p = nodedblurdata.__dna__addressof(NodeDBlurData.__DNA__FIELD__iter); CPointer<Short> p_iter = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__wrap
This is how you get a reference on the corresponding field in the struct:
NodeDBlurData nodedblurdata = ...; CPointer<Object> p = nodedblurdata.__dna__addressof(NodeDBlurData.__DNA__FIELD__wrap); CPointer<Byte> p_wrap = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD___pad
This is how you get a reference on the corresponding field in the struct:
NodeDBlurData nodedblurdata = ...; CPointer<Object> p = nodedblurdata.__dna__addressof(NodeDBlurData.__DNA__FIELD___pad); CPointer<Byte> p__pad = p.cast(new Class[]{Byte.class});
public NodeDBlurData(long __address, Block __block, BlockTable __blockTable)
protected NodeDBlurData(NodeDBlurData that)
public float getCenter_x() throws java.io.IOException
java.io.IOException
__DNA__FIELD__center_x
public void setCenter_x(float center_x) throws java.io.IOException
java.io.IOException
__DNA__FIELD__center_x
public float getCenter_y() throws java.io.IOException
java.io.IOException
__DNA__FIELD__center_y
public void setCenter_y(float center_y) throws java.io.IOException
java.io.IOException
__DNA__FIELD__center_y
public float getDistance() throws java.io.IOException
java.io.IOException
__DNA__FIELD__distance
public void setDistance(float distance) throws java.io.IOException
java.io.IOException
__DNA__FIELD__distance
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 float getSpin() throws java.io.IOException
java.io.IOException
__DNA__FIELD__spin
public void setSpin(float spin) throws java.io.IOException
java.io.IOException
__DNA__FIELD__spin
public float getZoom() throws java.io.IOException
java.io.IOException
__DNA__FIELD__zoom
public void setZoom(float zoom) throws java.io.IOException
java.io.IOException
__DNA__FIELD__zoom
public short getIter() throws java.io.IOException
java.io.IOException
__DNA__FIELD__iter
public void setIter(short iter) throws java.io.IOException
java.io.IOException
__DNA__FIELD__iter
public byte getWrap() throws java.io.IOException
java.io.IOException
__DNA__FIELD__wrap
public void setWrap(byte wrap) throws java.io.IOException
java.io.IOException
__DNA__FIELD__wrap
public byte get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(byte _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public CPointer<NodeDBlurData> __io__addressof()