28#ifndef itkStimulateImageIO_h
29#define itkStimulateImageIO_h
30#include "ITKIOStimulateExport.h"
91 Read(
void * buffer)
override;
109 Write(
const void * buffer)
override;
117 itkGetVectorMacro(DisplayRange,
const float, 2);
121 return m_DisplayRange[1];
126 return m_DisplayRange[1];
140 std::string m_DataFileName{};
141 char m_SdtOrient[256]{};
142 float m_DisplayRange[2]{};
143 char m_FidName[256]{};
Abstract superclass defines image IO interface.
Control indentation during Print() invocation.
Light weight base class for most itk classes.
Base class for most ITK classes.
ImageIO class for reading SDT/SPR (Stimulate) images This format is similar to a MetaImageIO file: Th...
bool CanWriteFile(const char *) override
void InternalReadImageInformation(std::ifstream &file)
~StimulateImageIO() override
void Read(void *buffer) override
void WriteImageInformation() override
void PrintSelf(std::ostream &os, Indent indent) const override
const float & GetHighDisplayValue()
const float & GetLowDisplayValue()
bool CanReadFile(const char *) override
void Write(const void *buffer) override
void ReadImageInformation() override
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....