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

Method countFactorsOfType

src/FactorGraph.cpp:772–775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

770 }
771
772 int FactorGraph::countFactorsOfType(const FactorType CurrentFactorType) const
773 {
774 return _Structure.countFactorType(CurrentFactorType);
775 }
776
777 void FactorGraph::computeUnweightedError(const FactorType CurrentFactorType, std::vector<double> &ErrorData)
778 {

Callers

nothing calls this directly

Calls 1

countFactorTypeMethod · 0.80

Tested by

no test coverage detected