GTSAM  4.0.2
C++ library for smoothing and mapping (SAM)
Public Types | Public Member Functions | Static Public Member Functions | List of all members
gtsam::internal::Manifold< Class > Struct Template Reference

Both ManifoldTraits and Testable. More...

#include <Manifold.h>

Inheritance diagram for gtsam::internal::Manifold< Class >:
Inheritance graph
[legend]
Collaboration diagram for gtsam::internal::Manifold< Class >:
Collaboration graph
[legend]

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 >)
 
 GTSAM_CONCEPT_ASSERT (HasTestablePrereqs< Class >)
 

Static Public Member Functions

static TangentVector Local (const Class &origin, const Class &other)
 
static Class Retract (const Class &origin, const TangentVector &v)
 
static int GetDimension (const Class &)
 
static void Print (const Class &m, const std::string &str="")
 
static bool Equals (const Class &m1, const Class &m2, double tol=1e-8)
 

Detailed Description

template<class Class>
struct gtsam::internal::Manifold< Class >

Both ManifoldTraits and Testable.


The documentation for this struct was generated from the following file: