Class StripColorBalance
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.StripColorBalance
-
public class StripColorBalance extends CFacade
Generated facet for DNA struct type 'StripColorBalance'.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__flag
Field descriptor (offset) for struct member 'flag'.static long[]
__DNA__FIELD__gain
Field descriptor (offset) for struct member 'gain'.static long[]
__DNA__FIELD__gamma
Field descriptor (offset) for struct member 'gamma'.static long[]
__DNA__FIELD__lift
Field descriptor (offset) for struct member 'lift'.static long[]
__DNA__FIELD__method
Field descriptor (offset) for struct member 'method'.static long[]
__DNA__FIELD__offset
Field descriptor (offset) for struct member 'offset'.static long[]
__DNA__FIELD__power
Field descriptor (offset) for struct member 'power'.static long[]
__DNA__FIELD__slope
Field descriptor (offset) for struct member 'slope'.static int
__DNA__SDNA_INDEX
This is the sdna index of the struct StripColorBalance.-
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 StripColorBalance(long __address, Block __block, BlockTable __blockTable)
protected
StripColorBalance(StripColorBalance that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<StripColorBalance>
__io__addressof()
Instantiates a pointer on this instance.CArrayFacade<java.lang.Byte>
get_pad()
Get method for struct member '_pad'.int
getFlag()
Get method for struct member 'flag'.CArrayFacade<java.lang.Float>
getGain()
Get method for struct member 'gain'.CArrayFacade<java.lang.Float>
getGamma()
Get method for struct member 'gamma'.CArrayFacade<java.lang.Float>
getLift()
Get method for struct member 'lift'.int
getMethod()
Get method for struct member 'method'.CArrayFacade<java.lang.Float>
getOffset()
Get method for struct member 'offset'.CArrayFacade<java.lang.Float>
getPower()
Get method for struct member 'power'.CArrayFacade<java.lang.Float>
getSlope()
Get method for struct member 'slope'.void
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.void
setFlag(int flag)
Set method for struct member 'flag'.void
setGain(CArrayFacade<java.lang.Float> gain)
Set method for struct member 'gain'.void
setGamma(CArrayFacade<java.lang.Float> gamma)
Set method for struct member 'gamma'.void
setLift(CArrayFacade<java.lang.Float> lift)
Set method for struct member 'lift'.void
setMethod(int method)
Set method for struct member 'method'.void
setOffset(CArrayFacade<java.lang.Float> offset)
Set method for struct member 'offset'.void
setPower(CArrayFacade<java.lang.Float> power)
Set method for struct member 'power'.void
setSlope(CArrayFacade<java.lang.Float> slope)
Set method for struct member 'slope'.-
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 StripColorBalance.It is required when allocating a new block to store data for StripColorBalance.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__method
public static final long[] __DNA__FIELD__method
Field descriptor (offset) for struct member 'method'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
StripColorBalance stripcolorbalance = ...; CPointer<Object> p = stripcolorbalance.__dna__addressof(StripColorBalance.__DNA__FIELD__method); CPointer<Integer> p_method = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'method'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__lift
public static final long[] __DNA__FIELD__lift
Field descriptor (offset) for struct member 'lift'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
StripColorBalance stripcolorbalance = ...; CPointer<Object> p = stripcolorbalance.__dna__addressof(StripColorBalance.__DNA__FIELD__lift); CPointer<CArrayFacade<Float>> p_lift = p.cast(new Class[]{CArrayFacade.class, Float.class});
Metadata
- Field: 'lift'
- Signature: 'float[3]'
- Actual Size (32bit/64bit): 12/12
-
__DNA__FIELD__gamma
public static final long[] __DNA__FIELD__gamma
Field descriptor (offset) for struct member 'gamma'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
StripColorBalance stripcolorbalance = ...; CPointer<Object> p = stripcolorbalance.__dna__addressof(StripColorBalance.__DNA__FIELD__gamma); CPointer<CArrayFacade<Float>> p_gamma = p.cast(new Class[]{CArrayFacade.class, Float.class});
Metadata
- Field: 'gamma'
- Signature: 'float[3]'
- Actual Size (32bit/64bit): 12/12
-
__DNA__FIELD__gain
public static final long[] __DNA__FIELD__gain
Field descriptor (offset) for struct member 'gain'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
StripColorBalance stripcolorbalance = ...; CPointer<Object> p = stripcolorbalance.__dna__addressof(StripColorBalance.__DNA__FIELD__gain); CPointer<CArrayFacade<Float>> p_gain = p.cast(new Class[]{CArrayFacade.class, Float.class});
Metadata
- Field: 'gain'
- Signature: 'float[3]'
- Actual Size (32bit/64bit): 12/12
-
__DNA__FIELD__slope
public static final long[] __DNA__FIELD__slope
Field descriptor (offset) for struct member 'slope'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
StripColorBalance stripcolorbalance = ...; CPointer<Object> p = stripcolorbalance.__dna__addressof(StripColorBalance.__DNA__FIELD__slope); CPointer<CArrayFacade<Float>> p_slope = p.cast(new Class[]{CArrayFacade.class, Float.class});
Metadata
- Field: 'slope'
- Signature: 'float[3]'
- Actual Size (32bit/64bit): 12/12
-
__DNA__FIELD__offset
public static final long[] __DNA__FIELD__offset
Field descriptor (offset) for struct member 'offset'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
StripColorBalance stripcolorbalance = ...; CPointer<Object> p = stripcolorbalance.__dna__addressof(StripColorBalance.__DNA__FIELD__offset); CPointer<CArrayFacade<Float>> p_offset = p.cast(new Class[]{CArrayFacade.class, Float.class});
Metadata
- Field: 'offset'
- Signature: 'float[3]'
- Actual Size (32bit/64bit): 12/12
-
__DNA__FIELD__power
public static final long[] __DNA__FIELD__power
Field descriptor (offset) for struct member 'power'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
StripColorBalance stripcolorbalance = ...; CPointer<Object> p = stripcolorbalance.__dna__addressof(StripColorBalance.__DNA__FIELD__power); CPointer<CArrayFacade<Float>> p_power = p.cast(new Class[]{CArrayFacade.class, Float.class});
Metadata
- Field: 'power'
- Signature: 'float[3]'
- Actual Size (32bit/64bit): 12/12
-
__DNA__FIELD__flag
public static final long[] __DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
StripColorBalance stripcolorbalance = ...; CPointer<Object> p = stripcolorbalance.__dna__addressof(StripColorBalance.__DNA__FIELD__flag); CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'flag'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__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:
StripColorBalance stripcolorbalance = ...; CPointer<Object> p = stripcolorbalance.__dna__addressof(StripColorBalance.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: '_pad'
- Signature: 'char[4]'
- Actual Size (32bit/64bit): 4/4
-
-
Constructor Detail
-
StripColorBalance
public StripColorBalance(long __address, Block __block, BlockTable __blockTable)
-
StripColorBalance
protected StripColorBalance(StripColorBalance that)
-
-
Method Detail
-
getMethod
public int getMethod() throws java.io.IOException
Get method for struct member 'method'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__method
-
setMethod
public void setMethod(int method) throws java.io.IOException
Set method for struct member 'method'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__method
-
getLift
public CArrayFacade<java.lang.Float> getLift() throws java.io.IOException
Get method for struct member 'lift'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__lift
-
setLift
public void setLift(CArrayFacade<java.lang.Float> lift) throws java.io.IOException
Set method for struct member 'lift'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__lift
-
getGamma
public CArrayFacade<java.lang.Float> getGamma() throws java.io.IOException
Get method for struct member 'gamma'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__gamma
-
setGamma
public void setGamma(CArrayFacade<java.lang.Float> gamma) throws java.io.IOException
Set method for struct member 'gamma'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__gamma
-
getGain
public CArrayFacade<java.lang.Float> getGain() throws java.io.IOException
Get method for struct member 'gain'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__gain
-
setGain
public void setGain(CArrayFacade<java.lang.Float> gain) throws java.io.IOException
Set method for struct member 'gain'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__gain
-
getSlope
public CArrayFacade<java.lang.Float> getSlope() throws java.io.IOException
Get method for struct member 'slope'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__slope
-
setSlope
public void setSlope(CArrayFacade<java.lang.Float> slope) throws java.io.IOException
Set method for struct member 'slope'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__slope
-
getOffset
public CArrayFacade<java.lang.Float> getOffset() throws java.io.IOException
Get method for struct member 'offset'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__offset
-
setOffset
public void setOffset(CArrayFacade<java.lang.Float> offset) throws java.io.IOException
Set method for struct member 'offset'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__offset
-
getPower
public CArrayFacade<java.lang.Float> getPower() throws java.io.IOException
Get method for struct member 'power'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__power
-
setPower
public void setPower(CArrayFacade<java.lang.Float> power) throws java.io.IOException
Set method for struct member 'power'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__power
-
getFlag
public int getFlag() throws java.io.IOException
Get method for struct member 'flag'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
setFlag
public void setFlag(int flag) throws java.io.IOException
Set method for struct member 'flag'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
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<StripColorBalance> __io__addressof()
Instantiates a pointer on this instance.
-
-