#include "GeoCore.h"
#include "BGeometry.h"
#include "BVectorizable.h"
#include "BPoint.h"
#include <vector>
Namespaces | |
| namespace | GeoCore |
Classes | |
| class | BPointGeo |
| A geometry object that represents a single point. More... | |
Typedefs | |
| typedef boost::shared_ptr < BPointGeo > | BPointGeoPtr |
| Defines a shared pointer that can be used to reference a BPointGeo. | |
| typedef std::vector < BPointGeo > | BPointGeoVector |
| Defines a collection of BPointGeo objects. | |