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

Method getComparablePropertyName

source/MRMesh/MRPointMeasurementObject.cpp:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83std::string_view PointMeasurementObject::getComparablePropertyName( std::size_t i ) const
84{
85 (void)i;
86 assert( i == 0 );
87 return "Deviation";
88}
89
90std::optional<PointMeasurementObject::ComparableProperty> PointMeasurementObject::computeComparableProperty( std::size_t i ) const
91{

Callers 2

ImGuiMenu.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected