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