KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
mcmcda_track.h File Reference
#include <mcmcda_cpp/mcmcda_data.h>
#include <map>
#include <l_cpp/l_exception.h>
#include <m_cpp/m_vector.h>
#include <prob_cpp/prob_distribution.h>
#include <prob_cpp/prob_sample.h>

Go to the source code of this file.

Classes

class  kjb::mcmcda::Generic_track< E >
 A class that represents a generic MCMCDA track. More...
 

Namespaces

 kjb
 Classes and functions for dealing with trajectory files.
 
 kjb::mcmcda
 

Functions

template<class Element >
void kjb::mcmcda::swap_tracks (Generic_track< Element > &track1, Generic_track< Element > &track2, int t1, int tp1, int t2, int tq1)
 Mergest two tracks. More...
 
template<class E >
bool kjb::mcmcda::operator== (const Generic_track< E > &t1, const Generic_track< E > &t2)
 Compare two generic tracks. More...
 
template<class E >
bool kjb::mcmcda::operator!= (const Generic_track< E > &t1, const Generic_track< E > &t2)
 Compare two generic tracks. More...
 
template<class Element >
bool kjb::mcmcda::operator< (const Generic_track< Element > &t1, const Generic_track< Element > &t2)
 Compare two generic tracks. More...