24 #ifndef vtkJSONRenderWindowExporter_h
25 #define vtkJSONRenderWindowExporter_h
27 #include "vtkIOExportModule.h"
33 VTK_ABI_NAMESPACE_BEGIN
72 vtkSetMacro(CompactOutput,
bool);
73 vtkGetMacro(CompactOutput,
bool);
74 vtkBooleanMacro(CompactOutput,
bool);
abstract class to write a scene to a file
virtual void WriteData()=0
Constructs view nodes for traversing a scene for vtk-js.
a simple class to control print indentation
Converts elements of a VTK scene graph into vtk-js elements.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Exports a render window for vtk-js.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...