Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::MetaImageIO Class Reference
[Input and Output Filters]

Read MetaImage file format. More...

#include <itkMetaImageIO.h>

Inheritance diagram for itk::MetaImageIO:

Inheritance graph
[legend]
Collaboration diagram for itk::MetaImageIO:

Collaboration graph
[legend]
List of all members.

Public Types

typedef MetaImageIO Self
typedef ImageIOBase Superclass
typedef SmartPointer< SelfPointer

Public Member Functions

virtual const char * GetClassName () const
virtual bool SupportsDimension (unsigned long)
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 Member Functions

Pointer New ()

Protected Member Functions

 MetaImageIO ()
 ~MetaImageIO ()
void PrintSelf (std::ostream &os, Indent indent) const

Detailed Description

Read MetaImage file format.

Definition at line 36 of file itkMetaImageIO.h.


Member Typedef Documentation

typedef SmartPointer<Self> itk::MetaImageIO::Pointer
 

Reimplemented from itk::ImageIOBase.

Definition at line 42 of file itkMetaImageIO.h.

typedef MetaImageIO itk::MetaImageIO::Self
 

Standard class typedefs.

Reimplemented from itk::ImageIOBase.

Definition at line 40 of file itkMetaImageIO.h.

typedef ImageIOBase itk::MetaImageIO::Superclass
 

Reimplemented from itk::ImageIOBase.

Definition at line 41 of file itkMetaImageIO.h.


Constructor & Destructor Documentation

itk::MetaImageIO::MetaImageIO  )  [protected]
 

itk::MetaImageIO::~MetaImageIO  )  [protected]
 


Member Function Documentation

virtual bool itk::MetaImageIO::CanReadFile const char *   )  [virtual]
 

Determine the file type. Returns true if this ImageIO can read the file specified.

Implements itk::ImageIOBase.

virtual bool itk::MetaImageIO::CanWriteFile const char *   )  [virtual]
 

Determine the file type. Returns true if this ImageIO can write the file specified.

Implements itk::ImageIOBase.

virtual const char* itk::MetaImageIO::GetClassName  )  const [virtual]
 

Run-time type information (and related methods).

Reimplemented from itk::ImageIOBase.

MetaImage* itk::MetaImageIO::GetMetaImagePointer void   ) 
 

Pointer itk::MetaImageIO::New  )  [static]
 

Method for creation through the object factory.

Reimplemented from itk::LightProcessObject.

void itk::MetaImageIO::PrintSelf std::ostream &  os,
Indent  indent
const [protected, virtual]
 

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.

virtual void itk::MetaImageIO::Read void *  buffer  )  [virtual]
 

Reads the data from disk into the memory buffer provided.

Implements itk::ImageIOBase.

virtual void itk::MetaImageIO::ReadImageInformation  )  [virtual]
 

Set the spacing and dimension information for the set filename.

Implements itk::ImageIOBase.

virtual void itk::MetaImageIO::SetDataFileName const char *  filename  )  [virtual]
 

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

virtual bool itk::MetaImageIO::SupportsDimension unsigned  long  )  [inline, virtual]
 

The different types of ImageIO's can support data of varying dimensionality. For example, some file formats are strictly 2D while others can support 2D, 3D, or even n-D. This method returns true/false as to whether the ImageIO can support the dimension indicated.

Reimplemented from itk::ImageIOBase.

Definition at line 55 of file itkMetaImageIO.h.

virtual void itk::MetaImageIO::Write const void *  buffer  )  [virtual]
 

Writes the data to disk from the memory buffer provided. Make sure that the IORegions has been set properly.

Implements itk::ImageIOBase.

virtual void itk::MetaImageIO::WriteImageInformation  )  [virtual]
 

Set the spacing and dimension information for the set filename.

Implements itk::ImageIOBase.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 03:14:56 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000