19#ifndef vtkJPEGReader_h 
   20#define vtkJPEGReader_h 
   22#include "vtkIOImageModule.h"  
   25VTK_ABI_NAMESPACE_BEGIN
 
general representation of visualization data
 
topologically and geometrically regular array of 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.
 
static vtkJPEGReader * New()
 
int CanReadFile(VTK_FILEPATH const char *fname) override
Is the given file a JPEG file?
 
~vtkJPEGReader() override=default
 
void InternalUpdate(vtkImageData *data, OT *outPtr)
 
void ExecuteInformation() override
 
const char * GetDescriptiveName() override
Return a descriptive name for the file format that might be useful in a GUI.
 
Set of utilities for OpenTURNS<->VTK conversions.