28 #ifndef itkStimulateImageIO_h
29 #define itkStimulateImageIO_h
30 #include "ITKIOStimulateExport.h"
82 bool CanReadFile(
const char *)
override;
85 void ReadImageInformation()
override;
88 void Read(
void *buffer)
override;
94 bool CanWriteFile(
const char *)
override;
102 void Write(
const void *buffer)
override;
110 itkGetVectorMacro(DisplayRange,
const float, 2);
113 return m_DisplayRange[1];
117 return m_DisplayRange[1];
124 void PrintSelf(std::ostream & os,
Indent indent)
const override;
126 void InternalReadImageInformation(std::ifstream & file);
130 char m_SdtOrient[256];
131 float m_DisplayRange[2];
137 #endif // itkStimulateImageIO_h
Light weight base class for most itk classes.
ImageIO class for reading SDT/SPR (Stimulate) images This format is similar to a MetaImageIO file: Th...
Abstract superclass defines image IO interface.
std::string m_DataFileName
const float & GetLowDisplayValue()
void WriteImageInformation() override
Control indentation during Print() invocation.
Base class for most ITK classes.
const float & GetHighDisplayValue()