Medical Imaging Interaction Toolkit
2025.08.99-f7084adb
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkEnvironment_h
14 #define mitkEnvironment_h
MITKCORE_EXPORT std::optional< std::string > GetEnv(const std::string &name)
Retrieve the value of an environment variable.
MITKCORE_EXPORT bool UnsetEnv(const std::string &name)
Remove an environment variable.
MITKCORE_EXPORT bool AddPathEnv(const fs::path &pathEntry)
Add a directory to the PATH environment variable.
Find image slices visible on a given plane.
constexpr char PATH_ENV_SEPARATOR
MITKCORE_EXPORT bool RemovePathEnv(const fs::path &pathEntry)
Remove a directory from the PATH environment variable.
MITKCORE_EXPORT bool SetEnv(const std::string &name, const std::string &value)
Set the value of an environment variable.