43 #ifndef SVK_PROVENANCE_H
44 #define SVK_PROVENANCE_H
47 #include <vtkObjectFactory.h>
48 #include <vtkObject.h>
49 #include <vtkXMLDataElement.h>
70 void AddAlgorithm(
string algoName);
71 template <
class ArgType>
void AddAlgorithmArg(
77 void SetApplicationCommand(
string cmdLine );
79 void PrintXML(ostream& out);
80 static string GetCommandLineString(
int argc,
char** argv );
89 vtkXMLDataElement* xmlProvenance;
92 void CreateApplicationCommandElement();
100 #endif //SVK_PROVENANCE_H
Definition: svkProvenance.h:62