public class NodeAntiAliasingData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__contrast_limit
Field descriptor (offset) for struct member 'contrast_limit'.
|
static long[] |
__DNA__FIELD__corner_rounding
Field descriptor (offset) for struct member 'corner_rounding'.
|
static long[] |
__DNA__FIELD__threshold
Field descriptor (offset) for struct member 'threshold'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct NodeAntiAliasingData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
NodeAntiAliasingData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
NodeAntiAliasingData(NodeAntiAliasingData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<NodeAntiAliasingData> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getContrast_limit()
Get method for struct member 'contrast_limit'.
|
float |
getCorner_rounding()
Get method for struct member 'corner_rounding'.
|
float |
getThreshold()
Get method for struct member 'threshold'.
|
void |
setContrast_limit(float contrast_limit)
Set method for struct member 'contrast_limit'.
|
void |
setCorner_rounding(float corner_rounding)
Set method for struct member 'corner_rounding'.
|
void |
setThreshold(float threshold)
Set method for struct member 'threshold'.
|
__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 NodeAntiAliasingData.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__threshold
This is how you get a reference on the corresponding field in the struct:
NodeAntiAliasingData nodeantialiasingdata = ...; CPointer<Object> p = nodeantialiasingdata.__dna__addressof(NodeAntiAliasingData.__DNA__FIELD__threshold); CPointer<Float> p_threshold = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__contrast_limit
This is how you get a reference on the corresponding field in the struct:
NodeAntiAliasingData nodeantialiasingdata = ...; CPointer<Object> p = nodeantialiasingdata.__dna__addressof(NodeAntiAliasingData.__DNA__FIELD__contrast_limit); CPointer<Float> p_contrast_limit = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__corner_rounding
This is how you get a reference on the corresponding field in the struct:
NodeAntiAliasingData nodeantialiasingdata = ...; CPointer<Object> p = nodeantialiasingdata.__dna__addressof(NodeAntiAliasingData.__DNA__FIELD__corner_rounding); CPointer<Float> p_corner_rounding = p.cast(new Class[]{Float.class});
public NodeAntiAliasingData(long __address, Block __block, BlockTable __blockTable)
protected NodeAntiAliasingData(NodeAntiAliasingData that)
public float getThreshold() throws java.io.IOException
java.io.IOException
__DNA__FIELD__threshold
public void setThreshold(float threshold) throws java.io.IOException
java.io.IOException
__DNA__FIELD__threshold
public float getContrast_limit() throws java.io.IOException
java.io.IOException
__DNA__FIELD__contrast_limit
public void setContrast_limit(float contrast_limit) throws java.io.IOException
java.io.IOException
__DNA__FIELD__contrast_limit
public float getCorner_rounding() throws java.io.IOException
java.io.IOException
__DNA__FIELD__corner_rounding
public void setCorner_rounding(float corner_rounding) throws java.io.IOException
java.io.IOException
__DNA__FIELD__corner_rounding
public CPointer<NodeAntiAliasingData> __io__addressof()