MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / setComparisonTolerance

Method setComparisonTolerance

source/MRMesh/MRPointMeasurementObject.cpp:140–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void PointMeasurementObject::setComparisonTolerance( std::size_t i, std::optional<ComparisonTolerance> newTolerance )
141{
142 (void)i;
143 assert( i == 0 );
144 tolerance_ = newTolerance;
145}
146
147bool PointMeasurementObject::comparisonToleranceIsAlwaysOnlyPositive( std::size_t i ) const
148{

Callers 2

inputToleranceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected