Medical Imaging Interaction Toolkit  2025.08.99-f7084adb
Medical Imaging Interaction Toolkit
mitkEnvironment.h File Reference
#include <mitkFileSystem.h>
#include <MitkCoreExports.h>
#include <optional>
#include <string>

Go to the source code of this file.

Namespaces

 mitk
 Find image slices visible on a given plane.
 

Functions

MITKCORE_EXPORT std::optional< std::string > mitk::GetEnv (const std::string &name)
 Retrieve the value of an environment variable. More...
 
MITKCORE_EXPORT bool mitk::SetEnv (const std::string &name, const std::string &value)
 Set the value of an environment variable. More...
 
MITKCORE_EXPORT bool mitk::UnsetEnv (const std::string &name)
 Remove an environment variable. More...
 
MITKCORE_EXPORT bool mitk::AddPathEnv (const fs::path &pathEntry)
 Add a directory to the PATH environment variable. More...
 
MITKCORE_EXPORT bool mitk::RemovePathEnv (const fs::path &pathEntry)
 Remove a directory from the PATH environment variable. More...
 

Variables

constexpr char mitk::PATH_ENV_SEPARATOR