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 bottom of the list.
create and manipulate ordered lists of objects
void AddItem(vtkPlane *)
Add a plane to the list.
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
vtkObject * GetItemAsObject(int i)
Get the i'th item in the collection.