|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   40 #ifndef vtkOMETIFFReader_h 
   41 #define vtkOMETIFFReader_h 
   71   class vtkOMEInternals;
 
   72   vtkOMEInternals* OMEInternals;
 
  
const char * GetDescriptiveName() override
Return a descriptive name for the file format that might be useful in a GUI.
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 vtkTIFFReader * New()
a simple class to control print indentation
int CanReadFile(const char *fname) override
Is the given file name a tiff file?
reader for OME TIFF files
general representation of visualization data
const char * GetFileExtensions() override
Get the file extensions for this format.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void ExecuteInformation() override
void ExecuteDataWithInformation(vtkDataObject *out, vtkInformation *outInfo) override
This is a convenience method that is implemented in many subclasses instead of RequestData.