------------------------------------------------------------------------------
| 133 | |
| 134 | //------------------------------------------------------------------------------ |
| 135 | vtkEdgeTable::~vtkEdgeTable() |
| 136 | { |
| 137 | this->Initialize(); |
| 138 | } |
| 139 | |
| 140 | //------------------------------------------------------------------------------ |
| 141 | int vtkEdgeTable::InitEdgeInsertion(vtkIdType numPoints, int storeAttributes) |
nothing calls this directly
no test coverage detected