Package org.blender.dna
Class NodeBilateralBlurData
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.NodeBilateralBlurData
-
public class NodeBilateralBlurData extends CFacade
Generated facet for DNA struct type 'NodeBilateralBlurData'.Class Documentation
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.static long[]
__DNA__FIELD__iter
Field descriptor (offset) for struct member 'iter'.static long[]
__DNA__FIELD__sigma_color
Field descriptor (offset) for struct member 'sigma_color'.static long[]
__DNA__FIELD__sigma_space
Field descriptor (offset) for struct member 'sigma_space'.static int
__DNA__SDNA_INDEX
This is the sdna index of the struct NodeBilateralBlurData.-
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 NodeBilateralBlurData(long __address, Block __block, BlockTable __blockTable)
protected
NodeBilateralBlurData(NodeBilateralBlurData that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<NodeBilateralBlurData>
__io__addressof()
Instantiates a pointer on this instance.CArrayFacade<java.lang.Byte>
get_pad()
Get method for struct member '_pad'.short
getIter()
Get method for struct member 'iter'.float
getSigma_color()
Get method for struct member 'sigma_color'.float
getSigma_space()
Get method for struct member 'sigma_space'.void
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.void
setIter(short iter)
Set method for struct member 'iter'.void
setSigma_color(float sigma_color)
Set method for struct member 'sigma_color'.void
setSigma_space(float sigma_space)
Set method for struct member 'sigma_space'.-
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 NodeBilateralBlurData.It is required when allocating a new block to store data for NodeBilateralBlurData.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__sigma_color
public static final long[] __DNA__FIELD__sigma_color
Field descriptor (offset) for struct member 'sigma_color'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
NodeBilateralBlurData nodebilateralblurdata = ...; CPointer<Object> p = nodebilateralblurdata.__dna__addressof(NodeBilateralBlurData.__DNA__FIELD__sigma_color); CPointer<Float> p_sigma_color = p.cast(new Class[]{Float.class});
Metadata
- Field: 'sigma_color'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__sigma_space
public static final long[] __DNA__FIELD__sigma_space
Field descriptor (offset) for struct member 'sigma_space'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
NodeBilateralBlurData nodebilateralblurdata = ...; CPointer<Object> p = nodebilateralblurdata.__dna__addressof(NodeBilateralBlurData.__DNA__FIELD__sigma_space); CPointer<Float> p_sigma_space = p.cast(new Class[]{Float.class});
Metadata
- Field: 'sigma_space'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__iter
public static final long[] __DNA__FIELD__iter
Field descriptor (offset) for struct member 'iter'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
NodeBilateralBlurData nodebilateralblurdata = ...; CPointer<Object> p = nodebilateralblurdata.__dna__addressof(NodeBilateralBlurData.__DNA__FIELD__iter); CPointer<Short> p_iter = p.cast(new Class[]{Short.class});
Metadata
- Field: 'iter'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD___pad
public static final long[] __DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
NodeBilateralBlurData nodebilateralblurdata = ...; CPointer<Object> p = nodebilateralblurdata.__dna__addressof(NodeBilateralBlurData.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: '_pad'
- Signature: 'char[2]'
- Actual Size (32bit/64bit): 2/2
-
-
Constructor Detail
-
NodeBilateralBlurData
public NodeBilateralBlurData(long __address, Block __block, BlockTable __blockTable)
-
NodeBilateralBlurData
protected NodeBilateralBlurData(NodeBilateralBlurData that)
-
-
Method Detail
-
getSigma_color
public float getSigma_color() throws java.io.IOException
Get method for struct member 'sigma_color'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__sigma_color
-
setSigma_color
public void setSigma_color(float sigma_color) throws java.io.IOException
Set method for struct member 'sigma_color'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__sigma_color
-
getSigma_space
public float getSigma_space() throws java.io.IOException
Get method for struct member 'sigma_space'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__sigma_space
-
setSigma_space
public void setSigma_space(float sigma_space) throws java.io.IOException
Set method for struct member 'sigma_space'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__sigma_space
-
getIter
public short getIter() throws java.io.IOException
Get method for struct member 'iter'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__iter
-
setIter
public void setIter(short iter) throws java.io.IOException
Set method for struct member 'iter'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__iter
-
get_pad
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
Get method for struct member '_pad'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad
-
set_pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
Set method for struct member '_pad'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad
-
__io__addressof
public CPointer<NodeBilateralBlurData> __io__addressof()
Instantiates a pointer on this instance.
-
-