26 #ifndef vtkPolyDataCollection_h
27 #define vtkPolyDataCollection_h
29 #include "vtkCommonDataModelModule.h"
void * vtkCollectionSimpleIterator
abstract base class for most VTK objects
vtkPolyData * GetNextItem()
Get the next poly data in the list.
vtkPolyData * GetNextPolyData(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
concrete dataset represents vertices, lines, polygons, and triangle strips
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 list.
create and manipulate unsorted lists of objects
~vtkPolyDataCollection() override
void AddItem(vtkPolyData *pd)
Add a poly data to the list.
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
maintain a list of polygonal data objects