STIR  6.2.0
find_STIR_config.h
Go to the documentation of this file.
1 
18 #ifndef __stir_FINDSTIRCONFIG_H
19 #define __stir_FINDSTIRCONFIG_H
20 
21 #include <string>
22 #include "stir/common.h"
23 START_NAMESPACE_STIR
24 
33 std::string find_STIR_config_file(const std::string& filename);
34 
45 std::string get_STIR_config_dir();
46 
57 std::string get_STIR_doc_dir();
58 
70 std::string get_STIR_examples_dir();
71 
72 END_NAMESPACE_STIR
73 
74 #endif // __stir_FINDSTIRCONFIG_H
std::string find_STIR_config_file(const std::string &filename)
find full path of a config file
Definition: find_STIR_config.cxx:27
basic configuration include file
std::string get_STIR_config_dir()
find string with the (full) path of the directory where looks for STIR configuration files ...
Definition: find_STIR_config.cxx:43
std::string get_STIR_examples_dir()
find string with the (full) path of the directory where the STIR examples are installed ...
Definition: find_STIR_config.cxx:63
std::string get_STIR_doc_dir()
find string with the (full) path of the directory where the STIR documentation was installed ...
Definition: find_STIR_config.cxx:53