public class NodeBilateralBlurData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__iter
Field descriptor (offset) for struct member 'iter'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
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.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
NodeBilateralBlurData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
NodeBilateralBlurData(NodeBilateralBlurData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<NodeBilateralBlurData> |
__io__addressof()
Instantiates a pointer on this instance.
|
short |
getIter()
Get method for struct member 'iter'.
|
short |
getPad()
Get method for struct member 'pad'.
|
float |
getSigma_color()
Get method for struct member 'sigma_color'.
|
float |
getSigma_space()
Get method for struct member 'sigma_space'.
|
void |
setIter(short iter)
Set method for struct member 'iter'.
|
void |
setPad(short pad)
Set method for struct member 'pad'.
|
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'.
|
__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 NodeBilateralBlurData.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__sigma_color
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});
public static final long[] __DNA__FIELD__sigma_space
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});
public static final long[] __DNA__FIELD__iter
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});
public static final long[] __DNA__FIELD__pad
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<Short> p_pad = p.cast(new Class[]{Short.class});
public NodeBilateralBlurData(long __address, Block __block, BlockTable __blockTable)
protected NodeBilateralBlurData(NodeBilateralBlurData that)
public float getSigma_color() throws java.io.IOException
java.io.IOException
__DNA__FIELD__sigma_color
public void setSigma_color(float sigma_color) throws java.io.IOException
java.io.IOException
__DNA__FIELD__sigma_color
public float getSigma_space() throws java.io.IOException
java.io.IOException
__DNA__FIELD__sigma_space
public void setSigma_space(float sigma_space) throws java.io.IOException
java.io.IOException
__DNA__FIELD__sigma_space
public short getIter() throws java.io.IOException
java.io.IOException
__DNA__FIELD__iter
public void setIter(short iter) throws java.io.IOException
java.io.IOException
__DNA__FIELD__iter
public short getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(short pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public CPointer<NodeBilateralBlurData> __io__addressof()