23#ifndef vtkRTXMLPolyDataReader_h
24#define vtkRTXMLPolyDataReader_h
26#include "vtkIOXMLModule.h"
29class vtkRTXMLPolyDataReaderInternals;
79 vtkSetStringMacro(DataLocation);
a simple class to control print indentation
Read RealTime VTK XML PolyData files.
int IsProcessed(const char *)
VTK_FILEPATH const char * GetNextFileName()
Return the name of the next available data file assume NewDataAvailable() return VTK_OK.
vtkGetFilePathMacro(DataLocation)
void InitializeToCurrentDir()
~vtkRTXMLPolyDataReader() override
static vtkRTXMLPolyDataReader * New()
virtual int NewDataAvailable()
check if there is new data file available in the given DataLocation
virtual void ResetReader()
ResetReader check the data directory specified in this->DataLocation, and reset the Internal data str...
char * DataLocation
the DataLocation should be set and ResetReader() should be called after SetDataLocation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetLocation(VTK_FILEPATH const char *dataLocation)
vtkRTXMLPolyDataReaderInternals * Internal
the DataLocation should be set and ResetReader() should be called after SetDataLocation
char * GetDataFileFullPathName(const char *)
virtual void UpdateToNextFile()
Reader will read in the next available data file The filename is this->NextFileName maintained intern...
Read VTK XML PolyData files.