X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=packages%2Fvtk%2Fsrc%2FbbvtkSphereList.h;h=fdc775afc1868d6dff5a855c158d9ef56e858db8;hb=6827eadc2157e47cc354282c7992fe052e6b5ca0;hp=edb397103263c3fc6dff5b035602cd25e12e9b9d;hpb=cfad95b6e08e6e53846ffcda7fbc5932065f2c47;p=bbtk.git diff --git a/packages/vtk/src/bbvtkSphereList.h b/packages/vtk/src/bbvtkSphereList.h index edb3971..fdc775a 100644 --- a/packages/vtk/src/bbvtkSphereList.h +++ b/packages/vtk/src/bbvtkSphereList.h @@ -62,9 +62,12 @@ class bbvtk_EXPORT SphereList void Process(); std::vector sphereActor; - std::vector sphereMapper; - std::vector vtkSphere; + std::vector 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);