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

Method ProcessSceneEvents

Views/Context2D/vtkContextInteractorStyle.cxx:84–96  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

82
83//------------------------------------------------------------------------------
84void vtkContextInteractorStyle::ProcessSceneEvents(
85 vtkObject*, unsigned long event, void* clientdata, void* vtkNotUsed(calldata))
86{
87 vtkContextInteractorStyle* self = reinterpret_cast<vtkContextInteractorStyle*>(clientdata);
88 switch (event)
89 {
90 case vtkCommand::ModifiedEvent:
91 self->OnSceneModified();
92 break;
93 default:
94 break;
95 }
96}
97
98//------------------------------------------------------------------------------
99void vtkContextInteractorStyle::ProcessInteractorEvents(

Callers

nothing calls this directly

Calls 1

OnSceneModifiedMethod · 0.95

Tested by

no test coverage detected