#include <itkMetaImageIO.h>
Inheritance diagram for itk::MetaImageIO:
Public Types | |
typedef MetaImageIO | Self |
typedef ImageIOBase | Superclass |
typedef SmartPointer< Self > | Pointer |
Public Methods | |
virtual const char * | GetClassName () const |
virtual bool | CanReadFile (const char *) |
virtual void | ReadImageInformation () |
virtual void | Read (void *buffer) |
MetaImage * | GetMetaImagePointer (void) |
virtual bool | CanWriteFile (const char *) |
virtual void | WriteImageInformation () |
virtual void | Write (const void *buffer) |
virtual void | SetDataFileName (const char *filename) |
Static Public Methods | |
Pointer | New () |
Protected Methods | |
MetaImageIO () | |
~MetaImageIO () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
Definition at line 29 of file itkMetaImageIO.h.
|
Reimplemented from itk::ImageIOBase. Definition at line 35 of file itkMetaImageIO.h. |
|
Standard class typedefs. Reimplemented from itk::ImageIOBase. Definition at line 33 of file itkMetaImageIO.h. |
|
Reimplemented from itk::ImageIOBase. Definition at line 34 of file itkMetaImageIO.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 write the file specified. Implements itk::ImageIOBase. |
|
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 dimension information for the set filename. Implements itk::ImageIOBase. |
|
Set the filename for the Data file. Setting this will make the Writer to use the non-Local mode and save header and data in independent files |
|
Writes the data to disk from the memory buffer provided. Make sure that the IORegions has been set properly. Implements itk::ImageIOBase. |
|
Set the spacing and dimension information for the set filename. Implements itk::ImageIOBase. |