Public Member Functions

Trajectory< my_alg_type > Class Template Reference

The interface class for trajectories. More...

#include <Trajectory.h>

Inheritance diagram for Trajectory< my_alg_type >:
BaseTrajectory< my_alg_type >

List of all members.

Public Member Functions

 Trajectory (void)
 Trivial constructor.
 Trajectory (std::tr1::shared_ptr< const BaseTrajectory< my_alg_type > > pimpl1)
 Constructor from pointer to implementation.
 ~Trajectory (void)
 Called by virtual destructor in base class.
AbstractSolutionPoint Value (const SCA t, const unsigned int Resolution=11) const
 Value of the path at a point of time.

Detailed Description

template<typename my_alg_type>
class Trajectory< my_alg_type >

The interface class for trajectories.


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