| 
    VTK
    9.3.0
    
   | 
 
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 124 of file vtkGLTFDocumentLoader.h.
| int vtkGLTFDocumentLoader::Accessor::BufferView | 
Definition at line 139 of file vtkGLTFDocumentLoader.h.
| int vtkGLTFDocumentLoader::Accessor::ByteOffset | 
Definition at line 140 of file vtkGLTFDocumentLoader.h.
| ComponentType vtkGLTFDocumentLoader::Accessor::ComponentTypeValue | 
Definition at line 141 of file vtkGLTFDocumentLoader.h.
| bool vtkGLTFDocumentLoader::Accessor::Normalized | 
Definition at line 142 of file vtkGLTFDocumentLoader.h.
| int vtkGLTFDocumentLoader::Accessor::Count | 
Definition at line 143 of file vtkGLTFDocumentLoader.h.
| unsigned int vtkGLTFDocumentLoader::Accessor::NumberOfComponents | 
Definition at line 144 of file vtkGLTFDocumentLoader.h.
| AccessorType vtkGLTFDocumentLoader::Accessor::Type | 
Definition at line 145 of file vtkGLTFDocumentLoader.h.
| std::vector<double> vtkGLTFDocumentLoader::Accessor::Max | 
Definition at line 146 of file vtkGLTFDocumentLoader.h.
| std::vector<double> vtkGLTFDocumentLoader::Accessor::Min | 
Definition at line 147 of file vtkGLTFDocumentLoader.h.
| bool vtkGLTFDocumentLoader::Accessor::IsSparse | 
Definition at line 148 of file vtkGLTFDocumentLoader.h.
| Sparse vtkGLTFDocumentLoader::Accessor::SparseObject | 
Definition at line 149 of file vtkGLTFDocumentLoader.h.
| std::string vtkGLTFDocumentLoader::Accessor::Name | 
Definition at line 150 of file vtkGLTFDocumentLoader.h.