------------------------------------------------------------------------------
| 40 | |
| 41 | //------------------------------------------------------------------------------ |
| 42 | void vtkPath::GetCell(vtkIdType, vtkGenericCell* cell) |
| 43 | { |
| 44 | cell->SetCellTypeToEmptyCell(); |
| 45 | } |
| 46 | |
| 47 | //------------------------------------------------------------------------------ |
| 48 | void vtkPath::GetCellPoints(vtkIdType, vtkIdList* ptIds) |
no outgoing calls