34 #ifndef __QGoContourWaterShedAlgo_h
35 #define __QGoContourWaterShedAlgo_h
40 #include "QGoGUILibConfigure.h"
41 #include "vtkSmartPointer.h"
42 #include "vtkPolyData.h"
43 #include "vtkImageData.h"
58 vtkPoints* iSeeds, std::vector<vtkSmartPointer< vtkImageData > >* iImages,
class to be the interface between the watershed algo for contours and GoFigure
QGoContourWaterShedAlgo(QWidget *iParent=0)
std::vector< vtkPolyData * > ApplyAlgo(vtkPoints *iSeeds, std::vector< vtkSmartPointer< vtkImageData > > *iImages, int iChannel)
~QGoContourWaterShedAlgo()
class to be the interface between the watershed algo for meshes and GoFigure