Classes | Namespaces | Functions
vtkSpyPlotHistoryReaderPrivate.h File Reference
#include <vtksys/SystemTools.hxx>
#include <map>
#include <set>
#include <sstream>
#include <string>
#include <vector>
Include dependency graph for vtkSpyPlotHistoryReaderPrivate.h:

Go to the source code of this file.

Classes

class  SpyPlotHistoryReaderPrivate::TimeStep
 

Namespaces

 SpyPlotHistoryReaderPrivate
 

Functions

template<class T >
bool SpyPlotHistoryReaderPrivate::convert (const std::string &num, T &t)
 
void SpyPlotHistoryReaderPrivate::trim (std::string &string, const std::string &whitespace=" \")
 
int SpyPlotHistoryReaderPrivate::rowFromHeaderCol (const std::string &str)
 
std::string SpyPlotHistoryReaderPrivate::nameFromHeaderCol (const std::string &str)
 
void SpyPlotHistoryReaderPrivate::split (const std::string &s, const char &delim, std::vector< std::string > &elems)
 
void SpyPlotHistoryReaderPrivate::getMetaHeaderInfo (const std::string &s, const char &delim, std::map< std::string, int > &fields, std::map< int, std::string > &lookup)
 
void SpyPlotHistoryReaderPrivate::getTimeStepInfo (const std::string &s, const char &delim, std::map< int, std::string > &lookup, std::map< std::string, std::string > &info)
 
std::vector< std::stringSpyPlotHistoryReaderPrivate::createTableLayoutFromHeader (std::string &header, const char &delim, std::map< int, int > &columnIndexToRowId, std::map< int, std::string > &fieldCols)