]> Creatis software - creaContours.git/blobdiff - lib/kernel_ManagerContour_NDimensions/KernelManagerContour.h
*** empty log message ***
[creaContours.git] / lib / kernel_ManagerContour_NDimensions / KernelManagerContour.h
index 067cbf34a6a0f0ffd0f12fa329662b525002f4cf..023846c7164fbce76065d74f40b6253f6e440976 100644 (file)
 
 #include "ContourPropagation.h"
 
+#include "manualContourModel.h"
+#include "manualContourModelCircle.h"
+#include "manualContourModelLine.h"
+#include "manualContourModelRoi.h"
+
 #include <vtkImageChangeInformation.h>
 
 class KernelManagerContour{
@@ -33,7 +38,7 @@ public:
        **      If images are available before the construction of the kernelManager this method should be used
        **      it sets the vector images and initializes the environment
        **/
-       KernelManagerContour(std::vector<vtkImageData*> images,std::string datadir);
+       KernelManagerContour(std::vector<vtkImageData*> images,std::string datadir,std::string tmpdir);
        ~KernelManagerContour();
 
        std::vector<vtkImageData*> getVectImages();