|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   26 #ifndef vtkPNGReader_h 
   27 #define vtkPNGReader_h 
   29 #include "vtkIOImageModule.h"  
   61   void GetTextChunks(
const char* 
key, 
int beginEndIndex[2]);
 
   65   const char* GetTextKey(
int index);
 
   71   const char* GetTextValue(
int index);
 
   76   size_t GetNumberOfTextChunks();
 
   84   vtkSetMacro(ReadSpacingFromFile, 
bool);
 
   85   vtkGetMacro(ReadSpacingFromFile, 
bool);
 
   86   vtkBooleanMacro(ReadSpacingFromFile, 
bool);
 
   97   void vtkPNGReaderUpdate2(
OT* outPtr, 
int* outExt, 
vtkIdType* outInc, 
long pixSize);
 
  104   vtkInternals* Internals;
 
  105   bool ReadSpacingFromFile;
 
  
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void ExecuteDataWithInformation(vtkDataObject *data, vtkInformation *outInfo) override
This is a convenience method that is implemented in many subclasses instead of RequestData.
const char * GetFileExtensions() override
Get the file extensions for this format.
Set of utilities for OpenTURNS<->VTK conversions.
static vtkImageReader2 * New()
topologically and geometrically regular array of data
a simple class to control print indentation
Superclass of binary file readers.
const char * GetDescriptiveName() override
Return a descriptive name for the file format that might be useful in a GUI.
virtual void ExecuteInformation()
virtual int CanReadFile(const char *vtkNotUsed(fname))
Return non zero if the reader can read the given file name.
general representation of visualization data