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