| 71 | } |
| 72 | |
| 73 | void vtkCellGrid::Initialize() |
| 74 | { |
| 75 | this->Superclass::Initialize(); |
| 76 | this->ArrayGroups.clear(); |
| 77 | this->Attributes.clear(); |
| 78 | this->HaveShape = false; |
| 79 | this->Cells.clear(); |
| 80 | } |
| 81 | |
| 82 | unsigned long vtkCellGrid::GetActualMemorySize() |
| 83 | { |
no test coverage detected