public class CurveMap extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__curve
Field descriptor (offset) for struct member 'curve'.
|
static long[] |
__DNA__FIELD__ext_in
Field descriptor (offset) for struct member 'ext_in'.
|
static long[] |
__DNA__FIELD__ext_out
Field descriptor (offset) for struct member 'ext_out'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__maxtable
Field descriptor (offset) for struct member 'maxtable'.
|
static long[] |
__DNA__FIELD__mintable
Field descriptor (offset) for struct member 'mintable'.
|
static long[] |
__DNA__FIELD__premultable
Field descriptor (offset) for struct member 'premultable'.
|
static long[] |
__DNA__FIELD__range
Field descriptor (offset) for struct member 'range'.
|
static long[] |
__DNA__FIELD__table
Field descriptor (offset) for struct member 'table'.
|
static long[] |
__DNA__FIELD__totpoint
Field descriptor (offset) for struct member 'totpoint'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct CurveMap.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
CurveMap(CurveMap that) |
|
CurveMap(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<CurveMap> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<CurveMapPoint> |
getCurve()
Get method for struct member 'curve'.
|
CArrayFacade<java.lang.Float> |
getExt_in()
Get method for struct member 'ext_in'.
|
CArrayFacade<java.lang.Float> |
getExt_out()
Get method for struct member 'ext_out'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
float |
getMaxtable()
Get method for struct member 'maxtable'.
|
float |
getMintable()
Get method for struct member 'mintable'.
|
CPointer<CurveMapPoint> |
getPremultable()
Get method for struct member 'premultable'.
|
float |
getRange()
Get method for struct member 'range'.
|
CPointer<CurveMapPoint> |
getTable()
Get method for struct member 'table'.
|
short |
getTotpoint()
Get method for struct member 'totpoint'.
|
void |
setCurve(CPointer<CurveMapPoint> curve)
Set method for struct member 'curve'.
|
void |
setExt_in(CArrayFacade<java.lang.Float> ext_in)
Set method for struct member 'ext_in'.
|
void |
setExt_out(CArrayFacade<java.lang.Float> ext_out)
Set method for struct member 'ext_out'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setMaxtable(float maxtable)
Set method for struct member 'maxtable'.
|
void |
setMintable(float mintable)
Set method for struct member 'mintable'.
|
void |
setPremultable(CPointer<CurveMapPoint> premultable)
Set method for struct member 'premultable'.
|
void |
setRange(float range)
Set method for struct member 'range'.
|
void |
setTable(CPointer<CurveMapPoint> table)
Set method for struct member 'table'.
|
void |
setTotpoint(short totpoint)
Set method for struct member 'totpoint'.
|
__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 CurveMap.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__totpoint
This is how you get a reference on the corresponding field in the struct:
CurveMap curvemap = ...; CPointer<Object> p = curvemap.__dna__addressof(CurveMap.__DNA__FIELD__totpoint); CPointer<Short> p_totpoint = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
CurveMap curvemap = ...; CPointer<Object> p = curvemap.__dna__addressof(CurveMap.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__range
This is how you get a reference on the corresponding field in the struct:
CurveMap curvemap = ...; CPointer<Object> p = curvemap.__dna__addressof(CurveMap.__DNA__FIELD__range); CPointer<Float> p_range = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__mintable
This is how you get a reference on the corresponding field in the struct:
CurveMap curvemap = ...; CPointer<Object> p = curvemap.__dna__addressof(CurveMap.__DNA__FIELD__mintable); CPointer<Float> p_mintable = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__maxtable
This is how you get a reference on the corresponding field in the struct:
CurveMap curvemap = ...; CPointer<Object> p = curvemap.__dna__addressof(CurveMap.__DNA__FIELD__maxtable); CPointer<Float> p_maxtable = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__ext_in
This is how you get a reference on the corresponding field in the struct:
CurveMap curvemap = ...; CPointer<Object> p = curvemap.__dna__addressof(CurveMap.__DNA__FIELD__ext_in); CPointer<CArrayFacade<Float>> p_ext_in = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__ext_out
This is how you get a reference on the corresponding field in the struct:
CurveMap curvemap = ...; CPointer<Object> p = curvemap.__dna__addressof(CurveMap.__DNA__FIELD__ext_out); CPointer<CArrayFacade<Float>> p_ext_out = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__curve
This is how you get a reference on the corresponding field in the struct:
CurveMap curvemap = ...; CPointer<Object> p = curvemap.__dna__addressof(CurveMap.__DNA__FIELD__curve); CPointer<CPointer<CurveMapPoint>> p_curve = p.cast(new Class[]{CPointer.class, CurveMapPoint.class});
public static final long[] __DNA__FIELD__table
This is how you get a reference on the corresponding field in the struct:
CurveMap curvemap = ...; CPointer<Object> p = curvemap.__dna__addressof(CurveMap.__DNA__FIELD__table); CPointer<CPointer<CurveMapPoint>> p_table = p.cast(new Class[]{CPointer.class, CurveMapPoint.class});
public static final long[] __DNA__FIELD__premultable
This is how you get a reference on the corresponding field in the struct:
CurveMap curvemap = ...; CPointer<Object> p = curvemap.__dna__addressof(CurveMap.__DNA__FIELD__premultable); CPointer<CPointer<CurveMapPoint>> p_premultable = p.cast(new Class[]{CPointer.class, CurveMapPoint.class});
public CurveMap(long __address, Block __block, BlockTable __blockTable)
protected CurveMap(CurveMap that)
public short getTotpoint() throws java.io.IOException
java.io.IOException
__DNA__FIELD__totpoint
public void setTotpoint(short totpoint) throws java.io.IOException
java.io.IOException
__DNA__FIELD__totpoint
public short getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(short flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public float getRange() throws java.io.IOException
java.io.IOException
__DNA__FIELD__range
public void setRange(float range) throws java.io.IOException
java.io.IOException
__DNA__FIELD__range
public float getMintable() throws java.io.IOException
java.io.IOException
__DNA__FIELD__mintable
public void setMintable(float mintable) throws java.io.IOException
java.io.IOException
__DNA__FIELD__mintable
public float getMaxtable() throws java.io.IOException
java.io.IOException
__DNA__FIELD__maxtable
public void setMaxtable(float maxtable) throws java.io.IOException
java.io.IOException
__DNA__FIELD__maxtable
public CArrayFacade<java.lang.Float> getExt_in() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ext_in
public void setExt_in(CArrayFacade<java.lang.Float> ext_in) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ext_in
public CArrayFacade<java.lang.Float> getExt_out() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ext_out
public void setExt_out(CArrayFacade<java.lang.Float> ext_out) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ext_out
public CPointer<CurveMapPoint> getCurve() throws java.io.IOException
java.io.IOException
__DNA__FIELD__curve
public void setCurve(CPointer<CurveMapPoint> curve) throws java.io.IOException
java.io.IOException
__DNA__FIELD__curve
public CPointer<CurveMapPoint> getTable() throws java.io.IOException
java.io.IOException
__DNA__FIELD__table
public void setTable(CPointer<CurveMapPoint> table) throws java.io.IOException
java.io.IOException
__DNA__FIELD__table
public CPointer<CurveMapPoint> getPremultable() throws java.io.IOException
java.io.IOException
__DNA__FIELD__premultable
public void setPremultable(CPointer<CurveMapPoint> premultable) throws java.io.IOException
java.io.IOException
__DNA__FIELD__premultable