55#ifndef vtkPolyDataCollection_h
56#define vtkPolyDataCollection_h
59#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.
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()
void AddItem(vtkPolyData *pd)
Add a poly data to the bottom of the list.
vtkPolyDataCollection()=default
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.
~vtkPolyDataCollection() override=default
concrete dataset represents vertices, lines, polygons, and triangle strips
void * vtkCollectionSimpleIterator