20 #include <QtCore/QThread>
24 #include <sys/types.h>
26 #include <mccodimage.h>
27 #include "boost/tuple/tuple.hpp"
28 #include <vtkImageData.h>
34 struct xvimage * image1;
36 int32_t niter, grow, shrink, topo;
39 vtkImageData *rawTree;
41 long long unsigned int voxCount;
44 const boost::tuple<std::string,long long unsigned int,int, int, int, std::string, vtkImageData *> &argv;
50 pinkEden(
const boost::tuple<std::string,long long unsigned int,int, int, int, std::string, vtkImageData *> &);