SimpleITK
1.0.1
|
#include "sitkMacro.h"
#include "sitkImage.h"
#include "sitkImageReaderBase.h"
#include "sitkMemberFunctionFactory.h"
Go to the source code of this file.
Classes | |
class | itk::simple::ImageFileReader |
Read a 2D or 3D image and return a smart pointer to a SimpleITK image. More... | |
Namespaces | |
itk | |
itk::simple | |
Functions | |
SITKIO_EXPORT Image | itk::simple::ReadImage (const std::string &filename, PixelIDValueEnum outputPixelType=sitkUnknown) |
ReadImage is a procedural interface to the ImageFileReader class which is convenient for most image reading tasks. More... | |