NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Namespaces | Functions
itkReadImage.h File Reference
Include dependency graph for itkReadImage.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 itk
 

Functions

template<typename TInputImage >
bool itk::ReadImageFromFile (const char *fileInput, const char *description, typename TInputImage::Pointer &image)
 Read an ITK image to a file and print a message. More...
 
template<typename TInputImage >
bool itk::ReadImageFromFile (const char *fileInput, const char *description, typename TInputImage::ConstPointer &image)
 Read an ITK image to a file and print a message. More...
 
template<typename TInputImage >
bool itk::ReadImageFromFile (std::string fileInput, typename TInputImage::Pointer &image, std::string *description=0)
 Read an ITK image to a file and print a message. More...
 
template<typename TInputImage >
bool itk::ReadImageFromFile (std::string fileInput, typename TInputImage::ConstPointer &image, std::string *description=0)
 Read an ITK image to a file and print a message. More...