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

Method getResidualIDs

src/FactorGraphStructure.cpp:221–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219 }
220
221 void FactorGraphStructure::getResidualIDs(const FactorType Type, std::vector<ceres::ResidualBlockId> &Blocks) const
222 {
223 Blocks = _FactorList.getElementsOfID(Type);
224 }
225
226 void FactorGraphStructure::getTimesBetween(const FactorType Type, const double StartTime, const double EndTime, std::vector<double> &Times) const
227 {

Callers 1

Calls 1

getElementsOfIDMethod · 0.80

Tested by

no test coverage detected