#include "GeoCore.h"
#include "BPoint.h"
Namespaces | |
| namespace | GeoCore |
Classes | |
| class | BTransform |
| An abstract base class for objects that transform geometric data. More... | |
Typedefs | |
| typedef boost::shared_ptr < BTransform > | BTransformPtr |
| Defines a shared pointer that can be used to reference a BTransform. | |
| typedef std::vector < BTransformPtr > | BTransformPtrVector |
| Defines a collection of BTransformPtr objects. | |
Enumerations | |
| enum | ETransformType { eCoordTransform, eMathTransform } |
| Enumeration defining the types of transformations. More... | |