33 #ifndef vtkJSONRenderWindowExporter_h 34 #define vtkJSONRenderWindowExporter_h 36 #include "vtkIOExportModule.h" 80 vtkSetMacro(CompactOutput,
bool);
81 vtkGetMacro(CompactOutput,
bool);
82 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...