------------------------------------------------------------------------------
| 232 | |
| 233 | //------------------------------------------------------------------------------ |
| 234 | int vtkResliceCursorPolyDataAlgorithm::GetPlaneAxis2() |
| 235 | { |
| 236 | if (this->ReslicePlaneNormal == 2) |
| 237 | { |
| 238 | return 1; |
| 239 | } |
| 240 | if (this->ReslicePlaneNormal == 1) |
| 241 | { |
| 242 | return 2; |
| 243 | } |
| 244 | return 2; |
| 245 | } |
| 246 | |
| 247 | //------------------------------------------------------------------------------ |
| 248 | int vtkResliceCursorPolyDataAlgorithm::GetOtherPlaneForAxis(int p) |
no outgoing calls
no test coverage detected