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

Method minimum

gui/DataFilterOptions.cxx:67–71  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

65
66//-----------------------------------------------------------------------------
67double DataFilterOptions::minimum() const
68{
69 QTE_D();
70 return qMax(d->minimum, d->UI.minimum->value());
71}
72
73//-----------------------------------------------------------------------------
74double DataFilterOptions::maximum() const

Callers

nothing calls this directly

Calls 1

valueMethod · 0.80

Tested by

no test coverage detected