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