27 #ifndef vtkInputStream_h
28 #define vtkInputStream_h
30 #include "vtkIOCoreModule.h"
45 vtkGetMacro(Stream, istream*);
53 virtual void StartReading();
59 virtual int Seek(vtkTypeInt64
offset);
65 virtual size_t Read(
void*
data,
size_t length);
73 virtual void EndReading();
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...