Medical Imaging Interaction Toolkit  2023.12.99-ed252ae7
Medical Imaging Interaction Toolkit
mitkLexicalCast.h File Reference
#include <boost/lexical_cast.hpp>

Go to the source code of this file.

Namespaces

 mitk
 Find image slices visible on a given plane.
 
 boost
 

Functions

template<typename Target >
Target mitk::lexical_cast (const std::string &arg)
 
template<>
float boost::lexical_cast< float, std::string > (const std::string &arg)
 
template<>
double boost::lexical_cast< double, std::string > (const std::string &arg)
 
template<>
long double boost::lexical_cast< long double, std::string > (const std::string &arg)