28 #ifndef vtkPlaneCollection_h
29 #define vtkPlaneCollection_h
31 #include "vtkCommonDataModelModule.h"
create and manipulate unsorted lists of objects
vtkObject * GetItemAsObject(int i)
Get the i'th item in the collection.
void AddItem(vtkObject *)
Add an object to the list.
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
abstract base class for most VTK objects
maintain a list of planes
~vtkPlaneCollection() override
vtkPlane * GetNextItem()
Get the next plane in the list.
static vtkPlaneCollection * New()
vtkPlane * GetNextPlane(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
vtkPlane * GetItem(int i)
Get the ith plane in the list.
void AddItem(vtkPlane *)
Add a plane to the list.
perform various plane computations
void * vtkCollectionSimpleIterator