X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fvtk%2Fsrc%2FbbvtkSphereList.h;h=fdc775afc1868d6dff5a855c158d9ef56e858db8;hb=6827eadc2157e47cc354282c7992fe052e6b5ca0;hp=ddbc10d4bcf33ec345efc1ef40f087c20c3da16a;hpb=3b9ae551acae07891da406ab6fd0f0ce392dc923;p=bbtk.git diff --git a/packages/vtk/src/bbvtkSphereList.h b/packages/vtk/src/bbvtkSphereList.h index ddbc10d..fdc775a 100644 --- a/packages/vtk/src/bbvtkSphereList.h +++ b/packages/vtk/src/bbvtkSphereList.h @@ -67,6 +67,7 @@ class bbvtk_EXPORT SphereList 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);