SimpleITK
|
#include "sitkMacro.h"
#include "sitkPathType.h"
#include "sitkImage.h"
#include "sitkMemberFunctionFactory.h"
#include "sitkIO.h"
#include "sitkProcessObject.h"
#include <memory>
Go to the source code of this file.
Classes | |
class | itk::simple::ImageFileWriter |
Write out a SimpleITK image to the specified file location. More... | |
class | itk::SmartPointer< TObjectType > |
Namespaces | |
itk | |
itk::simple | |
Functions | |
SITKIO_EXPORT void | itk::simple::WriteImage (const Image &image, const PathType &fileName, bool useCompression=false, int compressionLevel=-1) |
WriteImage is a procedural interface to the ImageFileWriter. class which is convenient for many image writing tasks. More... | |