11 #ifndef vtkRTXMLPolyDataReader_h
12 #define vtkRTXMLPolyDataReader_h
14 #include "vtkIOXMLModule.h"
17 VTK_ABI_NAMESPACE_BEGIN
18 class vtkRTXMLPolyDataReaderInternals;
36 virtual void UpdateToNextFile();
42 virtual int NewDataAvailable();
52 virtual void ResetReader();
68 vtkSetStringMacro(DataLocation);
71 void InitializeToCurrentDir();
72 int IsProcessed(
const char*);
73 char* GetDataFileFullPathName(
const char*);
vtkRTXMLPolyDataReaderInternals * Internal
the DataLocation should be set and ResetReader() should be called after SetDataLocation ...
char * DataLocation
the DataLocation should be set and ResetReader() should be called after SetDataLocation ...
Read VTK XML PolyData files.
static vtkXMLPolyDataReader * New()
Read RealTime VTK XML PolyData files.
a simple class to control print indentation
vtkGetFilePathMacro(FileName)
Get/Set the name of the input file.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.