 |
VTK
9.1.0
|
Go to the documentation of this file.
44 #ifndef vtkPlaneCollection_h
45 #define vtkPlaneCollection_h
48 #include "vtkCommonDataModelModule.h"
perform various plane computations
void * vtkCollectionSimpleIterator
vtkPlaneCollection()=default
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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
a simple class to control print indentation
vtkObject * GetItemAsObject(int i)
Get the i'th item in the collection.
void AddItem(vtkPlane *)
Add a plane to the list.
static vtkPlaneCollection * New()
vtkPlane * GetNextItem()
Get the next plane in the list.
vtkPlane * GetNextPlane(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
void AddItem(vtkObject *)
Add an object to the bottom of the list.
~vtkPlaneCollection() override=default
maintain a list of planes