#include "GeoCore.h"
#include "BGeometry.h"
#include "BResampNode.h"
#include "BResampLink.h"
#include "boost/shared_ptr.hpp"
Namespaces | |
| namespace | GeoCore |
Classes | |
| class | BResamplable |
| An interface for geometry objects that can be be resampled. More... | |
Typedefs | |
| typedef boost::shared_ptr < BResamplable > | BResamplablePtr |
| Defines a shared pointer that can be used to reference a BResamplable object. | |
Functions | |
| void | DoResample (BResampNodeVector &nodes, BResampLinkVector &links, BResampLinkPtrVector &heap, UInt32 numOutPoints, bool isClosedPath) |
| BPointsPtr | ResamplePoints (const BPoints &inPoints, UInt32 numOutPoints, bool isClosed) |