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