#include <vtkGLTFWriterUtils.h>
|
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) |
|
Definition at line 39 of file vtkGLTFWriterUtils.h.
◆ WriteValues() [1/2]
◆ WriteValues() [2/2]
◆ 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: