VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkDataObjectCollection Class Reference

maintain an unordered list of data objects More...

#include <vtkDataObjectCollection.h>

Inherits vtkCollection.

Public Types

typedef vtkCollection Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkDataObjectCollectionNewInstance () const
 
void AddItem (vtkDataObject *ds)
 
vtkDataObjectGetNextItem ()
 
vtkDataObjectGetItem (int i)
 
vtkDataObjectGetNextDataObject (vtkCollectionSimpleIterator &cookie)
 

Static Public Member Functions

static vtkDataObjectCollectionNew ()
 
static int IsTypeOf (const char *type)
 
static vtkDataObjectCollectionSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkDataObjectCollection ()
 
 ~vtkDataObjectCollection ()
 

Detailed Description

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.

Member Typedef Documentation

typedef vtkCollection vtkDataObjectCollection::Superclass

Definition at line 37 of file vtkDataObjectCollection.h.

Constructor & Destructor Documentation

vtkDataObjectCollection::vtkDataObjectCollection ( )
inlineprotected

Definition at line 75 of file vtkDataObjectCollection.h.

vtkDataObjectCollection::~vtkDataObjectCollection ( )
inlineprotected

Definition at line 76 of file vtkDataObjectCollection.h.

Member Function Documentation

static vtkDataObjectCollection* vtkDataObjectCollection::New ( )
static
static int vtkDataObjectCollection::IsTypeOf ( const char *  type)
static
virtual int vtkDataObjectCollection::IsA ( const char *  type)
virtual
static vtkDataObjectCollection* vtkDataObjectCollection::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkDataObjectCollection::NewInstanceInternal ( ) const
protectedvirtual
vtkDataObjectCollection* vtkDataObjectCollection::NewInstance ( ) const
void vtkDataObjectCollection::AddItem ( vtkDataObject ds)
inline

Add a data object to the list.

Definition at line 41 of file vtkDataObjectCollection.h.

vtkDataObject* vtkDataObjectCollection::GetNextItem ( )
inline

Get the next data object in the list.

Definition at line 49 of file vtkDataObjectCollection.h.

vtkDataObject* vtkDataObjectCollection::GetItem ( int  i)
inline

Get the ith data object in the list.

Definition at line 57 of file vtkDataObjectCollection.h.

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: