| 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 | {} |
no outgoing calls