X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fvtk%2Fsrc%2FbbvtkSphereList.h;h=fdc775afc1868d6dff5a855c158d9ef56e858db8;hb=66923cdc16451738c67193d83bc453772717ed6b;hp=ac45d5ed087e0ff95a789996cebe5ab60bca89e1;hpb=5a2f51cf157e546e9354dd359e2478cdf4e2d040;p=bbtk.git diff --git a/packages/vtk/src/bbvtkSphereList.h b/packages/vtk/src/bbvtkSphereList.h index ac45d5e..fdc775a 100644 --- a/packages/vtk/src/bbvtkSphereList.h +++ b/packages/vtk/src/bbvtkSphereList.h @@ -62,7 +62,12 @@ class bbvtk_EXPORT SphereList void Process(); std::vector sphereActor; + 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);