]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkSphereList.h
2111 Bug Colors Law in SphereListBox
[bbtk.git] / packages / vtk / src / bbvtkSphereList.h
index edb397103263c3fc6dff5b035602cd25e12e9b9d..fdc775afc1868d6dff5a855c158d9ef56e858db8 100644 (file)
@@ -62,9 +62,12 @@ class bbvtk_EXPORT SphereList
   void Process();
 
   std::vector<vtkActor *> sphereActor;
-  std::vector<vtkPolyDataMapper *> sphereMapper;
-  std::vector<vtkSphereSource *> vtkSphere;
+  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);