VTK  9.2.6
vtkGLTFWriterUtils Class Reference

#include <vtkGLTFWriterUtils.h>

Static Public Member Functions

static VTK_WRAPEXCLUDE void WriteValues (vtkDataArray *ca, std::ostream &myFile)
static VTK_WRAPEXCLUDE void WriteValues (vtkDataArray *ca, vtkBase64OutputStream *ostr)
static VTK_WRAPEXCLUDE void WriteBufferAndView (vtkDataArray *inda, const char *fileName, bool inlineData, nlohmann::json &buffers, nlohmann::json &bufferViews)
static VTK_WRAPEXCLUDE void WriteCellBufferAndView (vtkCellArray *ca, const char *fileName, bool inlineData, nlohmann::json &buffers, nlohmann::json &bufferViews)

Detailed Description

Definition at line 40 of file vtkGLTFWriterUtils.h.

Member Function Documentation

◆ WriteValues() [1/2]

VTK_WRAPEXCLUDE void vtkGLTFWriterUtils::WriteValues ( vtkDataArray * ca,
std::ostream & myFile )
static

◆ WriteValues() [2/2]

VTK_WRAPEXCLUDE void vtkGLTFWriterUtils::WriteValues ( vtkDataArray * ca,
vtkBase64OutputStream * ostr )
static

◆ WriteBufferAndView()

VTK_WRAPEXCLUDE void vtkGLTFWriterUtils::WriteBufferAndView ( vtkDataArray * inda,
const char * fileName,
bool inlineData,
nlohmann::json & buffers,
nlohmann::json & bufferViews )
static

◆ WriteCellBufferAndView()

VTK_WRAPEXCLUDE void vtkGLTFWriterUtils::WriteCellBufferAndView ( vtkCellArray * ca,
const char * fileName,
bool inlineData,
nlohmann::json & buffers,
nlohmann::json & bufferViews )
static

The documentation for this class was generated from the following file: