MCPcopy Create free account
hub / github.com/Kitware/VTK / GetPlaneAxis2

Method GetPlaneAxis2

Interaction/Widgets/vtkResliceCursorPolyDataAlgorithm.cxx:234–245  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

232
233//------------------------------------------------------------------------------
234int 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//------------------------------------------------------------------------------
248int vtkResliceCursorPolyDataAlgorithm::GetOtherPlaneForAxis(int p)

Callers 4

RequestDataMethod · 0.95
ManageTextDisplayMethod · 0.80
WidgetInteractionMethod · 0.80
UpdateViewPropsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected