#include "GeoCore.h"
#include "BPoint.h"
#include "BByteStreamable.h"
#include <vector>
#include <memory>
Namespaces | |
| namespace | GeoCore |
Classes | |
| class | BPoints |
| A ordered collection of BPoint objects. More... | |
Typedefs | |
| typedef boost::shared_ptr < BPoints > | BPointsPtr |
| Defines a shared pointer that can be used to reference a BPoints object. | |
| typedef std::vector < BPointsPtr > | BPointsPtrVector |