#include "GEOMUtils_ShapeStatistics.hxx"#include <BRepGProp.hxx>#include <GProp_GProps.hxx>#include <TopExp.hxx>#include <TopExp_Explorer.hxx>#include <TopTools_IndexedMapOfShape.hxx>Namespaces | |
| namespace | GEOMUtils |
Functions | |
| std::map< int, double > | GEOMUtils::ComputeMeasures (std::list< TopoDS_Shape > shapes, TopAbs_ShapeEnum entity, Range &range) |
| Distribution | GEOMUtils::ComputeDistribution (TopoDS_Shape shape, TopAbs_ShapeEnum entity, int intervals, Range range) |
| Distribution | GEOMUtils::ComputeDistribution (std::list< TopoDS_Shape > shapes, TopAbs_ShapeEnum entity, int nbIntervals, Range range) |