cgma
GeomMeasureTool.hpp File Reference
#include "DLIList.hpp"
#include "CGMGeomConfigure.h"
#include <vector>
#include <map>

Go to the source code of this file.

Classes

struct  dist_vert_struct
class  AreaHashTuple
class  GeomMeasureTool
 Calculates measurements and statistics for a given entity. More...

Typedefs

typedef DLIList< GeomPoint * > PointList
typedef DLIList< PointList * > PointLoopList
typedef DLIList< GeomSeg * > SegList
typedef DLIList< SegList * > SegLoopList

Variables

const double GEOM_END_LOWER = 87.0
const double GEOM_END_UPPER = 93.0
const double GEOM_SIDE_LOWER = 177.0
const double GEOM_SIDE_UPPER = 183.0
const double GEOM_CORNER_LOWER = 267.0
const double GEOM_CORNER_UPPER = 273.0
const double GEOM_REVERSAL_LOWER = 355.0

Typedef Documentation

Definition at line 21 of file GeomMeasureTool.hpp.

Definition at line 27 of file GeomMeasureTool.hpp.

typedef DLIList<GeomSeg*> SegList

Definition at line 28 of file GeomMeasureTool.hpp.

Definition at line 29 of file GeomMeasureTool.hpp.


Variable Documentation

const double GEOM_CORNER_LOWER = 267.0

Definition at line 35 of file GeomMeasureTool.hpp.

const double GEOM_CORNER_UPPER = 273.0

Definition at line 36 of file GeomMeasureTool.hpp.

const double GEOM_END_LOWER = 87.0

Definition at line 31 of file GeomMeasureTool.hpp.

const double GEOM_END_UPPER = 93.0

Definition at line 32 of file GeomMeasureTool.hpp.

const double GEOM_REVERSAL_LOWER = 355.0

Definition at line 37 of file GeomMeasureTool.hpp.

const double GEOM_SIDE_LOWER = 177.0

Definition at line 33 of file GeomMeasureTool.hpp.

const double GEOM_SIDE_UPPER = 183.0

Definition at line 34 of file GeomMeasureTool.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines