|
VTK
9.0.1
|
This struct describes an accessor glTF object. More...
#include <vtkGLTFDocumentLoader.h>
Classes | |
| struct | Sparse |
| This struct describes an accessor.sparse glTF object. More... | |
Public Attributes | |
| int | BufferView |
| int | ByteOffset |
| ComponentType | ComponentTypeValue |
| bool | Normalized |
| int | Count |
| unsigned int | NumberOfComponents |
| AccessorType | Type |
| std::vector< double > | Max |
| std::vector< double > | Min |
| bool | IsSparse |
| Sparse | SparseObject |
| std::string | Name |
This struct describes an accessor glTF object.
An accessor defines a method for retrieving data as typed arrays from a bufferView. They contain type information, as well as the location and size of of the data within the bufferView.
Definition at line 137 of file vtkGLTFDocumentLoader.h.
| int vtkGLTFDocumentLoader::Accessor::BufferView |
Definition at line 152 of file vtkGLTFDocumentLoader.h.
| int vtkGLTFDocumentLoader::Accessor::ByteOffset |
Definition at line 153 of file vtkGLTFDocumentLoader.h.
| ComponentType vtkGLTFDocumentLoader::Accessor::ComponentTypeValue |
Definition at line 154 of file vtkGLTFDocumentLoader.h.
| bool vtkGLTFDocumentLoader::Accessor::Normalized |
Definition at line 155 of file vtkGLTFDocumentLoader.h.
| int vtkGLTFDocumentLoader::Accessor::Count |
Definition at line 156 of file vtkGLTFDocumentLoader.h.
| unsigned int vtkGLTFDocumentLoader::Accessor::NumberOfComponents |
Definition at line 157 of file vtkGLTFDocumentLoader.h.
| AccessorType vtkGLTFDocumentLoader::Accessor::Type |
Definition at line 158 of file vtkGLTFDocumentLoader.h.
| std::vector<double> vtkGLTFDocumentLoader::Accessor::Max |
Definition at line 159 of file vtkGLTFDocumentLoader.h.
| std::vector<double> vtkGLTFDocumentLoader::Accessor::Min |
Definition at line 160 of file vtkGLTFDocumentLoader.h.
| bool vtkGLTFDocumentLoader::Accessor::IsSparse |
Definition at line 161 of file vtkGLTFDocumentLoader.h.
| Sparse vtkGLTFDocumentLoader::Accessor::SparseObject |
Definition at line 162 of file vtkGLTFDocumentLoader.h.
| std::string vtkGLTFDocumentLoader::Accessor::Name |
Definition at line 163 of file vtkGLTFDocumentLoader.h.
1.8.17