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

Contains type definitions specific to each platform. More...

#include <stdexcept>
#include <string>
Include dependency graph for ktypes.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Kalman::KalmanError
 Base class for all exceptions thrown in the Kalman namespace. More...
struct  Kalman::OutOfBoundError
 Exception class for access to out-of-bound elements. More...

Namespaces

namespace  Kalman
 

Contains all classes and functions related to Kalman filtering.


namespace  Kalman::Util
 

Nested namespace in Kalman to avoid name clash with std::swap.


Defines

#define KEND_OF_STREAM
#define KOSTRINGSTREAM   std::ostringstream
#define KSSTREAM_HEADER   <sstream>
#define KTYPENAME   typename

Typedefs

typedef short int Kalman::K_INT_16
 Signed 16-bits integral type.
typedef long int Kalman::K_INT_32
 Signed 32-bits integral type.
typedef float Kalman::K_REAL_32
 32-bits floating point type
typedef double Kalman::K_REAL_64
 64-bits floating point type
typedef unsigned short int Kalman::K_UINT_16
 Unsigned 16-bits integral type.
typedef unsigned long int Kalman::K_UINT_32
 Unsigned 32-bits integral type.

Functions

template<typename T >
void Kalman::Util::swap (T &a, T &b)
 Swaps objects a and b.

Detailed Description

Contains type definitions specific to each platform.

This file can be modified to support different architectures. It also contains some exception classes and helper function definitions.

Definition in file ktypes.hpp.


Define Documentation

#define KEND_OF_STREAM

Definition at line 52 of file ktypes.hpp.

#define KOSTRINGSTREAM   std::ostringstream

Definition at line 51 of file ktypes.hpp.

#define KSSTREAM_HEADER   <sstream>

Definition at line 50 of file ktypes.hpp.

#define KTYPENAME   typename

Definition at line 49 of file ktypes.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