13 #ifndef vtkImplicitFunctionCollection_h
14 #define vtkImplicitFunctionCollection_h
17 #include "vtkCommonDataModelModule.h"
21 VTK_ABI_NAMESPACE_BEGIN
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
maintain a list of implicit functions
void AddItem(vtkImplicitFunction *)
Add an implicit function to the list.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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.