#include <itkDICOMImageIO2.h>
Inheritance diagram for itk::DICOMImageIO2:
Public Types | |
typedef DICOMImageIO2 | Self |
typedef ImageIOBase | Superclass |
typedef SmartPointer< Self > | Pointer |
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 |
Definition at line 31 of file itkDICOMImageIO2.h.
|
Reimplemented from itk::ImageIOBase. Definition at line 37 of file itkDICOMImageIO2.h. |
|
Standard class typedefs. Reimplemented from itk::ImageIOBase. Definition at line 35 of file itkDICOMImageIO2.h. |
|
Reimplemented from itk::ImageIOBase. Definition at line 36 of file itkDICOMImageIO2.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. Definition at line 70 of file itkDICOMImageIO2.h. |
|
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.
|
|
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. |
|
Set the spacing and dimension information for the set filename. Implements itk::ImageIOBase. Definition at line 73 of file itkDICOMImageIO2.h. |
|
Definition at line 86 of file itkDICOMImageIO2.h. |
|
Definition at line 94 of file itkDICOMImageIO2.h. |
|
Definition at line 85 of file itkDICOMImageIO2.h. |