25 #ifndef vtkImplicitFunctionCollection_h 26 #define vtkImplicitFunctionCollection_h 28 #include "vtkCommonDataModelModule.h" abstract interface for implicit functions
void * vtkCollectionSimpleIterator
vtkImplicitFunction * GetNextImplicitFunction(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
abstract base class for most VTK objects
~vtkImplicitFunctionCollection() override
maintain a list of implicit functions
void AddItem(vtkImplicitFunction *)
Add an implicit function to the list.
vtkImplicitFunctionCollection()
static vtkCollection * New()
Construct with empty list.
void AddItem(vtkObject *)
Add an object to the bottom of the list.
create and manipulate ordered lists of objects
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
vtkImplicitFunction * GetNextItem()
Get the next implicit function in the list.