]> Creatis software - creaContours.git/blobdiff - lib/kernel_ManagerContour_NDimensions/KernelManagerContour.h
no message
[creaContours.git] / lib / kernel_ManagerContour_NDimensions / KernelManagerContour.h
index 6aa151f5db8b8e4e04f20d08296636870ab28c6b..28238838b422f2537525e48e242f57763d20710c 100644 (file)
@@ -47,6 +47,9 @@ public:
        std::vector<vtkImageData*> getVectImages();
        void setVectImages(std::vector<vtkImageData*> vectimg);
 
+       void GetSpacing(double *vecspc, int iImage);
+
+       
        /**
        **      This method returns the source of the image data selected by the user.
        */
@@ -152,24 +155,25 @@ private:
 //------------------------------------------------------------------------------------------------------------
 // Attributes
 //------------------------------------------------------------------------------------------------------------
-       std::vector<vtkImageData*> vectimages;
+       std::vector<vtkImageData*>                              vectimages;
+       std::vector<std::vector<double> >               vectimagesSpacing;
 
-       ImageSourceThing                imageSource;
+       ImageSourceThing                                                *imageSource;
 
        //Instant * _actualInstant;
 //Temporary attribute should be removed
-       OutlineModelManager             modelManager;
+       OutlineModelManager                                             *modelManager;
 
-       std::string filename;
+       std::string                                                             filename;
 
-       int inredo;
-       int inundo;
-       int _currentIndex;
-       std::string     stundoredo;
-       std::string _datadir;
+       int                                                                             inredo;
+       int                                                                             inundo;
+       int                                                                             _currentIndex;
+       std::string                                                             stundoredo;
+       std::string                                                             _datadir;
 
-       ContourPropagation_contourPropagation;
+       ContourPropagation                                              *_contourPropagation;
 
-       OutlineModelManagergetOutlineModelManager();
+       OutlineModelManager                                             *getOutlineModelManager();
 };
 #endif