24#ifndef vtkStructuredPointsCollection_h
25#define vtkStructuredPointsCollection_h
28#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 structured points data objects
void AddItem(vtkStructuredPoints *ds)
Add a pointer to a vtkStructuredPoints 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.
~vtkStructuredPointsCollection() override=default
vtkStructuredPoints * GetNextStructuredPoints(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
vtkStructuredPointsCollection()=default
static vtkStructuredPointsCollection * New()
vtkStructuredPoints * GetNextItem()
Get the next item in the collection.
void * vtkCollectionSimpleIterator