------------------------------------------------------------------------------
| 144 | |
| 145 | //------------------------------------------------------------------------------ |
| 146 | void vtkInteractorStyleImage::StartSlice() |
| 147 | { |
| 148 | if (this->State != VTKIS_NONE) |
| 149 | { |
| 150 | return; |
| 151 | } |
| 152 | this->StartState(VTKIS_SLICE); |
| 153 | } |
| 154 | |
| 155 | //------------------------------------------------------------------------------ |
| 156 | void vtkInteractorStyleImage::EndSlice() |
no test coverage detected