#include <itkNrrdImageIO.h>
Inheritance diagram for itk::NrrdImageIO:
Public Types | |
typedef NrrdImageIO | Self |
typedef ImageIOBase | Superclass |
typedef SmartPointer< Self > | Pointer |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual bool | SupportsDimension (unsigned long) |
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 | |
NrrdImageIO () | |
~NrrdImageIO () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
int | ITKToNrrdComponentType (const ImageIOBase::IOComponentType) const |
ImageIOBase::IOComponentType | NrrdToITKComponentType (const int) const |
Definition at line 39 of file itkNrrdImageIO.h.
|
Reimplemented from itk::ImageIOBase. Definition at line 45 of file itkNrrdImageIO.h. |
|
Standard class typedefs. Reimplemented from itk::ImageIOBase. Definition at line 43 of file itkNrrdImageIO.h. |
|
Reimplemented from itk::ImageIOBase. Definition at line 44 of file itkNrrdImageIO.h. |
|
Definition at line 82 of file itkNrrdImageIO.h. |
|
Definition at line 83 of file itkNrrdImageIO.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. |
|
Run-time type information (and related methods). Reimplemented from itk::ImageIOBase. |
|
Utility functions for converting between enumerated data type representations |
|
Method for creation through the object factory. Reimplemented from itk::LightProcessObject. |
|
Utility functions for converting between enumerated data type representations |
|
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. |
|
The different types of ImageIO's can support data of varying dimensionality. For example, some file formats are strictly 2D while others can support 2D, 3D, or even n-D. This method returns true/false as to whether the ImageIO can support the dimension indicated. Reimplemented from itk::ImageIOBase. |
|
Writes the data to disk from the memory buffer provided. Make sure that the IORegions has been set properly. Implements itk::ImageIOBase. |
|
Set the spacing and dimension information for the set filename. Implements itk::ImageIOBase. |