Mercurial > hg > svcore
comparison data/model/DenseThreeDimensionalModel.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 | 21792a550ec9 |
comparison
equal
deleted
inserted
replaced
149:3e4c384f518e | 150:4b2ea82fd0ed |
---|---|
14 */ | 14 */ |
15 | 15 |
16 #ifndef _DENSE_THREE_DIMENSIONAL_MODEL_H_ | 16 #ifndef _DENSE_THREE_DIMENSIONAL_MODEL_H_ |
17 #define _DENSE_THREE_DIMENSIONAL_MODEL_H_ | 17 #define _DENSE_THREE_DIMENSIONAL_MODEL_H_ |
18 | 18 |
19 #include "base/Model.h" | 19 #include "Model.h" |
20 #include "base/ZoomConstraint.h" | 20 #include "base/ZoomConstraint.h" |
21 | 21 |
22 #include <QMutex> | 22 #include <QMutex> |
23 #include <vector> | 23 #include <vector> |
24 | 24 |