Uses of Class
org.blender.dna.CurveMapPoint
-
Packages that use CurveMapPoint Package Description org.blender.dna -
-
Uses of CurveMapPoint in org.blender.dna
Methods in org.blender.dna that return types with arguments of type CurveMapPoint Modifier and Type Method 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'.Method parameters in org.blender.dna with type arguments of type CurveMapPoint Modifier and Type Method 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'.Constructors in org.blender.dna with parameters of type CurveMapPoint Constructor Description CurveMapPoint(CurveMapPoint that)
-