23 #ifndef _GEOMUtils_ShapeStatistics_HXX_
24 #define _GEOMUtils_ShapeStatistics_HXX_
30 #include <TopoDS_Shape.hxx>
35 typedef struct {
double min;
double max;
long count; std::list<long> indices; }
Range;
41 std::list<TopoDS_Shape> shapes,
42 TopAbs_ShapeEnum entity,
48 TopAbs_ShapeEnum entity,
54 std::list<TopoDS_Shape> shapes,
55 TopAbs_ShapeEnum entity,
61 #endif // _GEOMUtils_ShapeStatistics_HXX_