------------------------------------------------------------------------------
| 190 | |
| 191 | //------------------------------------------------------------------------------ |
| 192 | int vtkResliceCursorPolyDataAlgorithm::GetAxis1() |
| 193 | { |
| 194 | if (this->ReslicePlaneNormal == 2) |
| 195 | { |
| 196 | return 1; |
| 197 | } |
| 198 | if (this->ReslicePlaneNormal == 1) |
| 199 | { |
| 200 | return 2; |
| 201 | } |
| 202 | return 2; |
| 203 | } |
| 204 | |
| 205 | //------------------------------------------------------------------------------ |
| 206 | int vtkResliceCursorPolyDataAlgorithm::GetAxis2() |
no outgoing calls
no test coverage detected