23 #ifndef vtkRTXMLPolyDataReader_h 
   24 #define vtkRTXMLPolyDataReader_h 
   26 #include "vtkIOXMLModule.h"  
   29 class vtkRTXMLPolyDataReaderInternals;
 
   40   void SetLocation(
const char* dataLocation);
 
   47   virtual void UpdateToNextFile();
 
   53   virtual int NewDataAvailable();
 
   63   virtual void ResetReader();
 
   69   const char* GetNextFileName();
 
   79   vtkSetStringMacro(DataLocation);
 
   82   void InitializeToCurrentDir();
 
   83   int IsProcessed(
const char*);
 
   84   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 
 
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions. 
 
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.