Searched refs:NumberSample (Results 1 – 6 of 6) sorted by relevance
15 String NumberSample::TheId = "N";17 double NumberSample::TheDelta = 0;145 NumberSample::NumberSample(): theValue(-1) { in NumberSample() function in NumberSample148 void NumberSample::setImage(const String &image) { in setImage()154 void NumberSample::fillPanorama(Panorama *p) const { in fillPanorama()158 bool NumberSample::selfSimilar(const Sample &s) const { in selfSimilar()159 const NumberSample &n = static_cast<const NumberSample&>(s); in selfSimilar()173 Sample *NumberSample::clone() const { in clone()174 return new NumberSample(*this); in clone()177 void NumberSample::reportDifferences(const Sample &s, Formatter &form) const { in reportDifferences()[all …]
237 if (attrClass == NumberSample::TheId) { in skipSample()238 NumberSample *n = new NumberSample; in skipSample()358 double &delta = NumberSample::TheDelta; in configure()
100 class NumberSample: public AtomSample {106 NumberSample();
64 blob.typeId(NumberSample::TheId); in addMeasBlob()73 blob.typeId(NumberSample::TheId); in addMeasBlob()
300 NumberSample::TheId : TextSample::TheId; in renderMeasurementVal()
1540 NumberSample json.RawMessage `json:"numberSample,omitempty"` member