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

itk::DICOMImageIO2 Class Reference

Read DICOMImage file format. More...

#include <itkDICOMImageIO2.h>

Inheritance diagram for itk::DICOMImageIO2:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef DICOMImageIO2 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 *)

Static Public Member Functions

Pointer New ()

Protected Member Functions

 DICOMImageIO2 ()
virtual ~DICOMImageIO2 ()
void PrintSelf (std::ostream &os, Indent indent) const
void ReadDataCallback (doublebyte group, doublebyte element, DICOMParser::VRTypes type, unsigned char *val, quadbyte len)

Protected Attributes

DICOMParser * m_Parser
DICOMAppHelper * m_AppHelper
unsigned char * m_ImageDataBuffer

Detailed Description

Read DICOMImage file format.

Definition at line 31 of file itkDICOMImageIO2.h.


Member Typedef Documentation

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

Reimplemented from itk::ImageIOBase.

Definition at line 37 of file itkDICOMImageIO2.h.

typedef DICOMImageIO2 itk::DICOMImageIO2::Self
 

Standard class typedefs.

Reimplemented from itk::ImageIOBase.

Definition at line 35 of file itkDICOMImageIO2.h.

typedef ImageIOBase itk::DICOMImageIO2::Superclass
 

Reimplemented from itk::ImageIOBase.

Definition at line 36 of file itkDICOMImageIO2.h.


Constructor & Destructor Documentation

itk::DICOMImageIO2::DICOMImageIO2  )  [protected]
 

virtual itk::DICOMImageIO2::~DICOMImageIO2  )  [protected, virtual]
 


Member Function Documentation

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

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

Implements itk::ImageIOBase.

virtual bool itk::DICOMImageIO2::CanWriteFile const char *   )  [inline, virtual]
 

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

Implements itk::ImageIOBase.

Definition at line 70 of file itkDICOMImageIO2.h.

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

Run-time type information (and related methods).

Reimplemented from itk::ImageIOBase.

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

Method for creation through the object factory.

Reimplemented from itk::LightProcessObject.

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

Reads the data from disk into the memory buffer provided.

Implements itk::ImageIOBase.

void itk::DICOMImageIO2::ReadDataCallback doublebyte  group,
doublebyte  element,
DICOMParser::VRTypes  type,
unsigned char *  val,
quadbyte  len
[protected]
 

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

Set the spacing and dimension information for the set filename.

Implements itk::ImageIOBase.

virtual void itk::DICOMImageIO2::Write const void *   )  [inline, virtual]
 

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

Implements itk::ImageIOBase.

Definition at line 77 of file itkDICOMImageIO2.h.

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

Set the spacing and dimension information for the set filename.

Implements itk::ImageIOBase.

Definition at line 73 of file itkDICOMImageIO2.h.


Member Data Documentation

DICOMAppHelper* itk::DICOMImageIO2::m_AppHelper [protected]
 

Definition at line 86 of file itkDICOMImageIO2.h.

unsigned char* itk::DICOMImageIO2::m_ImageDataBuffer [protected]
 

Definition at line 94 of file itkDICOMImageIO2.h.

DICOMParser* itk::DICOMImageIO2::m_Parser [protected]
 

Definition at line 85 of file itkDICOMImageIO2.h.


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