Searched refs:min_weight_ (Results 1 – 3 of 3) sorted by relevance
57 min_weight_ (.3f), in Integration()103 if (!std::isnan (pt_d.x) && weight > min_weight_) in reconstructMesh()115 if (!std::isnan (pt_d.x) && weight > min_weight_) in reconstructMesh()165 if (!std::isnan (pt_d_0.x) && weight > min_weight_) in reconstructMesh()244 if (!std::isnan (pt_d.x) && weight > min_weight_) in merge()259 if (!std::isnan (pt_d.x) && weight > min_weight_) in merge()310 if (!std::isnan (pt_d_0.x) && weight > min_weight_) in merge()
213 float min_weight_; variable
5404 double min_weight_; member5408 : min_weight_(NumericTraits<double>::max()), in Impl()5414 min_weight_ = NumericTraits<double>::max(); in reset()5427 if(o.min_weight_ < min_weight_) in operator +=()5429 min_weight_ = o.min_weight_; in operator +=()5441 if(weight < min_weight_) in update()5443 min_weight_ = weight; in update()