#include "GeoCore.h"
#include "BPoint3d.h"
#include "BByteStreamable.h"
#include <vector>
Namespaces | |
| namespace | GeoCore |
Classes | |
| class | BPoint |
| A three-dimensional coordinate point that implements the BByteStreamable interface. More... | |
Typedefs | |
| typedef std::vector < BPoint > | BPointVector |
| Defines a collection of BPoint objects. | |