Contains the interface of the KVector
template class.
More...
#include <vector>
#include <string>
#include <iostream>
#include <kfilter/ktypes.hpp>
#include <kfilter/kvector_impl.hpp>
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. |
Contains the interface of the KVector
template class.
Definition in file kvector.hpp.