vtkStructuredPointsCollection - maintain a list of structured points data objects
Super Class: vtkCollection
Description:
vtkStructuredPointsCollection is an object that creates and manipulates lists of structured points datasets. See also vtkCollection and subclasses.
Methods:
![]() | static vtkStructuredPointsCollection *New () |
![]() | const char *GetClassName () |
![]() | void AddItem (vtkStructuredPoints *) |
![]() | void RemoveItem (vtkStructuredPoints *) |
![]() | int IsItemPresent (vtkStructuredPoints *) |
![]() | vtkStructuredPoints *GetNextItem () |
Detailed Method Descriptions:
![]() | void AddItem (vtkStructuredPoints *) |
![]() | void RemoveItem (vtkStructuredPoints *) |
![]() | int IsItemPresent (vtkStructuredPoints *) |
![]() | vtkStructuredPoints *GetNextItem () |