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