|
GTSAM
4.0.2
C++ library for smoothing and mapping (SAM)
|
#include <Manifold.h>


Public Types | |
| enum | { dimension = Class::dimension } |
| typedef Class | ManifoldType |
| typedef manifold_tag | structure_category |
| typedef Eigen::Matrix< double, dimension, 1 > | TangentVector |
Public Member Functions | |
| GTSAM_CONCEPT_ASSERT (HasManifoldPrereqs< Class >) | |
A helper that implements the traits interface for GTSAM manifolds. To use this for your class type, define: template<> struct traits<Class> : public internal::ManifoldTraits<Class> { };
1.8.13