MCPcopy Create free account
hub / github.com/TUC-ProAut/libRSF / clear

Method clear

src/FactorGraph.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 void StateList::clear()
39 {
40 _List.clear();
41 }
42
43 FactorGraph::FactorGraph() : _Graph(this->_DefaultProblemOptions), _Structure(&_Graph, &_StateData), _SolverDuration(0.0), _SolverIterations(0), _MarginalizationDuration(0.0)
44 {}

Callers 7

TESTFunction · 0.45
TESTFunction · 0.45
SampleMeasurementsDownFunction · 0.45
getFactorsOfStateMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36