X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2FContour%2FPropagation.h;h=304b8fc8180e4840c2cf6f27fafef38a6aabf367;hb=6e940f8b87d85a90438f01d56c3c6c92da2bc14a;hp=9ede3eae2b63f8b61b26de51b6c28093188a2326;hpb=c5feadbb145eecf6d73f793535b7e23eb18db2cb;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/Contour/Propagation.h b/lib/maracasVisuLib/src/interface/wxWindows/Contour/Propagation.h index 9ede3ea..304b8fc 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/Contour/Propagation.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/Contour/Propagation.h @@ -7,7 +7,8 @@ #include "itkMatrix.h" */ -#include "../manualContour.h" +#include "marTypes.h" +#include "manualContourModel.h" #include "time.h" #include @@ -46,7 +47,7 @@ class Vector std::vector _vecZ; }; -class PropContour +class creaMaracasVisu_EXPORT PropContour { public: PropContour(); @@ -98,4 +99,6 @@ class PropContour std::vector _planevector; }; -#endif // __Propagation_h_INCLUDED__ \ No newline at end of file +#endif // __Propagation_h_INCLUDED__ + +