31#ifndef vtkOMETIFFReader_h 
   32#define vtkOMETIFFReader_h 
   36VTK_ABI_NAMESPACE_BEGIN
 
   63  class vtkOMEInternals;
 
   64  vtkOMEInternals* OMEInternals;
 
general representation of visualization data
 
a simple class to control print indentation
 
reader for OME TIFF files
 
const char * GetFileExtensions() override
Get the file extensions for this format.
 
~vtkOMETIFFReader() override
 
int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
 
static vtkOMETIFFReader * New()
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
const char * GetDescriptiveName() override
Return a descriptive name for the file format that might be useful in a GUI.
 
void ExecuteInformation() override
 
void ExecuteDataWithInformation(vtkDataObject *out, vtkInformation *outInfo) override
This is a convenience method that is implemented in many subclasses instead of RequestData.
 
int CanReadFile(VTK_FILEPATH const char *fname) override