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