26 #ifndef vtkCinemaExporter_h 27 #define vtkCinemaExporter_h 29 #include "vtkExporter.h" 30 #include "vtkPVVTKExtensionsRenderingModule.h" 38 void PrintSelf(ostream& os, vtkIndent indent);
40 vtkSetStringMacro(FileName);
41 vtkGetStringMacro(FileName);
43 vtkSetStringMacro(ViewSelection);
44 vtkGetStringMacro(ViewSelection);
46 vtkSetStringMacro(TrackSelection);
47 vtkGetStringMacro(TrackSelection);
49 vtkSetStringMacro(ArraySelection);
50 vtkGetStringMacro(ArraySelection);
70 const vtkStdString GetPythonScript();
74 bool checkInterpreterInitialization();
Exports a view as a Cinema database.