------------------------------------------------------------------------------
| 204 | |
| 205 | //------------------------------------------------------------------------------ |
| 206 | int vtkResliceCursorPolyDataAlgorithm::GetAxis2() |
| 207 | { |
| 208 | if (this->ReslicePlaneNormal == 2) |
| 209 | { |
| 210 | return 0; |
| 211 | } |
| 212 | if (this->ReslicePlaneNormal == 1) |
| 213 | { |
| 214 | return 0; |
| 215 | } |
| 216 | return 1; |
| 217 | } |
| 218 | |
| 219 | //------------------------------------------------------------------------------ |
| 220 | int vtkResliceCursorPolyDataAlgorithm::GetPlaneAxis1() |
no outgoing calls
no test coverage detected