public class SequencerTonemapModifierData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__adaptation
Field descriptor (offset) for struct member 'adaptation'.
|
static long[] |
__DNA__FIELD__contrast
Field descriptor (offset) for struct member 'contrast'.
|
static long[] |
__DNA__FIELD__correction
Field descriptor (offset) for struct member 'correction'.
|
static long[] |
__DNA__FIELD__gamma
Field descriptor (offset) for struct member 'gamma'.
|
static long[] |
__DNA__FIELD__intensity
Field descriptor (offset) for struct member 'intensity'.
|
static long[] |
__DNA__FIELD__key
Field descriptor (offset) for struct member 'key'.
|
static long[] |
__DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.
|
static long[] |
__DNA__FIELD__offset
Field descriptor (offset) for struct member 'offset'.
|
static long[] |
__DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct SequencerTonemapModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
SequencerTonemapModifierData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
SequencerTonemapModifierData(SequencerTonemapModifierData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<SequencerTonemapModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getAdaptation()
Get method for struct member 'adaptation'.
|
float |
getContrast()
Get method for struct member 'contrast'.
|
float |
getCorrection()
Get method for struct member 'correction'.
|
float |
getGamma()
Get method for struct member 'gamma'.
|
float |
getIntensity()
Get method for struct member 'intensity'.
|
float |
getKey()
Get method for struct member 'key'.
|
SequenceModifierData |
getModifier()
Get method for struct member 'modifier'.
|
float |
getOffset()
Get method for struct member 'offset'.
|
int |
getType()
Get method for struct member 'type'.
|
void |
setAdaptation(float adaptation)
Set method for struct member 'adaptation'.
|
void |
setContrast(float contrast)
Set method for struct member 'contrast'.
|
void |
setCorrection(float correction)
Set method for struct member 'correction'.
|
void |
setGamma(float gamma)
Set method for struct member 'gamma'.
|
void |
setIntensity(float intensity)
Set method for struct member 'intensity'.
|
void |
setKey(float key)
Set method for struct member 'key'.
|
void |
setModifier(SequenceModifierData modifier)
Set method for struct member 'modifier'.
|
void |
setOffset(float offset)
Set method for struct member 'offset'.
|
void |
setType(int type)
Set method for struct member 'type'.
|
__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 SequencerTonemapModifierData.
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:
SequencerTonemapModifierData sequencertonemapmodifierdata = ...; CPointer<Object> p = sequencertonemapmodifierdata.__dna__addressof(SequencerTonemapModifierData.__DNA__FIELD__modifier); CPointer<SequenceModifierData> p_modifier = p.cast(new Class[]{SequenceModifierData.class});
public static final long[] __DNA__FIELD__key
This is how you get a reference on the corresponding field in the struct:
SequencerTonemapModifierData sequencertonemapmodifierdata = ...; CPointer<Object> p = sequencertonemapmodifierdata.__dna__addressof(SequencerTonemapModifierData.__DNA__FIELD__key); CPointer<Float> p_key = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__offset
This is how you get a reference on the corresponding field in the struct:
SequencerTonemapModifierData sequencertonemapmodifierdata = ...; CPointer<Object> p = sequencertonemapmodifierdata.__dna__addressof(SequencerTonemapModifierData.__DNA__FIELD__offset); CPointer<Float> p_offset = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__gamma
This is how you get a reference on the corresponding field in the struct:
SequencerTonemapModifierData sequencertonemapmodifierdata = ...; CPointer<Object> p = sequencertonemapmodifierdata.__dna__addressof(SequencerTonemapModifierData.__DNA__FIELD__gamma); CPointer<Float> p_gamma = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__intensity
This is how you get a reference on the corresponding field in the struct:
SequencerTonemapModifierData sequencertonemapmodifierdata = ...; CPointer<Object> p = sequencertonemapmodifierdata.__dna__addressof(SequencerTonemapModifierData.__DNA__FIELD__intensity); CPointer<Float> p_intensity = 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:
SequencerTonemapModifierData sequencertonemapmodifierdata = ...; CPointer<Object> p = sequencertonemapmodifierdata.__dna__addressof(SequencerTonemapModifierData.__DNA__FIELD__contrast); CPointer<Float> p_contrast = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__adaptation
This is how you get a reference on the corresponding field in the struct:
SequencerTonemapModifierData sequencertonemapmodifierdata = ...; CPointer<Object> p = sequencertonemapmodifierdata.__dna__addressof(SequencerTonemapModifierData.__DNA__FIELD__adaptation); CPointer<Float> p_adaptation = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__correction
This is how you get a reference on the corresponding field in the struct:
SequencerTonemapModifierData sequencertonemapmodifierdata = ...; CPointer<Object> p = sequencertonemapmodifierdata.__dna__addressof(SequencerTonemapModifierData.__DNA__FIELD__correction); CPointer<Float> p_correction = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__type
This is how you get a reference on the corresponding field in the struct:
SequencerTonemapModifierData sequencertonemapmodifierdata = ...; CPointer<Object> p = sequencertonemapmodifierdata.__dna__addressof(SequencerTonemapModifierData.__DNA__FIELD__type); CPointer<Integer> p_type = p.cast(new Class[]{Integer.class});
public SequencerTonemapModifierData(long __address, Block __block, BlockTable __blockTable)
protected SequencerTonemapModifierData(SequencerTonemapModifierData 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 getKey() throws java.io.IOException
java.io.IOException
__DNA__FIELD__key
public void setKey(float key) throws java.io.IOException
java.io.IOException
__DNA__FIELD__key
public float getOffset() throws java.io.IOException
java.io.IOException
__DNA__FIELD__offset
public void setOffset(float offset) throws java.io.IOException
java.io.IOException
__DNA__FIELD__offset
public float getGamma() throws java.io.IOException
java.io.IOException
__DNA__FIELD__gamma
public void setGamma(float gamma) throws java.io.IOException
java.io.IOException
__DNA__FIELD__gamma
public float getIntensity() throws java.io.IOException
java.io.IOException
__DNA__FIELD__intensity
public void setIntensity(float intensity) throws java.io.IOException
java.io.IOException
__DNA__FIELD__intensity
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 float getAdaptation() throws java.io.IOException
java.io.IOException
__DNA__FIELD__adaptation
public void setAdaptation(float adaptation) throws java.io.IOException
java.io.IOException
__DNA__FIELD__adaptation
public float getCorrection() throws java.io.IOException
java.io.IOException
__DNA__FIELD__correction
public void setCorrection(float correction) throws java.io.IOException
java.io.IOException
__DNA__FIELD__correction
public int getType() throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public void setType(int type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public CPointer<SequencerTonemapModifierData> __io__addressof()