SHAPER  9.13.0
GeomAPI_Curve::Comparator Class Reference

Compare addresses of curves. More...

Public Member Functions

GEOMAPI_EXPORT bool operator() (const std::shared_ptr< GeomAPI_Curve > &theCurve1, const std::shared_ptr< GeomAPI_Curve > &theCurve2) const
 Return true if the address of the first curve is less than the address of the second. More...
 

Detailed Description

Compare addresses of curves.

Member Function Documentation

◆ operator()()

bool GeomAPI_Curve::Comparator::operator() ( const std::shared_ptr< GeomAPI_Curve > &  theCurve1,
const std::shared_ptr< GeomAPI_Curve > &  theCurve2 
) const

Return true if the address of the first curve is less than the address of the second.