SimpleITK  1.2.4
Classes | Namespaces | Functions
sitkImageFileReader.h File Reference
#include "sitkMacro.h"
#include "sitkImage.h"
#include "sitkImageReaderBase.h"
#include "sitkMemberFunctionFactory.h"
+ Include dependency graph for sitkImageFileReader.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  itk::simple::ImageFileReader
 Read an image file and return a SimpleITK Image. More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

SITKIO_EXPORT Image itk::simple::ReadImage (const std::string &filename, PixelIDValueEnum outputPixelType=sitkUnknown, const std::string &imageIO="")
 ReadImage is a procedural interface to the ImageFileReader class which is convenient for most image reading tasks. More...