| 26 | vtkCellGridTransform::Query::Query() = default; |
| 27 | |
| 28 | vtkCellGridTransform::Query::~Query() |
| 29 | { |
| 30 | this->SetCellAttribute(nullptr); |
| 31 | this->SetTransform(nullptr); |
| 32 | } |
| 33 | |
| 34 | void vtkCellGridTransform::Query::PrintSelf(ostream& os, vtkIndent indent) |
| 35 | { |
nothing calls this directly
no test coverage detected