23#ifndef vtkGESignaReader_h 
   24#define vtkGESignaReader_h 
   26#include "vtkIOImageModule.h"  
   29VTK_ABI_NAMESPACE_BEGIN
 
general representation of visualization data
 
void ExecuteDataWithInformation(vtkDataObject *out, vtkInformation *outInfo) override
This is a convenience method that is implemented in many subclasses instead of RequestData.
 
static vtkGESignaReader * New()
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
vtkGESignaReader()=default
 
~vtkGESignaReader() override=default
 
const char * GetDescriptiveName() override
A descriptive name for this format.
 
int CanReadFile(VTK_FILEPATH const char *fname) override
Is the given file a GESigna file?
 
const char * GetFileExtensions() override
Valid extentsions.
 
void ExecuteInformation() override
 
a simple class to control print indentation
 
vtkImageReader2 with medical meta data.