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

Method GetAxis2

Interaction/Widgets/vtkResliceCursorPolyDataAlgorithm.cxx:206–217  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

204
205//------------------------------------------------------------------------------
206int 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//------------------------------------------------------------------------------
220int vtkResliceCursorPolyDataAlgorithm::GetPlaneAxis1()

Callers 3

RequestDataMethod · 0.95
UpdatePlaneMethod · 0.45
PickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected