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

Method StartSlice

Interaction/Style/vtkInteractorStyleImage.cxx:146–153  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

144
145//------------------------------------------------------------------------------
146void vtkInteractorStyleImage::StartSlice()
147{
148 if (this->State != VTKIS_NONE)
149 {
150 return;
151 }
152 this->StartState(VTKIS_SLICE);
153}
154
155//------------------------------------------------------------------------------
156void vtkInteractorStyleImage::EndSlice()

Callers 3

OnLeftButtonDownMethod · 0.95
OnMiddleButtonDownMethod · 0.95
OnRightButtonDownMethod · 0.95

Calls 1

StartStateMethod · 0.80

Tested by

no test coverage detected