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

Method increasePointSize

gui/DepthMapView.cxx:276–284  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

274
275//-----------------------------------------------------------------------------
276void DepthMapView::increasePointSize()
277{
278 QTE_D();
279
280 float pointSize = d->actor->GetProperty()->GetPointSize();
281 d->actor->GetProperty()->SetPointSize(pointSize + 0.5);
282
283 this->render();
284}
285
286//-----------------------------------------------------------------------------
287void DepthMapView::decreasePointSize()

Callers

nothing calls this directly

Calls 1

renderMethod · 0.95

Tested by

no test coverage detected