/home/laradmin/lar/utils/kfilter/include/kfilter/kvector.hpp File Reference

Contains the interface of the KVector template class. More...

#include <vector>
#include <string>
#include <iostream>
#include <kfilter/ktypes.hpp>
#include <kfilter/kvector_impl.hpp>
Include dependency graph for kvector.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Kalman::KVector< T, BEG, DBG >
 Minimalist vector template class. More...

Namespaces

namespace  Kalman
 

Contains all classes and functions related to Kalman filtering.


Typedefs

typedef unsigned short Kalman::KVectorContext
 Handle type to a vector printing context.

Functions

KVectorContext Kalman::createKVectorContext (std::string elemDelim=" ", std::string startDelim="", std::string endDelim="", unsigned prec=4)
 Creates a vector printing context.
template<typename T , K_UINT_32 BEG, bool DBG>
std::ostream & Kalman::operator<< (std::ostream &os, const KVector< T, BEG, DBG > &v)
 Writes a vector to a stream.
template<typename T , K_UINT_32 BEG, bool DBG>
std::istream & Kalman::operator>> (std::istream &is, KVector< T, BEG, DBG > &v)
 Reads a vector from a stream.
KVectorContext Kalman::selectKVectorContext (KVectorContext c)
 Selects a vector printing context as the current context.

Variables

KVectorContext Kalman::DEFAULT_VECTOR_CONTEXT = 0
 Default vector printing context object.

Detailed Description

Contains the interface of the KVector template class.

Definition in file kvector.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerator Defines


kfilter
Author(s): Vincent Zalzal, Sylvain Marleau, Richard Gourdeau
autogenerated on Wed Jul 23 04:33:42 2014