VTK  9.1.0
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, Json::Value &buffers, Json::Value &bufferViews)
 
static VTK_WRAPEXCLUDE void WriteBufferAndView (vtkCellArray *ca, const char *fileName, bool inlineData, Json::Value &buffers, Json::Value &bufferViews)
 

Detailed Description

Definition at line 39 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() [1/2]

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

◆ WriteBufferAndView() [2/2]

static VTK_WRAPEXCLUDE void vtkGLTFWriterUtils::WriteBufferAndView ( vtkCellArray ca,
const char *  fileName,
bool  inlineData,
Json::Value &  buffers,
Json::Value &  bufferViews 
)
static

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