| VTK
    9.0.1
    | 
This struct describes a glTF image object. More...
#include <vtkGLTFDocumentLoader.h>
| Public Attributes | |
| int | BufferView | 
| std::string | MimeType | 
| std::string | Uri | 
| vtkSmartPointer< vtkImageData > | ImageData | 
| std::string | Name | 
This struct describes a glTF image object.
Images can be referenced either by URI or with a bufferView. mimeType is required in this case.
Definition at line 278 of file vtkGLTFDocumentLoader.h.
| int vtkGLTFDocumentLoader::Image::BufferView | 
Definition at line 280 of file vtkGLTFDocumentLoader.h.
| std::string vtkGLTFDocumentLoader::Image::MimeType | 
Definition at line 281 of file vtkGLTFDocumentLoader.h.
| std::string vtkGLTFDocumentLoader::Image::Uri | 
Definition at line 282 of file vtkGLTFDocumentLoader.h.
| vtkSmartPointer<vtkImageData> vtkGLTFDocumentLoader::Image::ImageData | 
Definition at line 284 of file vtkGLTFDocumentLoader.h.
| std::string vtkGLTFDocumentLoader::Image::Name | 
Definition at line 286 of file vtkGLTFDocumentLoader.h.
 1.8.17
 1.8.17