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

Requirements on type to pass it to Manifold template below. More...

#include <Manifold.h>

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

Public Types

enum  { dim = Class::dimension }
 

Public Member Functions

 BOOST_CONCEPT_USAGE (HasManifoldPrereqs)
 

Public Attributes

Class p
 
Class q
 
Eigen::Matrix< double, dim, 1 > v
 
OptionalJacobian< dim, dim > Hp
 
OptionalJacobian< dim, dim > Hq
 
OptionalJacobian< dim, dim > Hv
 

Detailed Description

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

Requirements on type to pass it to Manifold template below.


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