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