24#ifndef vtkStructuredPointsCollection_h
25#define vtkStructuredPointsCollection_h
27#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 structured points data objects
void AddItem(vtkStructuredPoints *ds)
Add a pointer to a vtkStructuredPoints to the list.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkStructuredPoints * GetNextStructuredPoints(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
static vtkStructuredPointsCollection * New()
vtkStructuredPoints * GetNextItem()
Get the next item in the collection.
vtkStructuredPointsCollection()
~vtkStructuredPointsCollection() override
void * vtkCollectionSimpleIterator