comparison transform/Transform.h @ 1:40116f709d3b

* Reorganising code base. This revision probably should compile once more.
author Chris Cannam
date Mon, 31 Jul 2006 14:05:22 +0000
parents cd5d7ff8ef38
children dd11619b73ba
comparison
equal deleted inserted replaced
0:cd5d7ff8ef38 1:40116f709d3b
14 */ 14 */
15 15
16 #ifndef _TRANSFORM_H_ 16 #ifndef _TRANSFORM_H_
17 #define _TRANSFORM_H_ 17 #define _TRANSFORM_H_
18 18
19 #include "Thread.h" 19 #include "base/Thread.h"
20 20
21 #include "base/Model.h" 21 #include "data/model/Model.h"
22 22
23 typedef QString TransformName; 23 typedef QString TransformName;
24 24
25 /** 25 /**
26 * A Transform turns one data model into another. 26 * A Transform turns one data model into another.