MCPcopy Create free account
hub / github.com/assimp/assimp / getRootNode

Method getRootNode

include/assimp/XmlParser.h:361–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359
360template <class TNodeType>
361const TNodeType TXmlParser<TNodeType>::getRootNode() const {
362 static pugi::xml_node none;
363 if (nullptr == mDoc) {
364 return none;
365 }
366 return mDoc->root();
367}
368
369template <class TNodeType>
370TNodeType TXmlParser<TNodeType>::getRootNode() {

Callers 9

TEST_FFunction · 0.80
InternReadFileMethod · 0.80
InternReadFileMethod · 0.80
ColladaParserMethod · 0.80
ReadZaeManifestMethod · 0.80
ImportXmlMethod · 0.80
ReadMeshMethod · 0.80
ImportSkeletonMethod · 0.80

Calls 1

rootMethod · 0.80

Tested by

no test coverage detected