KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
mcmcda_data.h File Reference
#include <vector>
#include <set>
#include <string>
#include <algorithm>
#include <iterator>
#include <cmath>
#include <iostream>
#include <functional>
#include <l_cpp/l_exception.h>
#include <m_cpp/m_vector.h>
#include <m_cpp/m_matrix.h>
#include <boost/function.hpp>
#include <boost/bind.hpp>
#include <boost/ref.hpp>
#include <fstream>

Go to the source code of this file.

Classes

class  kjb::mcmcda::Data< Element >
 A class that holds data for the tracking problem. More...
 

Namespaces

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

Functions

template<class Element >
bool kjb::mcmcda::is_neighbor (const Element &y, const Element &y_p, int d, int d_bar, double v_bar, double sg, const typename Data< Element >::Convert &to_vector)
 Returns true if given point is a neighbor of second given point. More...