14 #ifndef _DataRepController_H_
15 #define _DataRepController_H_
55 const std::vector < std::string > & bindings )
const;
73 const std::vector< std::string > &
74 bindingOptions (
const std::string & name );
78 const std::vector< std::string > &
83 const std::vector < std::string > & names ()
const;
89 DataRep * createDataRep (
const std::string & name );
97 createDataRep (
const std::string & name,
99 const std::vector< std::string > & bindings )
const;
105 const std::vector< std::string > & bindings )
const;
121 #endif // _DataRepController_H_
#define MDL_HIPPOPLOT_API
static DataRepController * s_instance
The pointer to the singleton object.
The base class for data representations.
A singleton class that is the interface between GUI and the DataRep.
std::vector< std::string > m_null_vector
A empty vector of strings.
Base class for DataSource.