41 #ifndef __OPENFLUID_CORE_GEOVALUE_HPP__
42 #define __OPENFLUID_CORE_GEOVALUE_HPP__
72 GeoValue(
const std::string& FilePath,
const std::string& FileName);
Definition: GeoValue.hpp:56
virtual void tryToOpenSource()=0
GeoValue(const std::string &FilePath, const std::string &FileName)
std::string m_FileName
Definition: GeoValue.hpp:61
static std::string computeAbsolutePath(const std::string &FilePath, const std::string &FileName)
std::string m_AbsolutePath
Definition: GeoValue.hpp:63
std::string getFilePath()
std::string m_FilePath
Definition: GeoValue.hpp:59
Definition: UnstructuredValue.hpp:54
#define OPENFLUID_API
Definition: dllexport.hpp:86
Definition: ApplicationException.hpp:47