| MaxPlus Python API Reference
    | 
 Inheritance diagram for SplinePoint:
 Inheritance diagram for SplinePoint:| Public Member Functions | |
| def | CopyFrom (self, *args) | 
| def | GetAux (self, *args) | 
| def | GetPoint (self) | 
| def | SetAux (self, *args) | 
| def | SetPoint (self, *args) | 
|  Public Member Functions inherited from Wrapper | |
| def | GetUnwrappedPtr (self) | 
| Public Attributes | |
| this | |
| Static Public Attributes | |
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
|  Static Public Attributes inherited from Wrapper | |
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
Provides the vertex-level point information for the Spline3D class.
| def CopyFrom | ( | self, | |
| * | args | ||
| ) | 
CopyFrom(SplinePoint self, SplinePoint fromSP)
| def GetAux | ( | self, | |
| * | args | ||
| ) | 
GetAux(SplinePoint self, int index) -> int
| def GetPoint | ( | self | ) | 
GetPoint(SplinePoint self) -> Point3
| def SetAux | ( | self, | |
| * | args | ||
| ) | 
SetAux(SplinePoint self, int index, int a)
| def SetPoint | ( | self, | |
| * | args | ||
| ) | 
SetPoint(SplinePoint self, Point3 p)