public class NodeBlurData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__aspect
Field descriptor (offset) for struct member 'aspect'.
|
static long[] |
__DNA__FIELD__bokeh
Field descriptor (offset) for struct member 'bokeh'.
|
static long[] |
__DNA__FIELD__curved
Field descriptor (offset) for struct member 'curved'.
|
static long[] |
__DNA__FIELD__fac
Field descriptor (offset) for struct member 'fac'.
|
static long[] |
__DNA__FIELD__filtertype
Field descriptor (offset) for struct member 'filtertype'.
|
static long[] |
__DNA__FIELD__gamma
Field descriptor (offset) for struct member 'gamma'.
|
static long[] |
__DNA__FIELD__image_in_height
Field descriptor (offset) for struct member 'image_in_height'.
|
static long[] |
__DNA__FIELD__image_in_width
Field descriptor (offset) for struct member 'image_in_width'.
|
static long[] |
__DNA__FIELD__maxspeed
Field descriptor (offset) for struct member 'maxspeed'.
|
static long[] |
__DNA__FIELD__minspeed
Field descriptor (offset) for struct member 'minspeed'.
|
static long[] |
__DNA__FIELD__percentx
Field descriptor (offset) for struct member 'percentx'.
|
static long[] |
__DNA__FIELD__percenty
Field descriptor (offset) for struct member 'percenty'.
|
static long[] |
__DNA__FIELD__relative
Field descriptor (offset) for struct member 'relative'.
|
static long[] |
__DNA__FIELD__samples
Field descriptor (offset) for struct member 'samples'.
|
static long[] |
__DNA__FIELD__sizex
Field descriptor (offset) for struct member 'sizex'.
|
static long[] |
__DNA__FIELD__sizey
Field descriptor (offset) for struct member 'sizey'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct NodeBlurData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
NodeBlurData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
NodeBlurData(NodeBlurData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<NodeBlurData> |
__io__addressof()
Instantiates a pointer on this instance.
|
short |
getAspect()
Get method for struct member 'aspect'.
|
byte |
getBokeh()
Get method for struct member 'bokeh'.
|
short |
getCurved()
Get method for struct member 'curved'.
|
float |
getFac()
Get method for struct member 'fac'.
|
short |
getFiltertype()
Get method for struct member 'filtertype'.
|
byte |
getGamma()
Get method for struct member 'gamma'.
|
int |
getImage_in_height()
Get method for struct member 'image_in_height'.
|
int |
getImage_in_width()
Get method for struct member 'image_in_width'.
|
short |
getMaxspeed()
Get method for struct member 'maxspeed'.
|
short |
getMinspeed()
Get method for struct member 'minspeed'.
|
float |
getPercentx()
Get method for struct member 'percentx'.
|
float |
getPercenty()
Get method for struct member 'percenty'.
|
short |
getRelative()
Get method for struct member 'relative'.
|
short |
getSamples()
Get method for struct member 'samples'.
|
short |
getSizex()
Get method for struct member 'sizex'.
|
short |
getSizey()
Get method for struct member 'sizey'.
|
void |
setAspect(short aspect)
Set method for struct member 'aspect'.
|
void |
setBokeh(byte bokeh)
Set method for struct member 'bokeh'.
|
void |
setCurved(short curved)
Set method for struct member 'curved'.
|
void |
setFac(float fac)
Set method for struct member 'fac'.
|
void |
setFiltertype(short filtertype)
Set method for struct member 'filtertype'.
|
void |
setGamma(byte gamma)
Set method for struct member 'gamma'.
|
void |
setImage_in_height(int image_in_height)
Set method for struct member 'image_in_height'.
|
void |
setImage_in_width(int image_in_width)
Set method for struct member 'image_in_width'.
|
void |
setMaxspeed(short maxspeed)
Set method for struct member 'maxspeed'.
|
void |
setMinspeed(short minspeed)
Set method for struct member 'minspeed'.
|
void |
setPercentx(float percentx)
Set method for struct member 'percentx'.
|
void |
setPercenty(float percenty)
Set method for struct member 'percenty'.
|
void |
setRelative(short relative)
Set method for struct member 'relative'.
|
void |
setSamples(short samples)
Set method for struct member 'samples'.
|
void |
setSizex(short sizex)
Set method for struct member 'sizex'.
|
void |
setSizey(short sizey)
Set method for struct member 'sizey'.
|
__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 NodeBlurData.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__sizex
This is how you get a reference on the corresponding field in the struct:
NodeBlurData nodeblurdata = ...; CPointer<Object> p = nodeblurdata.__dna__addressof(NodeBlurData.__DNA__FIELD__sizex); CPointer<Short> p_sizex = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__sizey
This is how you get a reference on the corresponding field in the struct:
NodeBlurData nodeblurdata = ...; CPointer<Object> p = nodeblurdata.__dna__addressof(NodeBlurData.__DNA__FIELD__sizey); CPointer<Short> p_sizey = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__samples
This is how you get a reference on the corresponding field in the struct:
NodeBlurData nodeblurdata = ...; CPointer<Object> p = nodeblurdata.__dna__addressof(NodeBlurData.__DNA__FIELD__samples); CPointer<Short> p_samples = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__maxspeed
This is how you get a reference on the corresponding field in the struct:
NodeBlurData nodeblurdata = ...; CPointer<Object> p = nodeblurdata.__dna__addressof(NodeBlurData.__DNA__FIELD__maxspeed); CPointer<Short> p_maxspeed = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__minspeed
This is how you get a reference on the corresponding field in the struct:
NodeBlurData nodeblurdata = ...; CPointer<Object> p = nodeblurdata.__dna__addressof(NodeBlurData.__DNA__FIELD__minspeed); CPointer<Short> p_minspeed = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__relative
This is how you get a reference on the corresponding field in the struct:
NodeBlurData nodeblurdata = ...; CPointer<Object> p = nodeblurdata.__dna__addressof(NodeBlurData.__DNA__FIELD__relative); CPointer<Short> p_relative = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__aspect
This is how you get a reference on the corresponding field in the struct:
NodeBlurData nodeblurdata = ...; CPointer<Object> p = nodeblurdata.__dna__addressof(NodeBlurData.__DNA__FIELD__aspect); CPointer<Short> p_aspect = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__curved
This is how you get a reference on the corresponding field in the struct:
NodeBlurData nodeblurdata = ...; CPointer<Object> p = nodeblurdata.__dna__addressof(NodeBlurData.__DNA__FIELD__curved); CPointer<Short> p_curved = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__fac
This is how you get a reference on the corresponding field in the struct:
NodeBlurData nodeblurdata = ...; CPointer<Object> p = nodeblurdata.__dna__addressof(NodeBlurData.__DNA__FIELD__fac); CPointer<Float> p_fac = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__percentx
This is how you get a reference on the corresponding field in the struct:
NodeBlurData nodeblurdata = ...; CPointer<Object> p = nodeblurdata.__dna__addressof(NodeBlurData.__DNA__FIELD__percentx); CPointer<Float> p_percentx = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__percenty
This is how you get a reference on the corresponding field in the struct:
NodeBlurData nodeblurdata = ...; CPointer<Object> p = nodeblurdata.__dna__addressof(NodeBlurData.__DNA__FIELD__percenty); CPointer<Float> p_percenty = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__filtertype
This is how you get a reference on the corresponding field in the struct:
NodeBlurData nodeblurdata = ...; CPointer<Object> p = nodeblurdata.__dna__addressof(NodeBlurData.__DNA__FIELD__filtertype); CPointer<Short> p_filtertype = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__bokeh
This is how you get a reference on the corresponding field in the struct:
NodeBlurData nodeblurdata = ...; CPointer<Object> p = nodeblurdata.__dna__addressof(NodeBlurData.__DNA__FIELD__bokeh); CPointer<Byte> p_bokeh = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__gamma
This is how you get a reference on the corresponding field in the struct:
NodeBlurData nodeblurdata = ...; CPointer<Object> p = nodeblurdata.__dna__addressof(NodeBlurData.__DNA__FIELD__gamma); CPointer<Byte> p_gamma = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__image_in_width
This is how you get a reference on the corresponding field in the struct:
NodeBlurData nodeblurdata = ...; CPointer<Object> p = nodeblurdata.__dna__addressof(NodeBlurData.__DNA__FIELD__image_in_width); CPointer<Integer> p_image_in_width = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__image_in_height
This is how you get a reference on the corresponding field in the struct:
NodeBlurData nodeblurdata = ...; CPointer<Object> p = nodeblurdata.__dna__addressof(NodeBlurData.__DNA__FIELD__image_in_height); CPointer<Integer> p_image_in_height = p.cast(new Class[]{Integer.class});
public NodeBlurData(long __address, Block __block, BlockTable __blockTable)
protected NodeBlurData(NodeBlurData that)
public short getSizex() throws java.io.IOException
java.io.IOException
__DNA__FIELD__sizex
public void setSizex(short sizex) throws java.io.IOException
java.io.IOException
__DNA__FIELD__sizex
public short getSizey() throws java.io.IOException
java.io.IOException
__DNA__FIELD__sizey
public void setSizey(short sizey) throws java.io.IOException
java.io.IOException
__DNA__FIELD__sizey
public short getSamples() throws java.io.IOException
java.io.IOException
__DNA__FIELD__samples
public void setSamples(short samples) throws java.io.IOException
java.io.IOException
__DNA__FIELD__samples
public short getMaxspeed() throws java.io.IOException
java.io.IOException
__DNA__FIELD__maxspeed
public void setMaxspeed(short maxspeed) throws java.io.IOException
java.io.IOException
__DNA__FIELD__maxspeed
public short getMinspeed() throws java.io.IOException
java.io.IOException
__DNA__FIELD__minspeed
public void setMinspeed(short minspeed) throws java.io.IOException
java.io.IOException
__DNA__FIELD__minspeed
public short getRelative() throws java.io.IOException
java.io.IOException
__DNA__FIELD__relative
public void setRelative(short relative) throws java.io.IOException
java.io.IOException
__DNA__FIELD__relative
public short getAspect() throws java.io.IOException
java.io.IOException
__DNA__FIELD__aspect
public void setAspect(short aspect) throws java.io.IOException
java.io.IOException
__DNA__FIELD__aspect
public short getCurved() throws java.io.IOException
java.io.IOException
__DNA__FIELD__curved
public void setCurved(short curved) throws java.io.IOException
java.io.IOException
__DNA__FIELD__curved
public float getFac() throws java.io.IOException
java.io.IOException
__DNA__FIELD__fac
public void setFac(float fac) throws java.io.IOException
java.io.IOException
__DNA__FIELD__fac
public float getPercentx() throws java.io.IOException
java.io.IOException
__DNA__FIELD__percentx
public void setPercentx(float percentx) throws java.io.IOException
java.io.IOException
__DNA__FIELD__percentx
public float getPercenty() throws java.io.IOException
java.io.IOException
__DNA__FIELD__percenty
public void setPercenty(float percenty) throws java.io.IOException
java.io.IOException
__DNA__FIELD__percenty
public short getFiltertype() throws java.io.IOException
java.io.IOException
__DNA__FIELD__filtertype
public void setFiltertype(short filtertype) throws java.io.IOException
java.io.IOException
__DNA__FIELD__filtertype
public byte getBokeh() throws java.io.IOException
java.io.IOException
__DNA__FIELD__bokeh
public void setBokeh(byte bokeh) throws java.io.IOException
java.io.IOException
__DNA__FIELD__bokeh
public byte getGamma() throws java.io.IOException
java.io.IOException
__DNA__FIELD__gamma
public void setGamma(byte gamma) throws java.io.IOException
java.io.IOException
__DNA__FIELD__gamma
public int getImage_in_width() throws java.io.IOException
java.io.IOException
__DNA__FIELD__image_in_width
public void setImage_in_width(int image_in_width) throws java.io.IOException
java.io.IOException
__DNA__FIELD__image_in_width
public int getImage_in_height() throws java.io.IOException
java.io.IOException
__DNA__FIELD__image_in_height
public void setImage_in_height(int image_in_height) throws java.io.IOException
java.io.IOException
__DNA__FIELD__image_in_height
public CPointer<NodeBlurData> __io__addressof()