 |
VTK
9.1.0
|
Go to the documentation of this file.
26 #ifndef vtkTGAReader_h
27 #define vtkTGAReader_h
29 #include "vtkIOImageModule.h"
void ExecuteInformation() override
int CanReadFile(VTK_FILEPATH const char *fname) override
Is the given file a valid TGA file?
void ExecuteDataWithInformation(vtkDataObject *output, vtkInformation *outInfo) override
This is a convenience method that is implemented in many subclasses instead of RequestData.
const char * GetDescriptiveName() override
Return a descriptive name for the file format that might be useful in a GUI.
Superclass of binary file readers.
const char * GetFileExtensions() override
Get the file extensions for this format.
static vtkTGAReader * New()
general representation of visualization data
~vtkTGAReader() override=default