 |
VTK
9.0.1
|
Go to the documentation of this file.
33 #ifndef vtkJSONRenderWindowExporter_h
34 #define vtkJSONRenderWindowExporter_h
36 #include "vtkIOExportModule.h"
80 vtkSetMacro(CompactOutput,
bool);
81 vtkGetMacro(CompactOutput,
bool);
82 vtkBooleanMacro(CompactOutput,
bool);
virtual void SetSerializer(vtkVtkJSSceneGraphSerializer *)
Specify the Serializer object.
vtkJSONRenderWindowExporter()
virtual void WriteData() override
Write scene data.
Constructs view nodes for traversing a scene for vtk-js.
a simple class to control print indentation
static vtkJSONRenderWindowExporter * New()
Exports a render window for vtk-js.
abstract class to write a scene to a file
Converts elements of a VTK scene graph into vtk-js elements.
virtual void SetArchiver(vtkArchiver *)
Specify the Archiver object.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkJSONRenderWindowExporter() override