maintain an unordered list of data objects
More...
#include <vtkDataObjectCollection.h>
Inherits vtkCollection.
maintain an unordered list of data objects
vtkDataObjectCollection is an object that creates and manipulates lists of data objects. See also vtkCollection and subclasses.
- Examples:
- vtkDataObjectCollection (Examples)
Definition at line 33 of file vtkDataObjectCollection.h.
vtkDataObjectCollection::vtkDataObjectCollection |
( |
| ) |
|
|
inlineprotected |
vtkDataObjectCollection::~vtkDataObjectCollection |
( |
| ) |
|
|
inlineprotected |
static int vtkDataObjectCollection::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkDataObjectCollection::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkDataObjectCollection::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
vtkDataObject* vtkDataObjectCollection::GetNextDataObject |
( |
vtkCollectionSimpleIterator & |
cookie | ) |
|
|
inline |
Reentrant safe way to get an object in a collection. Just pass the same cookie back and forth.
Definition at line 67 of file vtkDataObjectCollection.h.
The documentation for this class was generated from the following file: