|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   24 #ifndef vtkStructuredPointsCollection_h 
   25 #define vtkStructuredPointsCollection_h 
   28 #include "vtkCommonDataModelModule.h"  
  
static vtkCollection * New()
Construct with empty list.
void * vtkCollectionSimpleIterator
maintain a list of structured points data objects
vtkStructuredPoints * GetNextItem()
Get the next item in the collection.
abstract base class for most VTK objects
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
create and manipulate ordered lists of objects
a simple class to control print indentation
void AddItem(vtkStructuredPoints *ds)
Add a pointer to a vtkStructuredPoints to the bottom of the list.
vtkStructuredPoints * GetNextStructuredPoints(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
~vtkStructuredPointsCollection() override
void AddItem(vtkObject *)
Add an object 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()