Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
XmlParser.h File Reference

Classes

struct  Assimp::find_node_by_name_predicate
 Will find a node by its name. More...
 
struct  Assimp::NodeConverter< TNodeType >
 Will convert an attribute to its int value. More...
 
class  Assimp::TXmlParser< TNodeType >
 The Xml-Parser class. More...
 
class  Assimp::XmlNodeIterator
 This class declares an iterator to loop through all children of the root node. More...
 

Namespaces

namespace  Assimp
 Some C++ utilities for inter- and extrapolation.
 

Typedefs

using Assimp::XmlAttribute = pugi::xml_attribute
 
using Assimp::XmlNode = pugi::xml_node
 
using Assimp::XmlParser = TXmlParser< pugi::xml_node >