VTK  9.3.20240329
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 282 of file vtkGLTFDocumentLoader.h.

Member Data Documentation

◆ BufferView

int vtkGLTFDocumentLoader::Image::BufferView

Definition at line 284 of file vtkGLTFDocumentLoader.h.

◆ MimeType

std::string vtkGLTFDocumentLoader::Image::MimeType

Definition at line 285 of file vtkGLTFDocumentLoader.h.

◆ Uri

std::string vtkGLTFDocumentLoader::Image::Uri

Definition at line 286 of file vtkGLTFDocumentLoader.h.

◆ ImageData

vtkSmartPointer<vtkImageData> vtkGLTFDocumentLoader::Image::ImageData

Definition at line 288 of file vtkGLTFDocumentLoader.h.

◆ Name

std::string vtkGLTFDocumentLoader::Image::Name

Definition at line 290 of file vtkGLTFDocumentLoader.h.


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