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

Method GetAxis1

Interaction/Widgets/vtkResliceCursorPolyDataAlgorithm.cxx:192–203  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

190
191//------------------------------------------------------------------------------
192int 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//------------------------------------------------------------------------------
206int vtkResliceCursorPolyDataAlgorithm::GetAxis2()

Callers 4

RequestDataMethod · 0.95
UpdatePlaneMethod · 0.45
PickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected