|
STIR
6.3.0
|
implementation of functions to get configuration directory etc More...
#include "stir/find_STIR_config.h"#include "stir/error.h"#include "stir/config.h"#include <iostream>#include <fstream>#include <cstdlib>Namespaces | |
| stir | |
| Namespace for the STIR library (and some/most of its applications) | |
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... | |
implementation of functions to get configuration directory etc
Copyright (C) 2021, National Physical Laboratory Copyright (C) 2022, University College London This file is part of STIR.
SPDX-License-Identifier: Apache-2.0
See STIR/LICENSE.txt for details
1.8.13