]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkSphereList.h
Enabled dynamic modification of opacity in vtkShereList
[bbtk.git] / packages / vtk / src / bbvtkSphereList.h
index edb397103263c3fc6dff5b035602cd25e12e9b9d..ac45d5ed087e0ff95a789996cebe5ab60bca89e1 100644 (file)
@@ -62,8 +62,6 @@ class bbvtk_EXPORT SphereList
   void Process();
 
   std::vector<vtkActor *> sphereActor;
-  std::vector<vtkPolyDataMapper *> sphereMapper;
-  std::vector<vtkSphereSource *> vtkSphere;
 
 };