VTK  9.3.20240418
Static Public Member Functions | List of all members
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, int bufferViewTarget)
 
static VTK_WRAPEXCLUDE void WriteCellBufferAndView (vtkCellArray *ca, const char *fileName, bool inlineData, nlohmann::json &buffers, nlohmann::json &bufferViews)
 

Detailed Description

Definition at line 29 of file vtkGLTFWriterUtils.h.

Member Function Documentation

◆ WriteValues() [1/2]

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

◆ WriteValues() [2/2]

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

◆ WriteBufferAndView()

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

◆ WriteCellBufferAndView()

static 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: