#include "GeoCore.h"
#include "BGeometry.h"
#include "boost/shared_ptr.hpp"
Namespaces | |
| namespace | GeoCore |
Classes | |
| class | BAreaGeo |
| Abstract base class for area-type geometries, such as BPolygon, BEllipse, etc. More... | |
Typedefs | |
| typedef boost::shared_ptr < BAreaGeo > | BAreaGeoPtr |
| Defines a shared pointer that can be used to reference a BAreaGeo. | |
Enumerations | |
| enum | EOrientation { eOrientationNone, eOrientationClockwise, eOrientationCounterClockwise } |
| An enumeration that gives the various ways that an area geometry can be oriented. More... | |