Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/OpenCOLLADA
/ ~Formula
Method
~Formula
COLLADAFramework/src/COLLADAFWFormula.cpp:52–58 ·
view source on GitHub ↗
------------------------------
Source
from the content-addressed store, hash-verified
50
51
//------------------------------
52
Formula::~Formula()
53
{
54
for (size_t i=0; i<mMathmlAsts.getCount(); ++i)
55
{
56
FW_DELETE mMathmlAsts[ i ];
57
}
58
}
59
60
} // namespace COLLADAFW
Callers
nothing calls this directly
Calls
1
getCount
Method · 0.45
Tested by
no test coverage detected