Classes | |
| class | TimeStep |
Functions | |
| template<class T > | |
| bool | convert (const std::string &num, T &t) |
| void | trim (std::string &string, const std::string &whitespace=" \") |
| int | rowFromHeaderCol (const std::string &str) |
| std::string | nameFromHeaderCol (const std::string &str) |
| void | split (const std::string &s, const char &delim, std::vector< std::string > &elems) |
| void | getMetaHeaderInfo (const std::string &s, const char &delim, std::map< std::string, int > &fields, std::map< int, std::string > &lookup) |
| void | getTimeStepInfo (const std::string &s, const char &delim, std::map< int, std::string > &lookup, std::map< std::string, std::string > &info) |
| std::vector< std::string > | createTableLayoutFromHeader (std::string &header, const char &delim, std::map< int, int > &columnIndexToRowId, std::map< int, std::string > &fieldCols) |
| bool SpyPlotHistoryReaderPrivate::convert | ( | const std::string & | num, |
| T & | t | ||
| ) |
Definition at line 50 of file vtkSpyPlotHistoryReaderPrivate.h.
| void SpyPlotHistoryReaderPrivate::trim | ( | std::string & | string, |
| const std::string & | whitespace = " \t\"" |
||
| ) |
Definition at line 58 of file vtkSpyPlotHistoryReaderPrivate.h.
| int SpyPlotHistoryReaderPrivate::rowFromHeaderCol | ( | const std::string & | str | ) |
Definition at line 73 of file vtkSpyPlotHistoryReaderPrivate.h.
| std::string SpyPlotHistoryReaderPrivate::nameFromHeaderCol | ( | const std::string & | str | ) |
Definition at line 87 of file vtkSpyPlotHistoryReaderPrivate.h.
| void SpyPlotHistoryReaderPrivate::split | ( | const std::string & | s, |
| const char & | delim, | ||
| std::vector< std::string > & | elems | ||
| ) |
Definition at line 101 of file vtkSpyPlotHistoryReaderPrivate.h.
| void SpyPlotHistoryReaderPrivate::getMetaHeaderInfo | ( | const std::string & | s, |
| const char & | delim, | ||
| std::map< std::string, int > & | fields, | ||
| std::map< int, std::string > & | lookup | ||
| ) |
Definition at line 114 of file vtkSpyPlotHistoryReaderPrivate.h.
| void SpyPlotHistoryReaderPrivate::getTimeStepInfo | ( | const std::string & | s, |
| const char & | delim, | ||
| std::map< int, std::string > & | lookup, | ||
| std::map< std::string, std::string > & | info | ||
| ) |
Definition at line 147 of file vtkSpyPlotHistoryReaderPrivate.h.
| std::vector<std::string> SpyPlotHistoryReaderPrivate::createTableLayoutFromHeader | ( | std::string & | header, |
| const char & | delim, | ||
| std::map< int, int > & | columnIndexToRowId, | ||
| std::map< int, std::string > & | fieldCols | ||
| ) |
Definition at line 174 of file vtkSpyPlotHistoryReaderPrivate.h.
1.8.13 on Tue May 18 2021