64#ifndef vtkGLTFExporter_h
65#define vtkGLTFExporter_h
68#include "vtkIOExportModule.h"
92 vtkGetMacro(InlineData,
bool);
93 vtkSetMacro(InlineData,
bool);
94 vtkBooleanMacro(InlineData,
bool);
105 vtkGetMacro(SaveNormal,
bool);
106 vtkSetMacro(SaveNormal,
bool);
107 vtkBooleanMacro(SaveNormal,
bool);
121 vtkGetMacro(SaveBatchId,
bool);
122 vtkSetMacro(SaveBatchId,
bool);
123 vtkBooleanMacro(SaveBatchId,
bool);
abstract class to write a scene to a file
export a scene into GLTF 2.0 format.
static vtkGLTFExporter * New()
std::string WriteToString()
Write the result to a string instead of a file.
~vtkGLTFExporter() override
vtkGetFilePathMacro(FileName)
Specify the name of the GLTF file to write.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void WriteToStream(ostream &out)
Write the result to a provided ostream.
vtkSetFilePathMacro(FileName)
Specify the name of the GLTF file to write.
void WriteData() override
a simple class to control print indentation