------------------------------------------------------------------------------
| 87 | |
| 88 | //------------------------------------------------------------------------------ |
| 89 | void vtkAnnulus::SetAxis(double x, double y, double z) |
| 90 | { |
| 91 | this->SetAxis(vtkVector3d(x, y, z)); |
| 92 | } |
| 93 | |
| 94 | //------------------------------------------------------------------------------ |
| 95 | void vtkAnnulus::SetAxis(double axis[3]) |
nothing calls this directly
no test coverage detected