HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
tinyobj::tag_t Struct Reference

#include <tiny_obj_loader.h>

Public Attributes

std::string name
 
std::vector< intintValues
 
std::vector< real_tfloatValues
 
std::vector< std::stringstringValues
 

Detailed Description

Definition at line 226 of file tiny_obj_loader.h.

Member Data Documentation

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

Definition at line 230 of file tiny_obj_loader.h.

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

Definition at line 229 of file tiny_obj_loader.h.

std::string tinyobj::tag_t::name

Definition at line 227 of file tiny_obj_loader.h.

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

Definition at line 231 of file tiny_obj_loader.h.


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