 |
VTK
9.0.1
|
Go to the documentation of this file.
35 #ifndef vtkGLTFExporter_h
36 #define vtkGLTFExporter_h
39 #include "vtkIOExportModule.h"
54 vtkSetStringMacro(FileName);
55 vtkGetStringMacro(FileName);
63 vtkGetMacro(InlineData,
bool);
64 vtkSetMacro(InlineData,
bool);
65 vtkBooleanMacro(InlineData,
bool);
76 vtkGetMacro(SaveNormal,
bool);
77 vtkSetMacro(SaveNormal,
bool);
78 vtkBooleanMacro(SaveNormal,
bool);
92 vtkGetMacro(SaveBatchId,
bool);
93 vtkSetMacro(SaveBatchId,
bool);
94 vtkBooleanMacro(SaveBatchId,
bool);
void WriteToStream(ostream &out)
Write the result to a provided ostream.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
export a scene into GLTF 2.0 format.
a simple class to control print indentation
std::string WriteToString()
Write the result to a string instead of a file.
void WriteData() override
abstract class to write a scene to a file
~vtkGLTFExporter() override
static vtkGLTFExporter * New()