MCPcopy Create free account
hub / github.com/Kitware/TeleSculptor / decreasePointSize

Method decreasePointSize

gui/DepthMapView.cxx:287–295  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

285
286//-----------------------------------------------------------------------------
287void DepthMapView::decreasePointSize()
288{
289 QTE_D();
290
291 float pointSize = d->actor->GetProperty()->GetPointSize() - 0.5;
292 d->actor->GetProperty()->SetPointSize(pointSize < 1 ? 1 : pointSize);
293
294 this->render();
295}
296
297//-----------------------------------------------------------------------------
298void DepthMapView::render()

Callers

nothing calls this directly

Calls 1

renderMethod · 0.95

Tested by

no test coverage detected