Medical Imaging Interaction Toolkit  2023.12.99-63768887
Medical Imaging Interaction Toolkit
mitkSplitParameterToVector.h File Reference
#include "MitkCLUtilitiesExports.h"
#include <string>
#include <vector>

Go to the source code of this file.

Namespaces

 mitk
 Find image slices visible on a given plane.
 
 mitk::cl
 

Functions

std::vector< double > MITKCLUTILITIES_EXPORT mitk::cl::splitDouble (std::string str, char delimiter)
 
std::vector< int > MITKCLUTILITIES_EXPORT mitk::cl::splitInt (std::string str, char delimiter)
 
std::vector< std::string > MITKCLUTILITIES_EXPORT mitk::cl::splitString (std::string str, char delimiter)