Changeset 2360 for GTP/trunk/Lib/Vis/Preprocessing
- Timestamp:
- 05/09/07 10:24:25 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/Environment.cpp
r2332 r2360 1354 1354 optBool, 1355 1355 "gvs_per_viewcell=", 1356 " false");1356 "true"); 1357 1357 1358 1358 RegisterOption("GvsPreprocessor.stats", -
GTP/trunk/Lib/Vis/Preprocessing/src/FlexibleHeap.h
r2176 r2360 15 15 { 16 16 public: 17 17 18 Heapable(): mPriority(0) { NotInHeap(); SetPriority(0.0f); } 18 19 … … 25 26 //inline float GetPriority() const { return mPriority; } 26 27 virtual float GetPriority() const = 0; 28 27 29 protected: 28 30
Note: See TracChangeset
for help on using the changeset viewer.