#include <itkLSMImageIO.h>
Inheritance diagram for itk::LSMImageIO:
Public Types | |
typedef LSMImageIO | Self |
typedef ImageIOBase | Superclass |
typedef SmartPointer< Self > | Pointer |
Public Member Functions | |
virtual const char * | GetNameOfClass () 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 *buffer) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
LSMImageIO () | |
~LSMImageIO () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
Definition at line 38 of file itkLSMImageIO.h.
|
Reimplemented from itk::TIFFImageIO. Definition at line 44 of file itkLSMImageIO.h. |
|
Standard class typedefs. Reimplemented from itk::TIFFImageIO. Definition at line 42 of file itkLSMImageIO.h. |
|
Reimplemented from itk::TIFFImageIO. Definition at line 43 of file itkLSMImageIO.h. |
|
|
|
|
|
Determine the file type. Returns true if this ImageIO can read the file specified. Reimplemented from itk::TIFFImageIO. |
|
Determine the file type. Returns true if this ImageIO can read the file specified. Reimplemented from itk::TIFFImageIO. |
|
Run-time type information (and related methods). Reimplemented from itk::TIFFImageIO. |
|
Method for creation through the object factory. Reimplemented from itk::TIFFImageIO. |
|
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::TIFFImageIO. |
|
Reads the data from disk into the memory buffer provided. Reimplemented from itk::TIFFImageIO. |
|
Set the spacing and dimesion information for the current filename. Reimplemented from itk::TIFFImageIO. |
|
Writes the data to disk from the memory buffer provided. Make sure that the IORegion has been set properly. Reimplemented from itk::TIFFImageIO. |
|
Writes the spacing and dimentions of the image. Assumes SetFileName has been called with a valid file name. Reimplemented from itk::TIFFImageIO. Definition at line 72 of file itkLSMImageIO.h. |