VTK  9.1.0
Public Attributes | List of all members
vtkGLTFDocumentLoader::Image Struct Reference

This struct describes a glTF image object. More...

#include <vtkGLTFDocumentLoader.h>

Collaboration diagram for vtkGLTFDocumentLoader::Image:
[legend]

Public Attributes

int BufferView
 
std::string MimeType
 
std::string Uri
 
vtkSmartPointer< vtkImageDataImageData
 
std::string Name
 

Detailed Description

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 274 of file vtkGLTFDocumentLoader.h.

Member Data Documentation

◆ BufferView

int vtkGLTFDocumentLoader::Image::BufferView

Definition at line 276 of file vtkGLTFDocumentLoader.h.

◆ MimeType

std::string vtkGLTFDocumentLoader::Image::MimeType

Definition at line 277 of file vtkGLTFDocumentLoader.h.

◆ Uri

std::string vtkGLTFDocumentLoader::Image::Uri

Definition at line 278 of file vtkGLTFDocumentLoader.h.

◆ ImageData

vtkSmartPointer<vtkImageData> vtkGLTFDocumentLoader::Image::ImageData

Definition at line 280 of file vtkGLTFDocumentLoader.h.

◆ Name

std::string vtkGLTFDocumentLoader::Image::Name

Definition at line 282 of file vtkGLTFDocumentLoader.h.


The documentation for this struct was generated from the following file: