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