Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
Assimp::find_node_by_name_predicate Struct Reference

Will find a node by its name. More...

#include <XmlParser.h>

Public Member Functions

 find_node_by_name_predicate (const std::string &name)
 
bool operator() (pugi::xml_node node) const
 

Public Attributes

std::string mName
 

Detailed Description

Will find a node by its name.

Constructor & Destructor Documentation

◆ find_node_by_name_predicate()

Assimp::find_node_by_name_predicate::find_node_by_name_predicate ( const std::string &  name)
inline

Member Function Documentation

◆ operator()()

bool Assimp::find_node_by_name_predicate::operator() ( pugi::xml_node  node) const
inline

Member Data Documentation

◆ mName

std::string Assimp::find_node_by_name_predicate::mName

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