| 1 | #!/usr/bin/env python |
| 2 | from vtkmodules.vtkCommonTransforms import vtkSphericalTransform |
| 3 | from vtkmodules.vtkFiltersGeneral import vtkTransformPolyDataFilter |
| 4 | from vtkmodules.vtkFiltersSources import vtkPlaneSource |
nothing calls this directly
no test coverage detected