| 15 | vtkCxxSetObjectMacro(vtkCellGridRangeQuery, CellGrid, vtkCellGrid); |
| 16 | |
| 17 | vtkCellGridRangeQuery::~vtkCellGridRangeQuery() |
| 18 | { |
| 19 | this->SetCellAttribute(nullptr); |
| 20 | this->SetCellGrid(nullptr); |
| 21 | } |
| 22 | |
| 23 | void vtkCellGridRangeQuery::PrintSelf(ostream& os, vtkIndent indent) |
| 24 | { |
nothing calls this directly
no test coverage detected