Kalman::MFile Class Reference
#include <MFile.h>
List of all members.
Public Member Functions |
template<typename T , K_UINT_32 BEG, bool DBG> |
int | add (std::string name, Kalman::KMatrix< T, BEG, DBG > &tmpmatrix) |
template<typename T , K_UINT_32 BEG, bool DBG> |
int | add (std::string name, Kalman::KVector< T, BEG, DBG > &tmpvector, int type=ROW_VECTOR) |
template<typename T , K_UINT_32 BEG, bool DBG> |
int | get (std::string name, Kalman::KMatrix< T, BEG, DBG > &tmpmatrix) |
template<typename T , K_UINT_32 BEG, bool DBG> |
int | get (std::string name, Kalman::KVector< T, BEG, DBG > &tmpvector) |
| MFile () |
void | print () |
int | read (char *filename) |
int | save (char *filename) |
| ~MFile () |
Private Member Functions |
bool | add_double (std::string &tmpstr) |
Private Attributes |
std::vector< double > | Data |
std::vector< MFileElement > | VectorMFileElement |
Detailed Description
Definition at line 55 of file MFile.h.
Constructor & Destructor Documentation
Member Function Documentation
template<typename T , K_UINT_32 BEG, bool DBG>
int Kalman::MFile::add |
( |
std::string |
name, |
|
|
Kalman::KMatrix< T, BEG, DBG > & |
tmpmatrix | |
|
) |
| | [inline] |
template<typename T , K_UINT_32 BEG, bool DBG>
int Kalman::MFile::add |
( |
std::string |
name, |
|
|
Kalman::KVector< T, BEG, DBG > & |
tmpvector, |
|
|
int |
type = ROW_VECTOR | |
|
) |
| | [inline] |
bool MFile::add_double |
( |
std::string & |
tmpstr |
) |
[private] |
template<typename T , K_UINT_32 BEG, bool DBG>
int Kalman::MFile::get |
( |
std::string |
name, |
|
|
Kalman::KMatrix< T, BEG, DBG > & |
tmpmatrix | |
|
) |
| | [inline] |
template<typename T , K_UINT_32 BEG, bool DBG>
int Kalman::MFile::get |
( |
std::string |
name, |
|
|
Kalman::KVector< T, BEG, DBG > & |
tmpvector | |
|
) |
| | [inline] |
int MFile::read |
( |
char * |
filename |
) |
|
int MFile::save |
( |
char * |
filename |
) |
|
Member Data Documentation
The documentation for this class was generated from the following files:
- /home/laradmin/lar/utils/kfilter/samples/MFile/MFile.h
- /home/laradmin/lar/utils/kfilter/samples/MFile/MFile.cpp
- /home/laradmin/lar/utils/kfilter/samples/MFile/MFile_impl.hpp