| 101 | vtkGetMacro(SliceOrientation, int); |
| 102 | virtual void SetSliceOrientation(int orientation); |
| 103 | virtual void SetSliceOrientationToXY() |
| 104 | { |
| 105 | this->SetSliceOrientation(vtkImageViewer2::SLICE_ORIENTATION_XY); |
| 106 | } |
| 107 | virtual void SetSliceOrientationToYZ() |
| 108 | { |
| 109 | this->SetSliceOrientation(vtkImageViewer2::SLICE_ORIENTATION_YZ); |
nothing calls this directly
no test coverage detected