------------------------------------------------------------------------------
| 1052 | |
| 1053 | //------------------------------------------------------------------------------ |
| 1054 | size_t vtkHyperTreeGrid::RemoveTree(vtkIdType index) |
| 1055 | { |
| 1056 | return this->HyperTrees.erase(index); |
| 1057 | } |
| 1058 | |
| 1059 | //------------------------------------------------------------------------------ |
| 1060 | void vtkHyperTreeGrid::ShallowCopy(vtkDataObject* src) |