]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/Contour/Propagation.h
ViewerNV 2D with color Transfer Function
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / Contour / Propagation.h
index 9ede3eae2b63f8b61b26de51b6c28093188a2326..304b8fc8180e4840c2cf6f27fafef38a6aabf367 100644 (file)
@@ -7,7 +7,8 @@
   #include "itkMatrix.h"
 */
 
-#include "../manualContour.h"
+#include "marTypes.h"
+#include "manualContourModel.h"
 #include "time.h"
 #include <wx/wx.h>
 
@@ -46,7 +47,7 @@ class Vector
                        std::vector<double> _vecZ;
 };
 
-class PropContour
+class creaMaracasVisu_EXPORT PropContour
 {
        public:
                        PropContour();
@@ -98,4 +99,6 @@ class PropContour
 
                        std::vector<Vector>             _planevector;
 };
-#endif // __Propagation_h_INCLUDED__
\ No newline at end of file
+#endif // __Propagation_h_INCLUDED__