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

Method FactorGraphStructure

src/FactorGraphStructure.cpp:27–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25namespace libRSF
26{
27 FactorGraphStructure::FactorGraphStructure(ceres::Problem *GraphPointer, StateDataSet * Data): _Data(Data), _Graph(GraphPointer)
28 {}
29
30 void FactorGraphStructure::getMarginalizationInfo(const std::vector<double*> &BaseStates,
31 std::vector<double*> &ConnectedStates,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected