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

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

Read DicomImage file format. More...

#include <itkDicomImageIO.h>

Inheritance diagram for itk::DicomImageIO:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef DicomImageIO Self
typedef ImageIOBase Superclass
typedef SmartPointer< SelfPointer
typedef itk::DicomImageIO::Bal Tag

Public Member Functions

virtual const char * GetClassName () const
virtual bool CanReadFile (const char *)
virtual void ReadImageInformation ()
virtual const std::type_info & GetPixelType () const
virtual void Read (void *buffer)
virtual unsigned int GetComponentSize () const
virtual bool CanWriteFile (const char *)
virtual void WriteImageInformation ()
virtual void Write (const void *buffer)

Static Public Member Functions

Pointer New ()

Protected Member Functions

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

Detailed Description

Read DicomImage file format.

Definition at line 36 of file itkDicomImageIO.h.


Member Typedef Documentation

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

Reimplemented from itk::ImageIOBase.

Definition at line 42 of file itkDicomImageIO.h.

typedef DicomImageIO itk::DicomImageIO::Self
 

Standard class typedefs.

Reimplemented from itk::ImageIOBase.

Definition at line 40 of file itkDicomImageIO.h.

typedef ImageIOBase itk::DicomImageIO::Superclass
 

Reimplemented from itk::ImageIOBase.

Definition at line 41 of file itkDicomImageIO.h.

typedef struct itk::DicomImageIO::Bal itk::DicomImageIO::Tag
 


Constructor & Destructor Documentation

itk::DicomImageIO::DicomImageIO  )  [protected]
 

itk::DicomImageIO::~DicomImageIO  )  [protected]
 


Member Function Documentation

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

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

Implements itk::ImageIOBase.

virtual bool itk::DicomImageIO::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::DicomImageIO::GetClassName  )  const [virtual]
 

Run-time type information (and related methods).

Reimplemented from itk::ImageIOBase.

virtual unsigned int itk::DicomImageIO::GetComponentSize  )  const [virtual]
 

Compute the size (in bytes) of the components of a pixel. For example, and RGB pixel of unsigned char would have a component size of 1 byte.

Reimplemented from itk::ImageIOBase.

virtual const std::type_info& itk::DicomImageIO::GetPixelType  )  const [virtual]
 

Get the type of the pixel.

Reimplemented from itk::ImageIOBase.

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

Method for creation through the object factory.

Reimplemented from itk::LightProcessObject.

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

Reads the data from disk into the memory buffer provided.

Implements itk::ImageIOBase.

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

Set the spacing and dimension information for the set filename.

Implements itk::ImageIOBase.

virtual void itk::DicomImageIO::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::DicomImageIO::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:40 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000