31 #ifndef vtkEnvironmentAnnotationFilter_h 32 #define vtkEnvironmentAnnotationFilter_h 34 #include "vtkPVClientServerCoreCoreModule.h" 35 #include "vtkTableAlgorithm.h" 43 void PrintSelf(ostream& os, vtkIndent indent);
45 vtkSetMacro(FileName, std::string);
46 vtkGetMacro(FileName, std::string);
48 vtkSetMacro(DisplayUserName,
bool);
49 vtkGetMacro(DisplayUserName,
bool);
51 vtkSetMacro(DisplaySystemName,
bool);
52 vtkGetMacro(DisplaySystemName,
bool);
54 vtkSetMacro(DisplayFileName,
bool);
55 vtkGetMacro(DisplayFileName,
bool);
57 vtkSetMacro(DisplayFilePath,
bool);
58 vtkGetMacro(DisplayFilePath,
bool);
60 vtkSetMacro(DisplayDate,
bool);
61 vtkGetMacro(DisplayDate,
bool);
67 virtual int FillInputPortInformation(
int port, vtkInformation* info);
68 virtual int RequestData(vtkInformation* request, vtkInformationVector** inputVector,
69 vtkInformationVector* outputVector);
78 void UpdateAnnotationValue();
81 bool DisplaySystemName;
filter used to generate text annotation for the current project.
std::string AnnotationValue