GLVis  v4.2
Accurate and flexible finite element visualization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Attributes | List of all members
glTF_Builder::struct_buffer Struct Reference

#include <gltf.hpp>

Collaboration diagram for glTF_Builder::struct_buffer:
[legend]

Public Attributes

node_string uri = { false, "uri", "" }
 
node_unsigned byteLength = { false, "byteLength", 0 }
 
std::unique_ptr< std::ofstream > file
 

Detailed Description

Definition at line 49 of file gltf.hpp.

Member Data Documentation

node_unsigned glTF_Builder::struct_buffer::byteLength = { false, "byteLength", 0 }

Definition at line 52 of file gltf.hpp.

std::unique_ptr<std::ofstream> glTF_Builder::struct_buffer::file

Definition at line 54 of file gltf.hpp.

node_string glTF_Builder::struct_buffer::uri = { false, "uri", "" }

Definition at line 51 of file gltf.hpp.


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