Assimp  v4.1. (December 2018)
Assimp::Collada::SemanticMappingTable Struct Reference

Table to map from effect to vertex input semantics. More...

Public Member Functions

bool operator== (const std::string &s) const
 For std::find. More...
 

Public Attributes

std::map< std::string, InputSemanticMapEntrymMap
 List of semantic map commands, grouped by effect semantic name. More...
 
std::string mMatName
 Name of material. More...
 

Detailed Description

Table to map from effect to vertex input semantics.

Member Function Documentation

◆ operator==()

bool Assimp::Collada::SemanticMappingTable::operator== ( const std::string &  s) const
inline

For std::find.

Member Data Documentation

◆ mMap

std::map<std::string, InputSemanticMapEntry> Assimp::Collada::SemanticMappingTable::mMap

List of semantic map commands, grouped by effect semantic name.

◆ mMatName

std::string Assimp::Collada::SemanticMappingTable::mMatName

Name of material.


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