]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkSphereList.h
#3120 BBTK Bug New Normal - merge branch changestoITK3and4 FROM master
[bbtk.git] / packages / vtk / src / bbvtkSphereList.h
index ac45d5ed087e0ff95a789996cebe5ab60bca89e1..fdc775afc1868d6dff5a855c158d9ef56e858db8 100644 (file)
@@ -62,7 +62,12 @@ class bbvtk_EXPORT SphereList
   void Process();
 
   std::vector<vtkActor *> sphereActor;
+  std::vector<vtkSphereSource *> vtkspheresourceLst;
 
+private:
+   double GetRadio(int);
+   void GetPoint(int i, double &px,double &py,double &pz);   
+   void GetColor(int i, double &cr,double &cg,double &cb);
 };
 
 BBTK_BEGIN_DESCRIBE_BLACK_BOX(SphereList,bbtk::AtomicBlackBox);