34#ifndef vtkJPEGReader_h
35#define vtkJPEGReader_h
37#include "vtkIOImageModule.h"
general representation of visualization data
Superclass of binary file readers.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual const char * GetFileExtensions()
Get the file extensions for this format.
virtual const char * GetDescriptiveName()
Return a descriptive name for the file format that might be useful in a GUI.
static vtkJPEGReader * New()
int CanReadFile(const char *fname)
Is the given file a JPEG file?
virtual void ExecuteDataWithInformation(vtkDataObject *out, vtkInformation *outInfo)
This is a convenience method that is implemented in many subclasses instead of RequestData.
virtual void ExecuteInformation()