#include <itkStimulateImageIO.h>
Inheritance diagram for itk::StimulateImageIO:
Public Types | |
typedef StimulateImageIO | 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) |
virtual const float * | GetDisplayRange () const |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
StimulateImageIO () | |
~StimulateImageIO () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
bool | OpenStimulateFileForReading (std::ifstream &os, const char *filename) |
bool | OpenStimulateFileForWriting (std::ofstream &os, const char *filename) |
void | InternalReadImageInformation (std::ifstream &file) |
This is based on the notes from:
http://www.cmrr.umn.edu/stimulate/stimUsersGuide/node57.html
It has been tested on:
ftp://ftp.cmrr.umn.edu/pub/stimulate/data/
Definition at line 56 of file itkStimulateImageIO.h.
|
Reimplemented from itk::ImageIOBase. Definition at line 62 of file itkStimulateImageIO.h. |
|
Standard class typedefs. Reimplemented from itk::ImageIOBase. Definition at line 60 of file itkStimulateImageIO.h. |
|
Reimplemented from itk::ImageIOBase. Definition at line 61 of file itkStimulateImageIO.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 read the file specified. Implements itk::ImageIOBase. |
|
Two values used for applying intensity windowing to the data set. The pair of numbers represent a low value and a hight value. Pixel values below the low_value will be displayed as black and voxels with values above the high_value will be displayed as white. Pixels with values within the display range are displayed with a grey value that is scaled linearly between the low_value and high_value. |
|
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 dimesion information for the current filename. Implements itk::ImageIOBase. |
|
Writes the data to disk from the memory buffer provided. Make sure that the IORegion has been set properly. Implements itk::ImageIOBase. |
|
Writes the spacing and dimentions of the image. Assumes SetFileName has been called with a valid file name. Implements itk::ImageIOBase. Definition at line 90 of file itkStimulateImageIO.h. |