|
fw4spl
|
Class that defines how to read/write in the InrImage file format. More...
#include <itkInrImageIO.hpp>
Inheritance diagram for itk::InrImageIO:
Collaboration diagram for itk::InrImageIO:Public Types | |
| typedef InrImageIO | Self |
| typedef ImageIOBase | SuperClass |
| typedef SmartPointer< Self > | Pointer |
Public Member Functions | |
| itkNewMacro (Self) itkTypeMacro(InrImageIO | |
| virtual Superclass bool | CanReadFile (const char *FileNameToRead) override |
| virtual void | ReadImageInformation () override |
| virtual void | Read (void *buffer) override |
| virtual bool | CanWriteFile (const char *FileNameToWrite) override |
| virtual void | WriteImageInformation () override |
| virtual void | Write (const void *buffer) override |
Protected Member Functions | |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
Class that defines how to read/write in the InrImage file format.
Definition at line 24 of file itkInrImageIO.hpp.
| typedef InrImageIO itk::InrImageIO::Self |
Standard typedef's
Definition at line 28 of file itkInrImageIO.hpp.
|
overridevirtual |
Determine if the file can be read with this ImageIO implementation.
| FileNameToRead | The name of the file to test for reading. |
Definition at line 55 of file itkInrImageIO.cpp.
|
overridevirtual |
Determine if the file can be written with this ImageIO implementation.
| FileNameToWrite | The name of the file to test for writing. |
Definition at line 568 of file itkInrImageIO.cpp.
| itk::InrImageIO::itkNewMacro | ( | Self | ) |
Method for creation through the object factory. Run-time type information (and related methods).
|
overridevirtual |
Reads the data from disk into the memory buffer provided.
Definition at line 409 of file itkInrImageIO.cpp.
|
overridevirtual |
Set the spacing and dimension information for the set filename.
Definition at line 83 of file itkInrImageIO.cpp.
References OSLM_TRACE.
|
overridevirtual |
Writes the data to disk from the memory buffer provided. Make sure that the IORegions has been set properly.
Definition at line 733 of file itkInrImageIO.cpp.
References WriteImageInformation().
Here is the call graph for this function:
|
overridevirtual |
Set the spacing and dimension information for the set filename.
Definition at line 590 of file itkInrImageIO.cpp.
Referenced by Write().
Here is the caller graph for this function: