20 #ifndef vtkPNGReader_h
21 #define vtkPNGReader_h
23 #include "vtkIOImageModule.h"
27 VTK_ABI_NAMESPACE_BEGIN
31 VTK_ABI_NAMESPACE_BEGIN
61 void GetTextChunks(
const char*
key,
int beginEndIndex[2]);
67 const char* GetTextKey(
int index);
77 const char* GetTextValue(
int index);
85 size_t GetNumberOfTextChunks();
93 vtkSetMacro(ReadSpacingFromFile,
bool);
94 vtkGetMacro(ReadSpacingFromFile,
bool);
95 vtkBooleanMacro(ReadSpacingFromFile,
bool);
106 void vtkPNGReaderUpdate2(
OT* outPtr,
int* outExt,
vtkIdType* outInc,
long pixSize);
113 vtkInternals* Internals;
114 bool ReadSpacingFromFile;
116 VTK_ABI_NAMESPACE_END
static vtkImageReader2 * New()
virtual int CanReadFile(VTK_FILEPATH const char *vtkNotUsed(fname))
Return non zero if the reader can read the given file name.
a vtkAbstractArray subclass for strings
const char * GetFileExtensions() override
Get the file extensions for this format.
void ExecuteDataWithInformation(vtkDataObject *data, vtkInformation *outInfo) override
This is a convenience method that is implemented in many subclasses instead of RequestData.
a simple class to control print indentation
topologically and geometrically regular array of data
virtual void ExecuteInformation()
const char * GetDescriptiveName() override
Return a descriptive name for the file format that might be useful in a GUI.
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
Set of utilities for OpenTURNS<->VTK conversions.