maintain a list of planes
More...
#include <vtkPlaneCollection.h>
Inherits vtkCollection.
maintain a list of planes
vtkPlaneCollection is an object that creates and manipulates lists of objects of type vtkPlane.
- See Also
- vtkCollection
- Tests:
- vtkPlaneCollection (Tests)
Definition at line 35 of file vtkPlaneCollection.h.
vtkPlaneCollection::vtkPlaneCollection |
( |
| ) |
|
|
inlineprotected |
vtkPlaneCollection::~vtkPlaneCollection |
( |
| ) |
|
|
inlineprotected |
static int vtkPlaneCollection::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkPlaneCollection::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkPlaneCollection::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkPlaneCollection::AddItem |
( |
vtkPlane * |
f | ) |
|
|
inline |
vtkPlane * vtkPlaneCollection::GetNextItem |
( |
| ) |
|
|
inline |
vtkPlane* vtkPlaneCollection::GetItem |
( |
int |
i | ) |
|
|
inline |
vtkPlane* vtkPlaneCollection::GetNextPlane |
( |
vtkCollectionSimpleIterator & |
cookie | ) |
|
Reentrant safe way to get an object in a collection. Just pass the same cookie back and forth.
The documentation for this class was generated from the following file: