public class BrightContrastModifierData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__bright
Field descriptor (offset) for struct member 'bright'.
|
static long[] |
__DNA__FIELD__contrast
Field descriptor (offset) for struct member 'contrast'.
|
static long[] |
__DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct BrightContrastModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
BrightContrastModifierData(BrightContrastModifierData that) |
|
BrightContrastModifierData(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<BrightContrastModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getBright()
Get method for struct member 'bright'.
|
float |
getContrast()
Get method for struct member 'contrast'.
|
SequenceModifierData |
getModifier()
Get method for struct member 'modifier'.
|
void |
setBright(float bright)
Set method for struct member 'bright'.
|
void |
setContrast(float contrast)
Set method for struct member 'contrast'.
|
void |
setModifier(SequenceModifierData modifier)
Set method for struct member 'modifier'.
|
__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 BrightContrastModifierData.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__modifier
This is how you get a reference on the corresponding field in the struct:
BrightContrastModifierData brightcontrastmodifierdata = ...; CPointer<Object> p = brightcontrastmodifierdata.__dna__addressof(BrightContrastModifierData.__DNA__FIELD__modifier); CPointer<SequenceModifierData> p_modifier = p.cast(new Class[]{SequenceModifierData.class});
public static final long[] __DNA__FIELD__bright
This is how you get a reference on the corresponding field in the struct:
BrightContrastModifierData brightcontrastmodifierdata = ...; CPointer<Object> p = brightcontrastmodifierdata.__dna__addressof(BrightContrastModifierData.__DNA__FIELD__bright); CPointer<Float> p_bright = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__contrast
This is how you get a reference on the corresponding field in the struct:
BrightContrastModifierData brightcontrastmodifierdata = ...; CPointer<Object> p = brightcontrastmodifierdata.__dna__addressof(BrightContrastModifierData.__DNA__FIELD__contrast); CPointer<Float> p_contrast = p.cast(new Class[]{Float.class});
public BrightContrastModifierData(long __address, Block __block, BlockTable __blockTable)
protected BrightContrastModifierData(BrightContrastModifierData that)
public SequenceModifierData getModifier() throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifier
public void setModifier(SequenceModifierData modifier) throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifier
public float getBright() throws java.io.IOException
java.io.IOException
__DNA__FIELD__bright
public void setBright(float bright) throws java.io.IOException
java.io.IOException
__DNA__FIELD__bright
public float getContrast() throws java.io.IOException
java.io.IOException
__DNA__FIELD__contrast
public void setContrast(float contrast) throws java.io.IOException
java.io.IOException
__DNA__FIELD__contrast
public CPointer<BrightContrastModifierData> __io__addressof()