Package | Description |
---|---|
org.blender.dna |
Modifier and Type | Method and Description |
---|---|
CPointer<CurveMapPoint> |
CurveMapPoint.__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<CurveMapPoint> |
CurveMap.getCurve()
Get method for struct member 'curve'.
|
CPointer<CurveMapPoint> |
CurveMap.getPremultable()
Get method for struct member 'premultable'.
|
CPointer<CurveMapPoint> |
CurveMap.getTable()
Get method for struct member 'table'.
|
Modifier and Type | Method and Description |
---|---|
void |
CurveMap.setCurve(CPointer<CurveMapPoint> curve)
Set method for struct member 'curve'.
|
void |
CurveMap.setPremultable(CPointer<CurveMapPoint> premultable)
Set method for struct member 'premultable'.
|
void |
CurveMap.setTable(CPointer<CurveMapPoint> table)
Set method for struct member 'table'.
|
Constructor and Description |
---|
CurveMapPoint(CurveMapPoint that) |