#include <VISU_TableReader.hxx>

Data Structures | |
| struct | TRow |
Public Types | |
| typedef std::string | TValue |
| typedef std::vector< TValue > | TValues |
| typedef std::vector< TRow > | TRows |
Public Member Functions | |
| int | Check () |
| void | getColumns (TTable2D &theTable2D) const |
Data Fields | |
| std::string | myTitle |
| std::vector< std::string > | myColumnUnits |
| std::vector< std::string > | myColumnTitles |
| TRows | myRows |
| typedef std::string VISU.TTable2D.TValue |
| typedef std::vector<TValue> VISU.TTable2D.TValues |
| typedef std::vector<TRow> VISU.TTable2D.TRows |
| int VISU.TTable2D::Check | ( | ) |
| void VISU.TTable2D::getColumns | ( | VISU::TTable2D & | theTable2D | ) | const |
| std::vector<std::string> VISU.TTable2D.myColumnUnits |
| std::vector<std::string> VISU.TTable2D.myColumnTitles |