24 #ifndef vtkSpyPlotHistoryReader_h 25 #define vtkSpyPlotHistoryReader_h 27 #include "vtkPVVTKExtensionsDefaultModule.h" 28 #include "vtkTableAlgorithm.h" 36 void PrintSelf(ostream& os, vtkIndent indent);
43 vtkSetStringMacro(FileName);
44 vtkGetStringMacro(FileName);
51 vtkSetStringMacro(CommentCharacter);
52 vtkGetStringMacro(CommentCharacter);
59 vtkSetStringMacro(Delimeter);
60 vtkGetStringMacro(Delimeter);
69 virtual int RequestInformation(vtkInformation* request, vtkInformationVector** inputVector,
70 vtkInformationVector* outputVector);
74 virtual int RequestData(vtkInformation* request, vtkInformationVector** inputVector,
75 vtkInformationVector* outputVector);
78 void ConstructTableColumns(vtkTable* table);
98 CachedTables* CachedOutput;
Read SPCTH Spy Plot history file format.