#include <itkPNGImageIO.h>
Inheritance diagram for itk::PNGImageIO:
Public Types | |
typedef PNGImageIO | Self |
typedef ImageIOBase | Superclass |
typedef SmartPointer< Self > | Pointer |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual bool | CanReadFile (const char *) |
virtual void | ReadImageInformation () |
virtual void | Read (void *buffer) |
virtual void | ReadVolume (void *buffer) |
virtual bool | CanWriteFile (const char *) |
virtual void | WriteImageInformation () |
virtual void | Write (const void *buffer) |
virtual void | SetCompressionLevel (int _arg) |
virtual int | GetCompressionLevel () |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
PNGImageIO () | |
~PNGImageIO () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | WriteSlice (const std::string &fileName, const void *buffer) |
Protected Attributes | |
int | m_CompressionLevel |
Definition at line 36 of file itkPNGImageIO.h.
|
Reimplemented from itk::ImageIOBase. Definition at line 42 of file itkPNGImageIO.h. |
|
Standard class typedefs. Reimplemented from itk::ImageIOBase. Definition at line 40 of file itkPNGImageIO.h. |
|
Reimplemented from itk::ImageIOBase. Definition at line 41 of file itkPNGImageIO.h. |
|
|
|
|
|
Determine the file type. Returns true if this ImageIO can read the file specified. Implements itk::ImageIOBase. |
|
Determine the file type. Returns true if this ImageIO can read the file specified. Implements itk::ImageIOBase. |
|
Set/Get the level of compression for the output images. 0-9; 0 = none, 9 = maximum. |
|
Run-time type information (and related methods). Reimplemented from itk::ImageIOBase. |
|
Method for creation through the object factory. Reimplemented from itk::LightProcessObject. |
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::ImageIOBase. |
|
Reads the data from disk into the memory buffer provided. Implements itk::ImageIOBase. |
|
Set the spacing and diemention information for the set filename. Implements itk::ImageIOBase. |
|
Reads 3D data from multiple files assuming one slice per file. |
|
Set/Get the level of compression for the output images. 0-9; 0 = none, 9 = maximum. |
|
Writes the data to disk from the memory buffer provided. Make sure that the IORegion has been set properly. Implements itk::ImageIOBase. |
|
Writes the spacing and dimentions of the image. Assumes SetFileName has been called with a valid file name. Implements itk::ImageIOBase. |
|
|
|
Determines the level of compression for written files. Range 0-9; 0 = none, 9 = maximum , default = 4 Definition at line 94 of file itkPNGImageIO.h. |