23 #ifndef __vtkStructuredPointsCollection_h
24 #define __vtkStructuredPointsCollection_h
26 #include "vtkCommonDataModelModule.h"
27 #include "vtkCollection.h"
35 void PrintSelf(ostream& os, vtkIndent indent);
41 this->vtkCollection::AddItem(ds);
57 vtkCollectionSimpleIterator &cookie) {
59 this->GetNextItemAsObject(cookie));};
71 void AddItem(vtkObject *o) { this->vtkCollection::AddItem(o); };
vtkStructuredPoints * GetNextItem()
void AddItem(vtkStructuredPoints *ds)
vtkStructuredPoints * GetNextStructuredPoints(vtkCollectionSimpleIterator &cookie)
maintain a list of structured points data objects
~vtkStructuredPointsCollection()
vtkStructuredPointsCollection()