30 #ifndef GRT_RANGE_TRACKER_HEADER 31 #define GRT_RANGE_TRACKER_HEADER 33 #include "GRTCommon.h" 37 #define BIG_POSITIVE_VALUE 99e+99 38 #define BIG_NEGATIVE_VALUE -99e+99 75 this->trackData = rhs.trackData;
76 this->numDimensions = rhs.numDimensions;
77 this->totalNumSamplesViewed = rhs.totalNumSamplesViewed;
78 this->ranges = rhs.ranges;
96 bool setNumDimensions(UINT numDimensions);
129 bool saveRangeDataToFile(std::string filename);
136 bool loadRangeDataFromFile(std::string filename);
162 ULONG totalNumSamplesViewed;
169 #endif //GRT_RANGE_TRACKER_HEADER ULONG getNumSamplesViewed()
bool enableTracking(bool trackData)