18 #ifndef __itkNrrdImageIO_h
19 #define __itkNrrdImageIO_h
65 virtual void Read(
void *buffer);
76 virtual void Write(
const void *buffer);
95 #endif // __itkNrrdImageIO_h
virtual void WriteImageInformation()
virtual bool CanWriteFile(const char *)
virtual bool SupportsDimension(unsigned long)
Light weight base class for most itk classes.
virtual void Write(const void *buffer)
Abstract superclass defines image IO interface.
ImageIOBase::IOComponentType NrrdToITKComponentType(const int) const
void PrintSelf(std::ostream &os, Indent indent) const
int ITKToNrrdComponentType(const ImageIOBase::IOComponentType) const
virtual void ReadImageInformation()
Read and write the "Nearly Raw Raster Data" (Nrrd) image format. The Nrrd format was developed as par...
void operator=(const Self &)
virtual void Read(void *buffer)
SmartPointer< Self > Pointer
Control indentation during Print() invocation.
virtual bool CanReadFile(const char *)