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
vtkImplicitFunctionCollection()
static vtkCollection * New()
Construct with empty list.
void AddItem(vtkObject *)
Add an object to the list.
create and manipulate unsorted lists of objects
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
vtkImplicitFunction * GetNextItem()
Get the next implicit function in the list.