------------------------------------------------------------------------------
| 33 | |
| 34 | //------------------------------------------------------------------------------ |
| 35 | void vtkPath::Allocate(vtkIdType size, int extSize) |
| 36 | { |
| 37 | this->Points->Allocate(size, extSize); |
| 38 | this->PointData->Allocate(size, extSize); |
| 39 | } |
| 40 | |
| 41 | //------------------------------------------------------------------------------ |
| 42 | void vtkPath::GetCell(vtkIdType, vtkGenericCell* cell) |
no outgoing calls