Public Types | Public Member Functions

GeodesicIntegrator< TangentialSpaceType > Class Template Reference
[Classes that operate within a specific coordinate system,]

Abstract interface for computing geodesics in a certain coordinate system. More...

#include <IntegrateGeodesic.hpp>

List of all members.

Public Types

Public Member Functions


Detailed Description

template<class TangentialSpaceType>
class GeodesicIntegrator< TangentialSpaceType >

Abstract interface for computing geodesics in a certain coordinate system.

Parameters:
TangentialSpaceType An instantiation of a TangentialSpace; it must export a Point_t and Vector_t type.