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