24 #ifndef vtkStructuredPointsCollection_h 25 #define vtkStructuredPointsCollection_h 27 #include "vtkCommonDataModelModule.h" void * vtkCollectionSimpleIterator
vtkStructuredPoints * GetNextItem()
Get the next item in the collection.
abstract base class for most VTK objects
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void AddItem(vtkStructuredPoints *ds)
Add a pointer to a vtkStructuredPoints to the bottom of the list.
static vtkCollection * New()
Construct with empty list.
vtkStructuredPoints * GetNextStructuredPoints(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
maintain a list of structured points data objects
void AddItem(vtkObject *)
Add an object to the bottom of the list.
create and manipulate ordered lists of objects
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
vtkStructuredPointsCollection()
~vtkStructuredPointsCollection() override