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