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

Method getValue

include/DataGeneric.h:65–68  ·  view source on GitHub ↗

get elements */

Source from the content-addressed store, hash-verified

63
64 /** get elements */
65 Vector getValue(const ElementEnum Element) const
66 {
67 return _Data.at(Element);
68 }
69
70 /** get pointers */
71 double* getDataPointer(const ElementEnum Element)

Callers 12

MaxAbsErrorFunction · 0.80
getTimestampMethod · 0.80
getMeanMethod · 0.80
getCovarianceMatrixMethod · 0.80
getCovarianceDiagonalMethod · 0.80
setCovarianceDiagonalMethod · 0.80
PseudorangeFactorBaseMethod · 0.80
RangeFactorBaseMethod · 0.80

Calls

no outgoing calls

Tested by 1

MaxAbsErrorFunction · 0.64