public class NodeDefocus extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__bktype
Field descriptor (offset) for struct member 'bktype'.
|
static long[] |
__DNA__FIELD__bthresh
Field descriptor (offset) for struct member 'bthresh'.
|
static long[] |
__DNA__FIELD__fstop
Field descriptor (offset) for struct member 'fstop'.
|
static long[] |
__DNA__FIELD__gamco
Field descriptor (offset) for struct member 'gamco'.
|
static long[] |
__DNA__FIELD__maxblur
Field descriptor (offset) for struct member 'maxblur'.
|
static long[] |
__DNA__FIELD__no_zbuf
Field descriptor (offset) for struct member 'no_zbuf'.
|
static long[] |
__DNA__FIELD__pad_c1
Field descriptor (offset) for struct member 'pad_c1'.
|
static long[] |
__DNA__FIELD__pad_f1
Field descriptor (offset) for struct member 'pad_f1'.
|
static long[] |
__DNA__FIELD__preview
Field descriptor (offset) for struct member 'preview'.
|
static long[] |
__DNA__FIELD__rotation
Field descriptor (offset) for struct member 'rotation'.
|
static long[] |
__DNA__FIELD__samples
Field descriptor (offset) for struct member 'samples'.
|
static long[] |
__DNA__FIELD__scale
Field descriptor (offset) for struct member 'scale'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct NodeDefocus.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
NodeDefocus(long __address,
Block __block,
BlockTable __blockTable) |
protected |
NodeDefocus(NodeDefocus that) |
Modifier and Type | Method and Description |
---|---|
CPointer<NodeDefocus> |
__io__addressof()
Instantiates a pointer on this instance.
|
byte |
getBktype()
Get method for struct member 'bktype'.
|
float |
getBthresh()
Get method for struct member 'bthresh'.
|
float |
getFstop()
Get method for struct member 'fstop'.
|
byte |
getGamco()
Get method for struct member 'gamco'.
|
float |
getMaxblur()
Get method for struct member 'maxblur'.
|
short |
getNo_zbuf()
Get method for struct member 'no_zbuf'.
|
byte |
getPad_c1()
Get method for struct member 'pad_c1'.
|
float |
getPad_f1()
Get method for struct member 'pad_f1'.
|
byte |
getPreview()
Get method for struct member 'preview'.
|
float |
getRotation()
Get method for struct member 'rotation'.
|
short |
getSamples()
Get method for struct member 'samples'.
|
float |
getScale()
Get method for struct member 'scale'.
|
void |
setBktype(byte bktype)
Set method for struct member 'bktype'.
|
void |
setBthresh(float bthresh)
Set method for struct member 'bthresh'.
|
void |
setFstop(float fstop)
Set method for struct member 'fstop'.
|
void |
setGamco(byte gamco)
Set method for struct member 'gamco'.
|
void |
setMaxblur(float maxblur)
Set method for struct member 'maxblur'.
|
void |
setNo_zbuf(short no_zbuf)
Set method for struct member 'no_zbuf'.
|
void |
setPad_c1(byte pad_c1)
Set method for struct member 'pad_c1'.
|
void |
setPad_f1(float pad_f1)
Set method for struct member 'pad_f1'.
|
void |
setPreview(byte preview)
Set method for struct member 'preview'.
|
void |
setRotation(float rotation)
Set method for struct member 'rotation'.
|
void |
setSamples(short samples)
Set method for struct member 'samples'.
|
void |
setScale(float scale)
Set method for struct member 'scale'.
|
__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 NodeDefocus.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__bktype
This is how you get a reference on the corresponding field in the struct:
NodeDefocus nodedefocus = ...; CPointer<Object> p = nodedefocus.__dna__addressof(NodeDefocus.__DNA__FIELD__bktype); CPointer<Byte> p_bktype = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__pad_c1
This is how you get a reference on the corresponding field in the struct:
NodeDefocus nodedefocus = ...; CPointer<Object> p = nodedefocus.__dna__addressof(NodeDefocus.__DNA__FIELD__pad_c1); CPointer<Byte> p_pad_c1 = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__preview
This is how you get a reference on the corresponding field in the struct:
NodeDefocus nodedefocus = ...; CPointer<Object> p = nodedefocus.__dna__addressof(NodeDefocus.__DNA__FIELD__preview); CPointer<Byte> p_preview = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__gamco
This is how you get a reference on the corresponding field in the struct:
NodeDefocus nodedefocus = ...; CPointer<Object> p = nodedefocus.__dna__addressof(NodeDefocus.__DNA__FIELD__gamco); CPointer<Byte> p_gamco = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__samples
This is how you get a reference on the corresponding field in the struct:
NodeDefocus nodedefocus = ...; CPointer<Object> p = nodedefocus.__dna__addressof(NodeDefocus.__DNA__FIELD__samples); CPointer<Short> p_samples = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__no_zbuf
This is how you get a reference on the corresponding field in the struct:
NodeDefocus nodedefocus = ...; CPointer<Object> p = nodedefocus.__dna__addressof(NodeDefocus.__DNA__FIELD__no_zbuf); CPointer<Short> p_no_zbuf = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__fstop
This is how you get a reference on the corresponding field in the struct:
NodeDefocus nodedefocus = ...; CPointer<Object> p = nodedefocus.__dna__addressof(NodeDefocus.__DNA__FIELD__fstop); CPointer<Float> p_fstop = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__maxblur
This is how you get a reference on the corresponding field in the struct:
NodeDefocus nodedefocus = ...; CPointer<Object> p = nodedefocus.__dna__addressof(NodeDefocus.__DNA__FIELD__maxblur); CPointer<Float> p_maxblur = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__bthresh
This is how you get a reference on the corresponding field in the struct:
NodeDefocus nodedefocus = ...; CPointer<Object> p = nodedefocus.__dna__addressof(NodeDefocus.__DNA__FIELD__bthresh); CPointer<Float> p_bthresh = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__scale
This is how you get a reference on the corresponding field in the struct:
NodeDefocus nodedefocus = ...; CPointer<Object> p = nodedefocus.__dna__addressof(NodeDefocus.__DNA__FIELD__scale); CPointer<Float> p_scale = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__rotation
This is how you get a reference on the corresponding field in the struct:
NodeDefocus nodedefocus = ...; CPointer<Object> p = nodedefocus.__dna__addressof(NodeDefocus.__DNA__FIELD__rotation); CPointer<Float> p_rotation = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__pad_f1
This is how you get a reference on the corresponding field in the struct:
NodeDefocus nodedefocus = ...; CPointer<Object> p = nodedefocus.__dna__addressof(NodeDefocus.__DNA__FIELD__pad_f1); CPointer<Float> p_pad_f1 = p.cast(new Class[]{Float.class});
public NodeDefocus(long __address, Block __block, BlockTable __blockTable)
protected NodeDefocus(NodeDefocus that)
public byte getBktype() throws java.io.IOException
java.io.IOException
__DNA__FIELD__bktype
public void setBktype(byte bktype) throws java.io.IOException
java.io.IOException
__DNA__FIELD__bktype
public byte getPad_c1() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad_c1
public void setPad_c1(byte pad_c1) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad_c1
public byte getPreview() throws java.io.IOException
java.io.IOException
__DNA__FIELD__preview
public void setPreview(byte preview) throws java.io.IOException
java.io.IOException
__DNA__FIELD__preview
public byte getGamco() throws java.io.IOException
java.io.IOException
__DNA__FIELD__gamco
public void setGamco(byte gamco) throws java.io.IOException
java.io.IOException
__DNA__FIELD__gamco
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 getNo_zbuf() throws java.io.IOException
java.io.IOException
__DNA__FIELD__no_zbuf
public void setNo_zbuf(short no_zbuf) throws java.io.IOException
java.io.IOException
__DNA__FIELD__no_zbuf
public float getFstop() throws java.io.IOException
java.io.IOException
__DNA__FIELD__fstop
public void setFstop(float fstop) throws java.io.IOException
java.io.IOException
__DNA__FIELD__fstop
public float getMaxblur() throws java.io.IOException
java.io.IOException
__DNA__FIELD__maxblur
public void setMaxblur(float maxblur) throws java.io.IOException
java.io.IOException
__DNA__FIELD__maxblur
public float getBthresh() throws java.io.IOException
java.io.IOException
__DNA__FIELD__bthresh
public void setBthresh(float bthresh) throws java.io.IOException
java.io.IOException
__DNA__FIELD__bthresh
public float getScale() throws java.io.IOException
java.io.IOException
__DNA__FIELD__scale
public void setScale(float scale) throws java.io.IOException
java.io.IOException
__DNA__FIELD__scale
public float getRotation() throws java.io.IOException
java.io.IOException
__DNA__FIELD__rotation
public void setRotation(float rotation) throws java.io.IOException
java.io.IOException
__DNA__FIELD__rotation
public float getPad_f1() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad_f1
public void setPad_f1(float pad_f1) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad_f1
public CPointer<NodeDefocus> __io__addressof()