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

Method checkElement

include/DataSet.h:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 }
151
152 bool checkElement(const KeyType &ID, const double Timestamp, const int Number = 0) const
153 {
154 return (countElement(ID, Timestamp) > Number);
155 }
156
157 bool checkID(const KeyType &ID) const
158 {

Callers 12

removeElementMethod · 0.95
getTimeNextMethod · 0.95
getKeysAtTimeMethod · 0.95
addStateWithCheckMethod · 0.45
marginalizeStatesMethod · 0.45
removeStateMethod · 0.45
getFactorsOfStateMethod · 0.45
checkFactorMethod · 0.45
getCovarianceMatrixMethod · 0.45
getCovarianceDiagonalMethod · 0.45
getStdDevDiagonalMethod · 0.45
setCovarianceDiagonalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected