------------------------------------------------------------------------------
| 58 | |
| 59 | //------------------------------------------------------------------------------ |
| 60 | void vtkPath::Reset() |
| 61 | { |
| 62 | this->Points->Reset(); |
| 63 | this->PointData->Reset(); |
| 64 | } |
| 65 | |
| 66 | //------------------------------------------------------------------------------ |
| 67 | vtkPath* vtkPath::GetData(vtkInformation* info) |
no outgoing calls