#include <itkBrains2MaskImageIO.h>
Inheritance diagram for itk::Brains2MaskImageIO:
Public Types | |
typedef Brains2MaskImageIO | Self |
typedef ImageIOBase | Superclass |
typedef SmartPointer< Self > | Pointer |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual bool | CanReadFile (const char *FileNameToRead) |
virtual void | ReadImageInformation () |
virtual void | Read (void *buffer) |
virtual bool | CanWriteFile (const char *FileNameToWrite) |
virtual void | WriteImageInformation () |
virtual void | Write (const void *buffer) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
Brains2MaskImageIO () | |
~Brains2MaskImageIO () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
Definition at line 58 of file itkBrains2MaskImageIO.h.
|
Reimplemented from itk::ImageIOBase. Definition at line 64 of file itkBrains2MaskImageIO.h. |
|
Standard class typedefs. Reimplemented from itk::ImageIOBase. Definition at line 62 of file itkBrains2MaskImageIO.h. |
|
Reimplemented from itk::ImageIOBase. Definition at line 63 of file itkBrains2MaskImageIO.h. |
|
|
|
|
|
Determine if the file can be read with this ImageIO implementation.
Implements itk::ImageIOBase. |
|
Determine if the file can be written with this ImageIO implementation.
Implements itk::ImageIOBase. |
|
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. |
|
Set the spacing and dimension information for the set filename. Implements itk::ImageIOBase. |