comparison data/model/SparseValueModel.h @ 150:4b2ea82fd0ed

* Reorganising code base. This revision probably should compile once more.
author Chris Cannam
date Mon, 31 Jul 2006 14:05:22 +0000
parents 3a13b0d4934e
children 9c85517ff0f5
comparison
equal deleted inserted replaced
149:3e4c384f518e 150:4b2ea82fd0ed
15 15
16 #ifndef _SPARSE_VALUE_MODEL_H_ 16 #ifndef _SPARSE_VALUE_MODEL_H_
17 #define _SPARSE_VALUE_MODEL_H_ 17 #define _SPARSE_VALUE_MODEL_H_
18 18
19 #include "SparseModel.h" 19 #include "SparseModel.h"
20 #include "UnitDatabase.h" 20 #include "base/UnitDatabase.h"
21 21
22 /** 22 /**
23 * Model containing sparse data (points with some properties) of which 23 * Model containing sparse data (points with some properties) of which
24 * one of the properties is an arbitrary float value. The other 24 * one of the properties is an arbitrary float value. The other
25 * properties depend on the point type. 25 * properties depend on the point type.