|
STIR
6.3.0
|
|
Files | |
| file | find_STIR_config.cxx |
| implementation of functions to get configuration directory etc | |
| file | RadionuclideDB.cxx |
| Implementation of class stir::RadionuclideDB. | |
| file | find_STIR_config.h |
| Declaration of functions to get configuration directory etc. | |
| file | Radionuclide.h |
| Declaration of class stir::Radionuclide. | |
| file | RadionuclideDB.h |
| Declaration of class stir::RadionuclideDB. | |
| file | test_radionuclide.cxx |
| A simple program to test stir::RadionuclideDB and stir::Radionuclide. | |
Namespaces | |
| stir | |
| Namespace for the STIR library (and some/most of its applications) | |
Classes | |
| class | stir::Radionuclide |
| A class for storing radionuclide information. More... | |
| class | stir::RadionuclideTest |
| Class with tests for stir::RadionuclideDB and stir::Radionuclide. More... | |
Functions | |
| std::string | stir::find_STIR_config_file (const std::string &filename) |
| find full path of a config file More... | |
| std::string | stir::get_STIR_config_dir () |
| find string with the (full) path of the directory where looks for STIR configuration files More... | |
| std::string | stir::get_STIR_doc_dir () |
| find string with the (full) path of the directory where the STIR documentation was installed More... | |
| std::string | stir::get_STIR_examples_dir () |
| find string with the (full) path of the directory where the STIR examples are installed More... | |
| std::string stir::find_STIR_config_file | ( | const std::string & | filename | ) |
find full path of a config file
Does a brief check if the file can be opened.
References stir::get_STIR_config_dir().
| std::string stir::get_STIR_config_dir | ( | ) |
find string with the (full) path of the directory where looks for STIR configuration files
First checks an environment variable STIR_CONFIG_DIR. If that isn't set, it returns the value of the STIR_CONFIG_DIR CMake variable set at build time (which has a default location in the installation directory).
Referenced by stir::find_STIR_config_file().
| std::string stir::get_STIR_doc_dir | ( | ) |
find string with the (full) path of the directory where the STIR documentation was installed
First checks an environment variable STIR_DOC_DIR. If that isn't set, it returns the value of the STIR_DOC_DIR CMake variable set at build time (which has a default location in the installation directory).
Referenced by stir::get_STIR_examples_dir().
| std::string stir::get_STIR_examples_dir | ( | ) |
find string with the (full) path of the directory where the STIR examples are installed
First checks an environment variable STIR_DOC_DIR. If that isn't set, it uses the value of the STIR_DOC_DIR CMake variable set at build time (which has a default location in the installation directory). At present, this function then simply adds "/examples" .
References stir::get_STIR_doc_dir().
1.8.13