SHAPER  9.12.0
NExplodeTools::CompareShapes Struct Reference

Sort shapes in the list by their coordinates. More...

Inheritance diagram for NExplodeTools::CompareShapes:
Inheritance graph

Public Types

typedef std::unordered_map< GeomShapePtr, std::pair< GeomPointPtr, double >, GeomAPI_Shape::Hash, GeomAPI_Shape::EqualDataMapOfShapeDouble
 

Public Member Functions

 CompareShapes (void(*convertPoint)(gp_Pnt &))
 
bool operator() (const GeomShapePtr &lhs, const GeomShapePtr &rhs)
 

Data Fields

DataMapOfShapeDouble myMap
 
void(* myConvertPoint )(gp_Pnt &)
 

Detailed Description

Sort shapes in the list by their coordinates.