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

Method initializeFilters

gui/DepthMapFilterOptions.cxx:136–147  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

134
135//-----------------------------------------------------------------------------
136void DepthMapFilterOptions::initializeFilters(double wMin, double wMax,
137 double uMin, double uMax)
138{
139 QTE_D();
140
141 d->initialWeightMin = wMin;
142 d->initialWeightMax = wMax;
143 d->initialUncertMin = uMin;
144 d->initialUncertMax = uMax;
145
146 resetFilters();
147}
148
149//-----------------------------------------------------------------------------
150bool DepthMapFilterOptions::isFilterPersistent() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected