public class CurveMapping extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__black
Field descriptor (offset) for struct member 'black'.
|
static long[] |
__DNA__FIELD__bwmul
Field descriptor (offset) for struct member 'bwmul'.
|
static long[] |
__DNA__FIELD__changed_timestamp
Field descriptor (offset) for struct member 'changed_timestamp'.
|
static long[] |
__DNA__FIELD__clipr
Field descriptor (offset) for struct member 'clipr'.
|
static long[] |
__DNA__FIELD__cm
Field descriptor (offset) for struct member 'cm'.
|
static long[] |
__DNA__FIELD__cur
Field descriptor (offset) for struct member 'cur'.
|
static long[] |
__DNA__FIELD__curr
Field descriptor (offset) for struct member 'curr'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__preset
Field descriptor (offset) for struct member 'preset'.
|
static long[] |
__DNA__FIELD__sample
Field descriptor (offset) for struct member 'sample'.
|
static long[] |
__DNA__FIELD__white
Field descriptor (offset) for struct member 'white'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct CurveMapping.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
CurveMapping(CurveMapping that) |
|
CurveMapping(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<CurveMapping> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Float> |
getBlack()
Get method for struct member 'black'.
|
CArrayFacade<java.lang.Float> |
getBwmul()
Get method for struct member 'bwmul'.
|
int |
getChanged_timestamp()
Get method for struct member 'changed_timestamp'.
|
rctf |
getClipr()
Get method for struct member 'clipr'.
|
CArrayFacade<CurveMap> |
getCm()
Get method for struct member 'cm'.
|
int |
getCur()
Get method for struct member 'cur'.
|
rctf |
getCurr()
Get method for struct member 'curr'.
|
int |
getFlag()
Get method for struct member 'flag'.
|
int |
getPreset()
Get method for struct member 'preset'.
|
CArrayFacade<java.lang.Float> |
getSample()
Get method for struct member 'sample'.
|
CArrayFacade<java.lang.Float> |
getWhite()
Get method for struct member 'white'.
|
void |
setBlack(CArrayFacade<java.lang.Float> black)
Set method for struct member 'black'.
|
void |
setBwmul(CArrayFacade<java.lang.Float> bwmul)
Set method for struct member 'bwmul'.
|
void |
setChanged_timestamp(int changed_timestamp)
Set method for struct member 'changed_timestamp'.
|
void |
setClipr(rctf clipr)
Set method for struct member 'clipr'.
|
void |
setCm(CArrayFacade<CurveMap> cm)
Set method for struct member 'cm'.
|
void |
setCur(int cur)
Set method for struct member 'cur'.
|
void |
setCurr(rctf curr)
Set method for struct member 'curr'.
|
void |
setFlag(int flag)
Set method for struct member 'flag'.
|
void |
setPreset(int preset)
Set method for struct member 'preset'.
|
void |
setSample(CArrayFacade<java.lang.Float> sample)
Set method for struct member 'sample'.
|
void |
setWhite(CArrayFacade<java.lang.Float> white)
Set method for struct member 'white'.
|
__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 CurveMapping.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
CurveMapping curvemapping = ...; CPointer<Object> p = curvemapping.__dna__addressof(CurveMapping.__DNA__FIELD__flag); CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__cur
This is how you get a reference on the corresponding field in the struct:
CurveMapping curvemapping = ...; CPointer<Object> p = curvemapping.__dna__addressof(CurveMapping.__DNA__FIELD__cur); CPointer<Integer> p_cur = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__preset
This is how you get a reference on the corresponding field in the struct:
CurveMapping curvemapping = ...; CPointer<Object> p = curvemapping.__dna__addressof(CurveMapping.__DNA__FIELD__preset); CPointer<Integer> p_preset = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__changed_timestamp
This is how you get a reference on the corresponding field in the struct:
CurveMapping curvemapping = ...; CPointer<Object> p = curvemapping.__dna__addressof(CurveMapping.__DNA__FIELD__changed_timestamp); CPointer<Integer> p_changed_timestamp = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__curr
This is how you get a reference on the corresponding field in the struct:
CurveMapping curvemapping = ...; CPointer<Object> p = curvemapping.__dna__addressof(CurveMapping.__DNA__FIELD__curr); CPointer<rctf> p_curr = p.cast(new Class[]{rctf.class});
public static final long[] __DNA__FIELD__clipr
This is how you get a reference on the corresponding field in the struct:
CurveMapping curvemapping = ...; CPointer<Object> p = curvemapping.__dna__addressof(CurveMapping.__DNA__FIELD__clipr); CPointer<rctf> p_clipr = p.cast(new Class[]{rctf.class});
public static final long[] __DNA__FIELD__cm
This is how you get a reference on the corresponding field in the struct:
CurveMapping curvemapping = ...; CPointer<Object> p = curvemapping.__dna__addressof(CurveMapping.__DNA__FIELD__cm); CPointer<CArrayFacade<CurveMap>> p_cm = p.cast(new Class[]{CArrayFacade.class, CurveMap.class});
public static final long[] __DNA__FIELD__black
This is how you get a reference on the corresponding field in the struct:
CurveMapping curvemapping = ...; CPointer<Object> p = curvemapping.__dna__addressof(CurveMapping.__DNA__FIELD__black); CPointer<CArrayFacade<Float>> p_black = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__white
This is how you get a reference on the corresponding field in the struct:
CurveMapping curvemapping = ...; CPointer<Object> p = curvemapping.__dna__addressof(CurveMapping.__DNA__FIELD__white); CPointer<CArrayFacade<Float>> p_white = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__bwmul
This is how you get a reference on the corresponding field in the struct:
CurveMapping curvemapping = ...; CPointer<Object> p = curvemapping.__dna__addressof(CurveMapping.__DNA__FIELD__bwmul); CPointer<CArrayFacade<Float>> p_bwmul = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__sample
This is how you get a reference on the corresponding field in the struct:
CurveMapping curvemapping = ...; CPointer<Object> p = curvemapping.__dna__addressof(CurveMapping.__DNA__FIELD__sample); CPointer<CArrayFacade<Float>> p_sample = p.cast(new Class[]{CArrayFacade.class, Float.class});
public CurveMapping(long __address, Block __block, BlockTable __blockTable)
protected CurveMapping(CurveMapping that)
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 int getCur() throws java.io.IOException
java.io.IOException
__DNA__FIELD__cur
public void setCur(int cur) throws java.io.IOException
java.io.IOException
__DNA__FIELD__cur
public int getPreset() throws java.io.IOException
java.io.IOException
__DNA__FIELD__preset
public void setPreset(int preset) throws java.io.IOException
java.io.IOException
__DNA__FIELD__preset
public int getChanged_timestamp() throws java.io.IOException
java.io.IOException
__DNA__FIELD__changed_timestamp
public void setChanged_timestamp(int changed_timestamp) throws java.io.IOException
java.io.IOException
__DNA__FIELD__changed_timestamp
public rctf getCurr() throws java.io.IOException
java.io.IOException
__DNA__FIELD__curr
public void setCurr(rctf curr) throws java.io.IOException
java.io.IOException
__DNA__FIELD__curr
public rctf getClipr() throws java.io.IOException
java.io.IOException
__DNA__FIELD__clipr
public void setClipr(rctf clipr) throws java.io.IOException
java.io.IOException
__DNA__FIELD__clipr
public CArrayFacade<CurveMap> getCm() throws java.io.IOException
java.io.IOException
__DNA__FIELD__cm
public void setCm(CArrayFacade<CurveMap> cm) throws java.io.IOException
java.io.IOException
__DNA__FIELD__cm
public CArrayFacade<java.lang.Float> getBlack() throws java.io.IOException
java.io.IOException
__DNA__FIELD__black
public void setBlack(CArrayFacade<java.lang.Float> black) throws java.io.IOException
java.io.IOException
__DNA__FIELD__black
public CArrayFacade<java.lang.Float> getWhite() throws java.io.IOException
java.io.IOException
__DNA__FIELD__white
public void setWhite(CArrayFacade<java.lang.Float> white) throws java.io.IOException
java.io.IOException
__DNA__FIELD__white
public CArrayFacade<java.lang.Float> getBwmul() throws java.io.IOException
java.io.IOException
__DNA__FIELD__bwmul
public void setBwmul(CArrayFacade<java.lang.Float> bwmul) throws java.io.IOException
java.io.IOException
__DNA__FIELD__bwmul
public CArrayFacade<java.lang.Float> getSample() throws java.io.IOException
java.io.IOException
__DNA__FIELD__sample
public void setSample(CArrayFacade<java.lang.Float> sample) throws java.io.IOException
java.io.IOException
__DNA__FIELD__sample
public CPointer<CurveMapping> __io__addressof()