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

Method ~FactorGraph

include/FactorGraph.h:101–101  ·  view source on GitHub ↗

Default destructor */

Source from the content-addressed store, hash-verified

99 FactorGraph();
100 /** Default destructor */
101 virtual ~FactorGraph() = default;
102
103 /** access to single states */
104 void addState(string Name, DataType Type, double Timestamp);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected