maintain an unordered list of dataset objects
More...
#include <vtkDataSetCollection.h>
Inherits vtkCollection.
maintain an unordered list of dataset objects
vtkDataSetCollection is an object that creates and manipulates lists of datasets. See also vtkCollection and subclasses.
Definition at line 30 of file vtkDataSetCollection.h.
vtkDataSetCollection::vtkDataSetCollection |
( |
| ) |
|
|
inlineprotected |
vtkDataSetCollection::~vtkDataSetCollection |
( |
| ) |
|
|
inlineprotected |
static int vtkDataSetCollection::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkDataSetCollection::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkDataSetCollection::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkDataSetCollection::AddItem |
( |
vtkDataSet * |
ds | ) |
|
|
inline |
vtkDataSet* vtkDataSetCollection::GetNextItem |
( |
| ) |
|
|
inline |
vtkDataSet* vtkDataSetCollection::GetNextDataSet |
( |
| ) |
|
|
inline |
vtkDataSet* vtkDataSetCollection::GetItem |
( |
int |
i | ) |
|
|
inline |
vtkDataSet* vtkDataSetCollection::GetDataSet |
( |
int |
i | ) |
|
|
inline |
vtkDataSet* vtkDataSetCollection::GetNextDataSet |
( |
vtkCollectionSimpleIterator & |
cookie | ) |
|
|
inline |
Reentrant safe way to get an object in a collection. Just pass the same cookie back and forth.
Definition at line 64 of file vtkDataSetCollection.h.
The documentation for this class was generated from the following file: