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

Class FactorInfo

include/FactorGraphStructure.h:61–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 };
60
61 struct FactorInfo
62 {
63 FactorType Type;
64 double Timestamp;
65 int Number;
66 int ErrorInputSize;
67 int ErrorOutputSize;
68 ErrorModelBase* ErrorModel = nullptr;
69 };
70
71 /** collect all informations that are required to remove the BaseState from the graph */
72 void getMarginalizationInfo(const std::vector<double*> &BaseStates,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected