| 21 | } |
| 22 | |
| 23 | vtkImplicitFunction::~vtkImplicitFunction() |
| 24 | { |
| 25 | // static_cast needed since otherwise the |
| 26 | // call to SetTransform becomes ambiguous |
| 27 | this->SetTransform(static_cast<vtkAbstractTransform*>(nullptr)); |
| 28 | } |
| 29 | |
| 30 | namespace |
| 31 | { |
nothing calls this directly
no test coverage detected