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

Method countElements

include/DataSet.h:140–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 }
139
140 int countElements(const KeyType &ID) const
141 {
142 if (!this->checkID(ID))
143 {
144 return 0;
145 }
146 else
147 {
148 return _DataStreams.at(ID).size();
149 }
150 }
151
152 bool checkElement(const KeyType &ID, const double Timestamp, const int Number = 0) const
153 {

Callers 4

getTimeCloseToMethod · 0.95
ATEFunction · 0.80
MaxAbsErrorFunction · 0.80
countFactorTypeMethod · 0.80

Calls 1

checkIDMethod · 0.95

Tested by 2

ATEFunction · 0.64
MaxAbsErrorFunction · 0.64