55#ifndef vtkGLTFExporter_h
56#define vtkGLTFExporter_h
59#include "vtkIOExportModule.h"
63VTK_ABI_NAMESPACE_BEGIN
125 vtkGetMacro(SaveNaNValues,
bool);
126 vtkSetMacro(SaveNaNValues,
bool);
127 vtkBooleanMacro(SaveNaNValues,
bool);
155 bool SaveNaNValues =
true;
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