------------------------------------------------------------------------------
| 29 | |
| 30 | //------------------------------------------------------------------------------ |
| 31 | void vtkAbstractSplineRepresentation::CleanRepresentation() |
| 32 | { |
| 33 | this->LineMapper->SetInputConnection(nullptr); |
| 34 | this->SetParametricSplineInternal(nullptr); |
| 35 | } |
| 36 | |
| 37 | //------------------------------------------------------------------------------ |
| 38 | void vtkAbstractSplineRepresentation::SetParametricSplineInternal(vtkParametricSpline* spline) |
no test coverage detected