STIR 6.4.0
find_STIR_config.h
Go to the documentation of this file.
1
17
18#ifndef __stir_FINDSTIRCONFIG_H
19#define __stir_FINDSTIRCONFIG_H
20
21#include <string>
22#include "stir/common.h"
23START_NAMESPACE_STIR
24
33std::string find_STIR_config_file(const std::string& filename);
34
45std::string get_STIR_config_dir();
46
57std::string get_STIR_doc_dir();
58
70std::string get_STIR_examples_dir();
71
72END_NAMESPACE_STIR
73
74#endif // __stir_FINDSTIRCONFIG_H
basic configuration include file
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
std::string find_STIR_config_file(const std::string &filename)
find full path of a config file
Definition find_STIR_config.cxx:27
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