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
vtkExecutiveCollection Class Reference

maintain a list of executive objects More...

#include <vtkExecutiveCollection.h>

Inherits vtkCollection.

Public Types

typedef vtkCollection Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkExecutiveCollectionNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
void AddItem (vtkExecutive *exec)
 
vtkExecutiveGetNextItem ()
 
vtkExecutiveGetNextExecutive (vtkCollectionSimpleIterator &cookie)
 

Static Public Member Functions

static vtkExecutiveCollectionNew ()
 
static int IsTypeOf (const char *type)
 
static vtkExecutiveCollectionSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

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

Detailed Description

maintain a list of executive objects

vtkExecutiveCollection is an object that creates and manipulates lists of objects that are (inherited from) vtkExecutives.

See Also
vtkExecutive vtkCollection

Definition at line 48 of file vtkExecutiveCollection.h.

Member Typedef Documentation

typedef vtkCollection vtkExecutiveCollection::Superclass

Definition at line 52 of file vtkExecutiveCollection.h.

Constructor & Destructor Documentation

vtkExecutiveCollection::vtkExecutiveCollection ( )
inlineprotected

Definition at line 83 of file vtkExecutiveCollection.h.

vtkExecutiveCollection::~vtkExecutiveCollection ( )
inlineprotected

Definition at line 84 of file vtkExecutiveCollection.h.

Member Function Documentation

static vtkExecutiveCollection* vtkExecutiveCollection::New ( )
static
static int vtkExecutiveCollection::IsTypeOf ( const char *  type)
static
virtual int vtkExecutiveCollection::IsA ( const char *  type)
virtual
static vtkExecutiveCollection* vtkExecutiveCollection::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkExecutiveCollection::NewInstanceInternal ( ) const
protectedvirtual
vtkExecutiveCollection* vtkExecutiveCollection::NewInstance ( ) const
void vtkExecutiveCollection::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
void vtkExecutiveCollection::AddItem ( vtkExecutive exec)
inline

Add an executive to the list.

Definition at line 57 of file vtkExecutiveCollection.h.

vtkExecutive* vtkExecutiveCollection::GetNextItem ( )
inline

Get the next executive in the list.

Definition at line 65 of file vtkExecutiveCollection.h.

vtkExecutive* vtkExecutiveCollection::GetNextExecutive ( vtkCollectionSimpleIterator &  cookie)
inline

Reentrant safe way to get an object in a collection. Just pass the same cookie back and forth.

Definition at line 75 of file vtkExecutiveCollection.h.


The documentation for this class was generated from the following file: