#include <itkDICOMImageIO2.h>
Inheritance diagram for itk::DICOMImageIO2:
Public Types | |
typedef DICOMImageIO2 | Self |
typedef ImageIOBase | Superclass |
typedef SmartPointer< Self > | Pointer |
Public Methods | |
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 Methods | |
Pointer | New () |
Protected Methods | |
DICOMImageIO2 () | |
~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 | Parser |
DICOMAppHelper | AppHelper |
unsigned char * | ImageDataBuffer |
Definition at line 30 of file itkDICOMImageIO2.h.
|
Reimplemented from itk::ImageIOBase. Definition at line 36 of file itkDICOMImageIO2.h. |
|
Standard class typedefs. Reimplemented from itk::ImageIOBase. Definition at line 34 of file itkDICOMImageIO2.h. |
|
Reimplemented from itk::ImageIOBase. Definition at line 35 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 69 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 76 of file itkDICOMImageIO2.h. |
|
Set the spacing and dimension information for the set filename. Implements itk::ImageIOBase. Definition at line 72 of file itkDICOMImageIO2.h. |
|
Definition at line 85 of file itkDICOMImageIO2.h. |
|
Definition at line 93 of file itkDICOMImageIO2.h. |
|
Definition at line 84 of file itkDICOMImageIO2.h. |