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

Method ProcessEventsHandler

Interaction/Image/vtkResliceImageViewerMeasurements.cxx:93–106  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

91
92//------------------------------------------------------------------------------
93void vtkResliceImageViewerMeasurements ::ProcessEventsHandler(
94 vtkObject*, unsigned long, void* clientdata, void*)
95{
96 vtkResliceImageViewerMeasurements* self =
97 reinterpret_cast<vtkResliceImageViewerMeasurements*>(clientdata);
98
99 // if ProcessEvents is Off, we ignore all interaction events.
100 if (!self->GetProcessEvents())
101 {
102 return;
103 }
104
105 self->Update();
106}
107
108//------------------------------------------------------------------------------
109void vtkResliceImageViewerMeasurements::Update()

Callers

nothing calls this directly

Calls 2

GetProcessEventsMethod · 0.45
UpdateMethod · 0.45

Tested by

no test coverage detected