#include "GeoCore.h"
#include "BSegment.h"
#include "BResamplable.h"
#include "boost/shared_ptr.hpp"
Namespaces | |
| namespace | GeoCore |
Classes | |
| class | BLine |
| A geometry object that represents a straight line segment connecting two points. More... | |
Typedefs | |
| typedef boost::shared_ptr < BLine > | BLinePtr |
| Defines a shared pointer that can be used to reference a BLine. | |