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