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

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

ImageIO class for reading VTK images. More...

#include <itkVTKImageIO.h>

Inheritance diagram for itk::VTKImageIO:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef VTKImageIO Self
typedef ImageIOBase Superclass
typedef SmartPointer< SelfPointer

Public Member Functions

virtual const char * GetClassName () const
virtual bool CanReadFile (const char *)
virtual void ReadImageInformation ()
virtual void Read (void *buffer)
virtual bool CanWriteFile (const char *)
virtual void WriteImageInformation ()
virtual void Write (const void *buffer)

Static Public Member Functions

Pointer New ()

Protected Member Functions

 VTKImageIO ()
 ~VTKImageIO ()
void PrintSelf (std::ostream &os, Indent indent) const
bool OpenVTKFileForReading (std::ifstream &os, const char *filename)
bool OpenVTKFileForWriting (std::ofstream &os, const char *filename)
void InternalReadImageInformation (std::ifstream &file)

Detailed Description

ImageIO class for reading VTK images.

Definition at line 39 of file itkVTKImageIO.h.


Member Typedef Documentation

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

Reimplemented from itk::ImageIOBase.

Definition at line 45 of file itkVTKImageIO.h.

typedef VTKImageIO itk::VTKImageIO::Self
 

Standard class typedefs.

Reimplemented from itk::ImageIOBase.

Definition at line 43 of file itkVTKImageIO.h.

typedef ImageIOBase itk::VTKImageIO::Superclass
 

Reimplemented from itk::ImageIOBase.

Definition at line 44 of file itkVTKImageIO.h.


Constructor & Destructor Documentation

itk::VTKImageIO::VTKImageIO  )  [protected]
 

itk::VTKImageIO::~VTKImageIO  )  [protected]
 


Member Function Documentation

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

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

Implements itk::ImageIOBase.

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

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

Implements itk::ImageIOBase.

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

Run-time type information (and related methods).

Reimplemented from itk::ImageIOBase.

void itk::VTKImageIO::InternalReadImageInformation std::ifstream &  file  )  [protected]
 

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

Method for creation through the object factory.

Reimplemented from itk::LightProcessObject.

bool itk::VTKImageIO::OpenVTKFileForReading std::ifstream &  os,
const char *  filename
[protected]
 

bool itk::VTKImageIO::OpenVTKFileForWriting std::ofstream &  os,
const char *  filename
[protected]
 

void itk::VTKImageIO::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::VTKImageIO::Read void *  buffer  )  [virtual]
 

Reads the data from disk into the memory buffer provided.

Implements itk::ImageIOBase.

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

Set the spacing and dimesion information for the current filename.

Implements itk::ImageIOBase.

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

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

Implements itk::ImageIOBase.

virtual void itk::VTKImageIO::WriteImageInformation void   )  [inline, virtual]
 

Writes the spacing and dimentions of the image. Assumes SetFileName has been called with a valid file name.

Implements itk::ImageIOBase.

Definition at line 73 of file itkVTKImageIO.h.


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