39 #ifndef __OPENFLUID_CORE_GEOVALUE_HPP__ 40 #define __OPENFLUID_CORE_GEOVALUE_HPP__ 62 virtual void tryToOpenSource() = 0;
67 GeoValue(
const std::string& FilePath,
const std::string& FileName);
71 std::string getFilePath();
73 static std::string computeAbsolutePath(
const std::string& FilePath,
const std::string& FileName);
Definition: GeoValue.hpp:52
std::string m_FilePath
Definition: GeoValue.hpp:56
Definition: UnstructuredValue.hpp:49
#define OPENFLUID_API
Definition: dllexport.hpp:87
std::string m_AbsolutePath
Definition: GeoValue.hpp:60
std::string m_FileName
Definition: GeoValue.hpp:58
Definition: ApplicationException.hpp:47