#include <list>
#include <map>
#include <vector>
#include <TopoDS_Shape.hxx>
Go to the source code of this file.
Classes | |
struct | GEOMUtils::Range |
Namespaces | |
namespace | GEOMUtils |
Typedefs | |
typedef std::vector< Range > | GEOMUtils::Distribution |
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) |