public class StripColorBalance extends CFacade
Modifier and Type | Field and 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 int |
__DNA__SDNA_INDEX
This is the sdna index of the struct StripColorBalance.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
StripColorBalance(long __address,
Block __block,
BlockTable __blockTable) |
protected |
StripColorBalance(StripColorBalance that) |
Modifier and Type | Method and 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'.
|
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'.
|
__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 StripColorBalance.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__lift
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});
public static final long[] __DNA__FIELD__gamma
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});
public static final long[] __DNA__FIELD__gain
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});
public static final long[] __DNA__FIELD__flag
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});
public static final long[] __DNA__FIELD___pad
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});
public StripColorBalance(long __address, Block __block, BlockTable __blockTable)
protected StripColorBalance(StripColorBalance that)
public CArrayFacade<java.lang.Float> getLift() throws java.io.IOException
java.io.IOException
__DNA__FIELD__lift
public void setLift(CArrayFacade<java.lang.Float> lift) throws java.io.IOException
java.io.IOException
__DNA__FIELD__lift
public CArrayFacade<java.lang.Float> getGamma() throws java.io.IOException
java.io.IOException
__DNA__FIELD__gamma
public void setGamma(CArrayFacade<java.lang.Float> gamma) throws java.io.IOException
java.io.IOException
__DNA__FIELD__gamma
public CArrayFacade<java.lang.Float> getGain() throws java.io.IOException
java.io.IOException
__DNA__FIELD__gain
public void setGain(CArrayFacade<java.lang.Float> gain) throws java.io.IOException
java.io.IOException
__DNA__FIELD__gain
public int getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(int flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public CPointer<StripColorBalance> __io__addressof()