Package org.blender.dna
Class NodeBokehImage
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.NodeBokehImage
-
public class NodeBokehImage extends CFacade
Generated facet for DNA struct type 'NodeBokehImage'.Class Documentation
-
-
Field Summary
Fields Modifier and Type Field 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.-
Fields inherited from class org.cakelab.blender.nio.CFacade
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
-
-
Constructor Summary
Constructors Modifier Constructor Description NodeBokehImage(long __address, Block __block, BlockTable __blockTable)
protected
NodeBokehImage(NodeBokehImage that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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'.-
Methods inherited from class org.cakelab.blender.nio.CFacade
__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, equals, hashCode
-
-
-
-
Field Detail
-
__DNA__SDNA_INDEX
public static final int __DNA__SDNA_INDEX
This is the sdna index of the struct NodeBokehImage.It is required when allocating a new block to store data for NodeBokehImage.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__angle
public static final long[] __DNA__FIELD__angle
Field descriptor (offset) for struct member 'angle'.Pointer Arithmetics
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});
Metadata
- Field: 'angle'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__flaps
public static final long[] __DNA__FIELD__flaps
Field descriptor (offset) for struct member 'flaps'.Pointer Arithmetics
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});
Metadata
- Field: 'flaps'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__rounding
public static final long[] __DNA__FIELD__rounding
Field descriptor (offset) for struct member 'rounding'.Pointer Arithmetics
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});
Metadata
- Field: 'rounding'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__catadioptric
public static final long[] __DNA__FIELD__catadioptric
Field descriptor (offset) for struct member 'catadioptric'.Pointer Arithmetics
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});
Metadata
- Field: 'catadioptric'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__lensshift
public static final long[] __DNA__FIELD__lensshift
Field descriptor (offset) for struct member 'lensshift'.Pointer Arithmetics
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});
Metadata
- Field: 'lensshift'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
-
Constructor Detail
-
NodeBokehImage
public NodeBokehImage(long __address, Block __block, BlockTable __blockTable)
-
NodeBokehImage
protected NodeBokehImage(NodeBokehImage that)
-
-
Method Detail
-
getAngle
public float getAngle() throws java.io.IOException
Get method for struct member 'angle'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__angle
-
setAngle
public void setAngle(float angle) throws java.io.IOException
Set method for struct member 'angle'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__angle
-
getFlaps
public int getFlaps() throws java.io.IOException
Get method for struct member 'flaps'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flaps
-
setFlaps
public void setFlaps(int flaps) throws java.io.IOException
Set method for struct member 'flaps'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flaps
-
getRounding
public float getRounding() throws java.io.IOException
Get method for struct member 'rounding'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__rounding
-
setRounding
public void setRounding(float rounding) throws java.io.IOException
Set method for struct member 'rounding'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__rounding
-
getCatadioptric
public float getCatadioptric() throws java.io.IOException
Get method for struct member 'catadioptric'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__catadioptric
-
setCatadioptric
public void setCatadioptric(float catadioptric) throws java.io.IOException
Set method for struct member 'catadioptric'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__catadioptric
-
getLensshift
public float getLensshift() throws java.io.IOException
Get method for struct member 'lensshift'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__lensshift
-
setLensshift
public void setLensshift(float lensshift) throws java.io.IOException
Set method for struct member 'lensshift'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__lensshift
-
__io__addressof
public CPointer<NodeBokehImage> __io__addressof()
Instantiates a pointer on this instance.
-
-