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

Method GetInteractorStyle

Views/Infovis/vtkRenderView.cxx:187–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187vtkInteractorObserver* vtkRenderView::GetInteractorStyle()
188{
189 if (this->GetInteractor())
190 {
191 return this->GetInteractor()->GetInteractorStyle();
192 }
193 return nullptr;
194}
195
196void vtkRenderView::SetRenderOnMouseMove(bool b)
197{

Callers 15

SetInteractorStyleMethod · 0.95
ProcessEventsMethod · 0.95
SetRenderOnMouseMoveMethod · 0.45
SetInteractionModeMethod · 0.45
ProcessEventsMethod · 0.45
HoverMethod · 0.45
ManipulateAxesMethod · 0.45
SelectDataMethod · 0.45
ZoomMethod · 0.45
PanMethod · 0.45

Calls 1

GetInteractorMethod · 0.45

Tested by 6

__init__Method · 0.36
getMotionFunction · 0.36
TestProteinRibbonFunction · 0.36
testMethod · 0.36