------------------------------------------------------------------------------
| 52 | |
| 53 | //------------------------------------------------------------------------------ |
| 54 | void vtkPath::GetPointCells(vtkIdType, vtkIdList* cellIds) |
| 55 | { |
| 56 | cellIds->Reset(); |
| 57 | } |
| 58 | |
| 59 | //------------------------------------------------------------------------------ |
| 60 | void vtkPath::Reset() |