Public Member Functions

Path< my_alg_type > Class Template Reference

The interface class through which all rough paths are used. More...

#include <Path.h>

Inheritance diagram for Path< my_alg_type >:
BasePath< my_alg_type >

List of all members.

Public Member Functions

 Path (void)
 Trivial constructor.
 Path (std::tr1::shared_ptr< const BasePath< my_alg_type > > pimpl1)
 Constructor from pointer to implementation.
 ~Path (void)
 Called by virtual destructor in base class.
LIE DescribePath (const dyadic_interval &di, const int accuracy) const
 Describe the path over a dyadic interval.
LIE DescribePath (const dyadic_interval &di) const
 Describe the path over a dyadic interval using the default accuracy deduced from the interval.

Detailed Description

template<typename my_alg_type>
class Path< my_alg_type >

The interface class through which all rough paths are used.

It only allows const access to the path.


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