27 #ifndef __vtkPlaneCollection_h
28 #define __vtkPlaneCollection_h
30 #include "vtkCommonDataModelModule.h"
31 #include "vtkCollection.h"
42 void AddItem(vtkPlane *);
45 vtkPlane *GetNextItem();
50 return static_cast<vtkPlane *
>(this->GetItemAsObject(i));};
57 vtkPlane *GetNextPlane(vtkCollectionSimpleIterator &cookie);
68 void AddItem(vtkObject *o) { this->vtkCollection::AddItem(o); };
77 this->vtkCollection::AddItem(f);
82 return static_cast<vtkPlane *
>(this->GetNextItemAsObject());
vtkPlane * GetItem(int i)
maintain a list of planes