39 #ifndef __OPENFLUID_CORE_GEOVALUE_HPP__ 
   40 #define __OPENFLUID_CORE_GEOVALUE_HPP__ 
   46 namespace openfluid { 
namespace core {
 
   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);
 
std::string m_FilePath
Definition: GeoValue.hpp:56
Definition: GeoValue.hpp:52
std::string m_AbsolutePath
Definition: GeoValue.hpp:60
Definition: UnstructuredValue.hpp:49
std::string m_FileName
Definition: GeoValue.hpp:58
#define OPENFLUID_API
Definition: dllexport.hpp:87