| 75 | } |
| 76 | |
| 77 | bool vtkCellGridCopyQuery::Initialize() |
| 78 | { |
| 79 | bool ok = this->Superclass::Initialize(); |
| 80 | this->ArrayMap.clear(); |
| 81 | this->AttributeMap.clear(); |
| 82 | return ok; |
| 83 | } |
| 84 | |
| 85 | bool vtkCellGridCopyQuery::Finalize() |
| 86 | { |
no test coverage detected