11 #ifndef vtkPVWebExporter_h 12 #define vtkPVWebExporter_h 14 #include "vtkJSONSceneExporter.h" 22 void PrintSelf(ostream& os,
vtkIndent indent)
override;
28 vtkSetMacro(ParaViewGlanceHTML, std::string);
29 vtkGetMacro(ParaViewGlanceHTML, std::string);
38 vtkGetMacro(ExportToGlance,
bool);
39 vtkSetMacro(ExportToGlance,
bool);
49 vtkGetMacro(AutomaticGlanceHTML,
bool);
50 vtkSetMacro(AutomaticGlanceHTML,
bool);
60 vtkGetMacro(DisableNetwork,
bool);
61 vtkSetMacro(DisableNetwork,
bool);
69 void Write()
override;
76 std::string ParaViewGlanceHTML;
77 bool AutomaticGlanceHTML =
true;
78 bool ExportToGlance =
false;
79 bool DisableNetwork =
true;
#define VTKREMOTINGEXPORT_EXPORT
vtkPVWebExporter is used to produce vtkjs export in the ParaView application.