| 105 | this->SetSliceOrientation(vtkImageViewer2::SLICE_ORIENTATION_XY); |
| 106 | } |
| 107 | virtual void SetSliceOrientationToYZ() |
| 108 | { |
| 109 | this->SetSliceOrientation(vtkImageViewer2::SLICE_ORIENTATION_YZ); |
| 110 | } |
| 111 | virtual void SetSliceOrientationToXZ() |
| 112 | { |
| 113 | this->SetSliceOrientation(vtkImageViewer2::SLICE_ORIENTATION_XZ); |
nothing calls this directly
no test coverage detected