#include <matlab_file_reader.h>
Definition at line 57 of file matlab_file_reader.h.
fastrack::MatlabFileReader::~MatlabFileReader |
( |
| ) |
|
|
inline |
fastrack::MatlabFileReader::MatlabFileReader |
( |
| ) |
|
|
inlineexplicit |
fastrack::MatlabFileReader::MatlabFileReader |
( |
const std::string & |
file_name | ) |
|
|
inlineexplicit |
void fastrack::MatlabFileReader::Close |
( |
| ) |
|
|
inline |
bool fastrack::MatlabFileReader::IsOpen |
( |
| ) |
|
|
inline |
bool fastrack::MatlabFileReader::Open |
( |
const std::string & |
file_name | ) |
|
bool fastrack::MatlabFileReader::ReadScalar |
( |
const std::string & |
field_name, |
|
|
double * |
value |
|
) |
| |
bool fastrack::MatlabFileReader::ReadScalar |
( |
const std::string & |
field_name, |
|
|
size_t * |
value |
|
) |
| |
bool fastrack::MatlabFileReader::ReadString |
( |
const std::string & |
field_name, |
|
|
std::string * |
value |
|
) |
| |
bool fastrack::MatlabFileReader::ReadVector |
( |
const std::string & |
field_name, |
|
|
std::vector< double > * |
values |
|
) |
| |
bool fastrack::MatlabFileReader::ReadVector |
( |
const std::string & |
field_name, |
|
|
std::vector< size_t > * |
values |
|
) |
| |
mat_t* fastrack::MatlabFileReader::mat_fp_ |
|
private |
The documentation for this class was generated from the following files: