Classes | Namespaces | Typedefs | Functions | Variables
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

 Kalman
 Contains all classes and functions related to Kalman filtering.
 

Typedefs

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

Functions

KVectorContext Kalman::createKVectorContext (std::string elemDelim=" ", std::string startDelim="", std::string endDelim="", unsigned prec=4)
 Creates a vector printing context. More...
 
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. More...
 
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. More...
 
KVectorContext Kalman::selectKVectorContext (KVectorContext c)
 Selects a vector printing context as the current context. More...
 

Variables

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

Detailed Description

Contains the interface of the KVector template class.

Definition in file kvector.hpp.



kfilter
Author(s): Jorge Almeida, Vincent Zalzal, Sylvain Marleau, Richard Gourdeau
autogenerated on Mon Mar 2 2015 01:31:45