------------------------------------------------------------------------------
| 35 | |
| 36 | //------------------------------------------------------------------------------ |
| 37 | vtkTransformFilter::~vtkTransformFilter() |
| 38 | { |
| 39 | this->SetTransform(nullptr); |
| 40 | } |
| 41 | |
| 42 | //------------------------------------------------------------------------------ |
| 43 | int vtkTransformFilter::FillInputPortInformation(int vtkNotUsed(port), vtkInformation* info) |
nothing calls this directly
no test coverage detected