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

Method sampleCost2D

src/FactorGraph.cpp:458–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456 }
457
458 void FactorGraph::sampleCost2D(const string StateName,
459 const double Timestamp,
460 const int Number,
461 const int PointCount,
462 const double Range,
463 StateDataSet &Result)
464 {
465 EvaluateCostSurface<2>(_Graph, _StateData.getElement(StateName, Timestamp, Number).getMeanPointer(), PointCount, Range, Result);
466 }
467
468 StateDataSet &FactorGraph::getStateData()
469 {

Callers 1

CreateGraphAndSolveFunction · 0.80

Calls 2

getMeanPointerMethod · 0.80
getElementMethod · 0.80

Tested by

no test coverage detected