25#ifndef vtkImplicitFunctionCollection_h
26#define vtkImplicitFunctionCollection_h
29#include "vtkCommonDataModelModule.h"
create and manipulate ordered lists of objects
void AddItem(vtkObject *)
Add an object to the bottom of the list.
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
maintain a list of implicit functions
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkImplicitFunctionCollection * New()
~vtkImplicitFunctionCollection() override=default
vtkImplicitFunctionCollection()=default
vtkImplicitFunction * GetNextItem()
Get the next implicit function in the list.
void AddItem(vtkImplicitFunction *)
Add an implicit function to the list.
vtkImplicitFunction * GetNextImplicitFunction(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
abstract interface for implicit functions
a simple class to control print indentation
abstract base class for most VTK objects
void * vtkCollectionSimpleIterator