26#ifndef vtkNrrdReader_h 
   27#define vtkNrrdReader_h 
   29#include "vtkIOImageModule.h"  
   32VTK_ABI_NAMESPACE_BEGIN
 
dynamic, self-adjusting array of char
 
topologically and geometrically regular array of data
 
Superclass of transformable binary file readers.
 
a simple class to control print indentation
 
Read nrrd files file system.
 
virtual int ReadDataAscii(vtkImageData *output)
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
vtkStringArray * DataFiles
 
int ReadHeaderInternal(vtkCharArray *headerBuffer)
 
static vtkNrrdReader * New()
 
~vtkNrrdReader() override
 
int CanReadFile(VTK_FILEPATH const char *filename) override
 
int vtkNrrdReaderReadDataGZipTemplate(vtkImageData *output, T *outBuffer)
 
virtual int ReadDataGZip(vtkImageData *output)
 
int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
 
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called in response to a REQUEST_DATA request from the executive.
 
virtual int ReadHeader(vtkCharArray *headerBuffer)
 
a vtkAbstractArray subclass for strings