#include <sot/core/reader.hh>
|
| typedef std::list< std::vector< double > > | DataType |
| |
|
| dynamicgraph::Vector & | getNextData (dynamicgraph::Vector &res, const unsigned int time) |
| |
| dynamicgraph::Matrix & | getNextMatrix (dynamicgraph::Matrix &res, const unsigned int time) |
| |
| void | resize (const int &nbRow, const int &nbCol) |
| |
◆ DataType
◆ sotReader()
| sotReader::sotReader |
( |
const std::string |
n | ) |
|
◆ ~sotReader()
| virtual sotReader::~sotReader |
( |
void |
| ) |
|
|
inlinevirtual |
◆ clear()
| void sotReader::clear |
( |
void |
| ) |
|
◆ display()
| void sotReader::display |
( |
std::ostream & |
os | ) |
const |
◆ getNextData()
| dynamicgraph::Vector& sotReader::getNextData |
( |
dynamicgraph::Vector & |
res, |
|
|
const unsigned int |
time |
|
) |
| |
|
protected |
◆ getNextMatrix()
| dynamicgraph::Matrix& sotReader::getNextMatrix |
( |
dynamicgraph::Matrix & |
res, |
|
|
const unsigned int |
time |
|
) |
| |
|
protected |
◆ initCommands()
| virtual void sotReader::initCommands |
( |
| ) |
|
|
virtual |
◆ load()
| void sotReader::load |
( |
const std::string & |
filename | ) |
|
◆ resize()
| void sotReader::resize |
( |
const int & |
nbRow, |
|
|
const int & |
nbCol |
|
) |
| |
|
protected |
◆ rewind()
| void sotReader::rewind |
( |
void |
| ) |
|
◆ cols
◆ currentData
| DataType::const_iterator sotReader::currentData |
|
protected |
◆ dataSet
◆ iteratorSet
| bool sotReader::iteratorSet |
|
protected |
◆ matrixSOUT
| SignalTimeDependent<dynamicgraph::Matrix, int> sotReader::matrixSOUT |
◆ rows
◆ selectionSIN
| SignalPtr<Flags, int> sotReader::selectionSIN |
◆ vectorSOUT
| SignalTimeDependent<dynamicgraph::Vector, int> sotReader::vectorSOUT |
The documentation for this class was generated from the following file: