Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::StimulateImageIO Class Reference
[Input and Output Filters]

ImageIO class for reading SDT/SPR (Stimulate) images This format is similar to a MetaImageIO file: The user should specify the .spr file (not the data file : .sdt). More...

#include <itkStimulateImageIO.h>

Inheritance diagram for itk::StimulateImageIO:

Inheritance graph
[legend]
Collaboration diagram for itk::StimulateImageIO:

Collaboration graph
[legend]
List of all members.

Public Types

typedef StimulateImageIO Self
typedef ImageIOBase Superclass
typedef SmartPointer< SelfPointer

Public Member Functions

virtual const char * GetClassName () 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)

Detailed Description

ImageIO class for reading SDT/SPR (Stimulate) images This format is similar to a MetaImageIO file: The user should specify the .spr file (not the data file : .sdt).

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/

Warning:
Beware of the scalar range of some files (See GetDisplayRange).
Author:
Mathieu Malaterre CREATIS team at INSA - Lyon 2002 http://www.creatis.insa-lyon.fr

Definition at line 55 of file itkStimulateImageIO.h.


Member Typedef Documentation

typedef SmartPointer<Self> itk::StimulateImageIO::Pointer
 

Reimplemented from itk::ImageIOBase.

Definition at line 61 of file itkStimulateImageIO.h.

typedef StimulateImageIO itk::StimulateImageIO::Self
 

Standard class typedefs.

Reimplemented from itk::ImageIOBase.

Definition at line 59 of file itkStimulateImageIO.h.

typedef ImageIOBase itk::StimulateImageIO::Superclass
 

Reimplemented from itk::ImageIOBase.

Definition at line 60 of file itkStimulateImageIO.h.


Constructor & Destructor Documentation

itk::StimulateImageIO::StimulateImageIO  )  [protected]
 

itk::StimulateImageIO::~StimulateImageIO  )  [protected]
 


Member Function Documentation

virtual bool itk::StimulateImageIO::CanReadFile const char *   )  [virtual]
 

Determine the file type. Returns true if this ImageIO can read the file specified.

Implements itk::ImageIOBase.

virtual bool itk::StimulateImageIO::CanWriteFile const char *   )  [virtual]
 

Determine the file type. Returns true if this ImageIO can read the file specified.

Implements itk::ImageIOBase.

virtual const char* itk::StimulateImageIO::GetClassName  )  const [virtual]
 

Run-time type information (and related methods).

Reimplemented from itk::ImageIOBase.

virtual const float* itk::StimulateImageIO::GetDisplayRange  )  const [virtual]
 

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.

void itk::StimulateImageIO::InternalReadImageInformation std::ifstream &  file  )  [protected]
 

Pointer itk::StimulateImageIO::New  )  [static]
 

Method for creation through the object factory.

Reimplemented from itk::LightProcessObject.

bool itk::StimulateImageIO::OpenStimulateFileForReading std::ifstream &  os,
const char *  filename
[protected]
 

bool itk::StimulateImageIO::OpenStimulateFileForWriting std::ofstream &  os,
const char *  filename
[protected]
 

void itk::StimulateImageIO::PrintSelf std::ostream &  os,
Indent  indent
const [protected, virtual]
 

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.

virtual void itk::StimulateImageIO::Read void *  buffer  )  [virtual]
 

Reads the data from disk into the memory buffer provided.

Implements itk::ImageIOBase.

virtual void itk::StimulateImageIO::ReadImageInformation  )  [virtual]
 

Set the spacing and dimesion information for the current filename.

Implements itk::ImageIOBase.

virtual void itk::StimulateImageIO::Write const void *  buffer  )  [virtual]
 

Writes the data to disk from the memory buffer provided. Make sure that the IORegion has been set properly.

Implements itk::ImageIOBase.

virtual void itk::StimulateImageIO::WriteImageInformation void   )  [inline, virtual]
 

Writes the spacing and dimentions of the image. Assumes SetFileName has been called with a valid file name.

Implements itk::ImageIOBase.

Definition at line 89 of file itkStimulateImageIO.h.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 03:15:11 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000