34 #ifndef __QGoMeshMergeConvexHullAlgo_h
35 #define __QGoMeshMergeConvexHullAlgo_h
40 #include "QGoGUILibConfigure.h"
41 #include "vtkSmartPointer.h"
42 #include "vtkPolyData.h"
43 #include "vtkImageData.h"
63 std::vector<vtkPolyData*> iPolyData,
class to be the interface between the QGoMeshMergeConvexHullAlgo algo for meshes and GoFigure ...
std::vector< vtkPolyData * > ApplyAlgo(GoImageProcessor *iImages, std::string iChannel, std::vector< vtkPolyData * > iPolyData, bool iIsInvertedOn)
return the vtkpolydata created by the algorithm
class to be the interface between the shape algo for meshes, contours and set of contours and GoFigur...
~QGoMeshMergeConvexHullAlgo()
QGoMeshMergeConvexHullAlgo(std::vector< vtkPoints * > *iSeeds, QWidget *iParent=0)
Interface between image reader and vtkImageData.