Go to the documentation of this file.
26 #ifndef vtkPolyDataCollection_h
27 #define vtkPolyDataCollection_h
29 #include "vtkCommonDataModelModule.h"
maintain a list of polygonal data objects
static vtkCollection * New()
Construct with empty list.
void * vtkCollectionSimpleIterator
vtkPolyData * GetNextItem()
Get the next poly data in the list.
abstract base class for most VTK objects
~vtkPolyDataCollection() override
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
create and manipulate ordered lists of objects
void AddItem(vtkPolyData *pd)
Add a poly data to the bottom of the list.
vtkPolyData * GetNextPolyData(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
a simple class to control print indentation
concrete dataset represents vertices, lines, polygons, and triangle strips
void AddItem(vtkObject *)
Add an object to the bottom of the list.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.