| 18 | vtkCxxSetObjectMacro(vtkCellGridCopyQuery, Target, vtkCellGrid); |
| 19 | |
| 20 | vtkCellGridCopyQuery::~vtkCellGridCopyQuery() |
| 21 | { |
| 22 | this->SetSource(nullptr); |
| 23 | this->SetTarget(nullptr); |
| 24 | this->ResetCellAttributeIds(); |
| 25 | } |
| 26 | |
| 27 | void vtkCellGridCopyQuery::PrintSelf(ostream& os, vtkIndent indent) |
| 28 | { |
nothing calls this directly
no test coverage detected