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

Method addState

src/FactorGraph.cpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 void FactorGraph::addState(string Name, DataType Type, double Timestamp)
70 {
71 Data Element(Type, Timestamp);
72 addState(Name, Element);
73 }
74
75 void FactorGraph::addState(string Name, Data &Element)
76 {

Callers 15

addStateWithCheckMethod · 0.95
InitGraphFunction · 0.80
CreateGraphAndSolveFunction · 0.80
CreateGraphAndSolveFunction · 0.80
CreateGraphAndSolveFunction · 0.80
InitGraphFunction · 0.80
CreateGraphAndSolveFunction · 0.80
InitGraphFunction · 0.80
mainFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls 8

getTimestampMethod · 0.80
countElementMethod · 0.80
getMeanPointerMethod · 0.80
getElementMethod · 0.80
addElementMethod · 0.45
getMeanMethod · 0.45
getTypeMethod · 0.45
setMeanMethod · 0.45

Tested by 4

TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64