public class NodeBokehImage extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__angle
Field descriptor (offset) for struct member 'angle'.
|
static long[] |
__DNA__FIELD__catadioptric
Field descriptor (offset) for struct member 'catadioptric'.
|
static long[] |
__DNA__FIELD__flaps
Field descriptor (offset) for struct member 'flaps'.
|
static long[] |
__DNA__FIELD__lensshift
Field descriptor (offset) for struct member 'lensshift'.
|
static long[] |
__DNA__FIELD__rounding
Field descriptor (offset) for struct member 'rounding'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct NodeBokehImage.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
NodeBokehImage(long __address,
Block __block,
BlockTable __blockTable) |
protected |
NodeBokehImage(NodeBokehImage that) |
Modifier and Type | Method and Description |
---|---|
CPointer<NodeBokehImage> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getAngle()
Get method for struct member 'angle'.
|
float |
getCatadioptric()
Get method for struct member 'catadioptric'.
|
int |
getFlaps()
Get method for struct member 'flaps'.
|
float |
getLensshift()
Get method for struct member 'lensshift'.
|
float |
getRounding()
Get method for struct member 'rounding'.
|
void |
setAngle(float angle)
Set method for struct member 'angle'.
|
void |
setCatadioptric(float catadioptric)
Set method for struct member 'catadioptric'.
|
void |
setFlaps(int flaps)
Set method for struct member 'flaps'.
|
void |
setLensshift(float lensshift)
Set method for struct member 'lensshift'.
|
void |
setRounding(float rounding)
Set method for struct member 'rounding'.
|
__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 NodeBokehImage.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__angle
This is how you get a reference on the corresponding field in the struct:
NodeBokehImage nodebokehimage = ...; CPointer<Object> p = nodebokehimage.__dna__addressof(NodeBokehImage.__DNA__FIELD__angle); CPointer<Float> p_angle = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__flaps
This is how you get a reference on the corresponding field in the struct:
NodeBokehImage nodebokehimage = ...; CPointer<Object> p = nodebokehimage.__dna__addressof(NodeBokehImage.__DNA__FIELD__flaps); CPointer<Integer> p_flaps = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__rounding
This is how you get a reference on the corresponding field in the struct:
NodeBokehImage nodebokehimage = ...; CPointer<Object> p = nodebokehimage.__dna__addressof(NodeBokehImage.__DNA__FIELD__rounding); CPointer<Float> p_rounding = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__catadioptric
This is how you get a reference on the corresponding field in the struct:
NodeBokehImage nodebokehimage = ...; CPointer<Object> p = nodebokehimage.__dna__addressof(NodeBokehImage.__DNA__FIELD__catadioptric); CPointer<Float> p_catadioptric = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__lensshift
This is how you get a reference on the corresponding field in the struct:
NodeBokehImage nodebokehimage = ...; CPointer<Object> p = nodebokehimage.__dna__addressof(NodeBokehImage.__DNA__FIELD__lensshift); CPointer<Float> p_lensshift = p.cast(new Class[]{Float.class});
public NodeBokehImage(long __address, Block __block, BlockTable __blockTable)
protected NodeBokehImage(NodeBokehImage that)
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 int getFlaps() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flaps
public void setFlaps(int flaps) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flaps
public float getRounding() throws java.io.IOException
java.io.IOException
__DNA__FIELD__rounding
public void setRounding(float rounding) throws java.io.IOException
java.io.IOException
__DNA__FIELD__rounding
public float getCatadioptric() throws java.io.IOException
java.io.IOException
__DNA__FIELD__catadioptric
public void setCatadioptric(float catadioptric) throws java.io.IOException
java.io.IOException
__DNA__FIELD__catadioptric
public float getLensshift() throws java.io.IOException
java.io.IOException
__DNA__FIELD__lensshift
public void setLensshift(float lensshift) throws java.io.IOException
java.io.IOException
__DNA__FIELD__lensshift
public CPointer<NodeBokehImage> __io__addressof()