Tachyon (current)  Current Main Branch
Public Member Functions
tinyobj::MaterialReader Class Referenceabstract

#include <tiny_obj_loader.h>

Inheritance diagram for tinyobj::MaterialReader:
tinyobj::MaterialFileReader tinyobj::MaterialStreamReader

Public Member Functions

 MaterialReader ()
 
virtual ~MaterialReader ()
 
virtual bool operator() (const std::string &matId, std::vector< material_t > *materials, std::map< std::string, int > *matMap, std::string *warn, std::string *err)=0
 

Detailed Description

Definition at line 456 of file tiny_obj_loader.h.

Constructor & Destructor Documentation

◆ MaterialReader()

tinyobj::MaterialReader::MaterialReader ( )
inline

Definition at line 458 of file tiny_obj_loader.h.

◆ ~MaterialReader()

virtual tinyobj::MaterialReader::~MaterialReader ( )
virtual

Member Function Documentation

◆ operator()()

virtual bool tinyobj::MaterialReader::operator() ( const std::string &  matId,
std::vector< material_t > *  materials,
std::map< std::string, int > *  matMap,
std::string *  warn,
std::string *  err 
)
pure virtual

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