Tachyon (current)  Current Main Branch
Data Fields
tinyobj::tag_t Struct Reference

#include <tiny_obj_loader.h>

Data Fields

std::string name
 
std::vector< int > intValues
 
std::vector< real_tfloatValues
 
std::vector< std::string > stringValues
 

Detailed Description

Definition at line 325 of file tiny_obj_loader.h.

Field Documentation

◆ floatValues

std::vector<real_t> tinyobj::tag_t::floatValues

Definition at line 329 of file tiny_obj_loader.h.

◆ intValues

std::vector<int> tinyobj::tag_t::intValues

Definition at line 328 of file tiny_obj_loader.h.

◆ name

std::string tinyobj::tag_t::name

Definition at line 326 of file tiny_obj_loader.h.

◆ stringValues

std::vector<std::string> tinyobj::tag_t::stringValues

Definition at line 330 of file tiny_obj_loader.h.


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