#include <vtkPNGReader.h>
Inheritance diagram for vtkPNGReader:
vtkPNGReader is a source object that reads PNG files. It should be able to read most any PNG file
Definition at line 48 of file vtkPNGReader.h.
Public Types | |
typedef vtkImageReader2 | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
vtkPNGReader * | New () |
int | IsTypeOf (const char *type) |
vtkPNGReader * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkPNGReader () | |
~vtkPNGReader () | |
virtual void | ExecuteInformation () |
virtual void | ExecuteData (vtkDataObject *out) |
virtual int | CanReadFile (const char *fname) |
virtual const char * | GetFileExtensions () |
virtual const char * | GetDescriptiveName () |
|
Reimplemented from vtkImageReader2. Definition at line 52 of file vtkPNGReader.h. |
|
Definition at line 56 of file vtkPNGReader.h. |
|
Definition at line 57 of file vtkPNGReader.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkImageReader2. |
|
Reimplemented from vtkImageReader2. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageReader2. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageReader2. |
|
Reimplemented from vtkImageReader2. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkImageReader2. |
|
|
|
Get the file extensions for this format. Returns a string with a space separated list of extensions in the format .extension Reimplemented from vtkImageReader2. Definition at line 65 of file vtkPNGReader.h. |
|
Return a descriptive name for the file format that might be useful in a GUI. Reimplemented from vtkImageReader2. Definition at line 74 of file vtkPNGReader.h. |
|
Reimplemented from vtkImageReader2. |
|
This method is the one that should be used by subclasses, right now the default implementation is to call the backwards compatibility method Reimplemented from vtkImageReader2. |