MCPcopy Create free account
hub / github.com/KhronosGroup/OpenCOLLADA / addDependNodeId

Method addDependNodeId

dae2ma/src/DAE2MADocumentImporter.cpp:1224–1230  ·  view source on GitHub ↗

-----------------------------

Source from the content-addressed store, hash-verified

1222
1223 //-----------------------------
1224 String DocumentImporter::addDependNodeId (
1225 const String& newId,
1226 bool returnConverted /*= true*/,
1227 bool alwaysAddNumberSuffix /*= false */ )
1228 {
1229 return mDependNodeIdList.addId ( newId, returnConverted, alwaysAddNumberSuffix );
1230 }
1231
1232 //-----------------------------
1233 bool DocumentImporter::containsDependNodeId ( const String& id )

Callers 1

Calls 1

addIdMethod · 0.80

Tested by

no test coverage detected