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