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

Method Formula

COLLADAFramework/src/COLLADAFWFormula.cpp:20–24  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

18{
19 //------------------------------
20 Formula::Formula( const UniqueId& uniqueId )
21 : ObjectTemplate<COLLADA_TYPE::FORMULA> ( uniqueId )
22 , mMathmlAsts( MathmlAstArray::OWNER )
23 {
24 }
25
26 //------------------------------
27 Formula::Formula( const Formula& rhs, ASTNodeASTNodeMap& originalClonedASTNodeMap )

Callers

nothing calls this directly

Calls 4

reallocMemoryMethod · 0.80
getCountMethod · 0.45
cloneMethod · 0.45
setCountMethod · 0.45

Tested by

no test coverage detected