VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkOverrideInformationCollection Class Reference

maintain a list of override information objects More...

#include <vtkOverrideInformationCollection.h>

Inheritance diagram for vtkOverrideInformationCollection:
Inheritance graph
[legend]
Collaboration diagram for vtkOverrideInformationCollection:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkCollection Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkOverrideInformationCollectionNewInstance () const
void AddItem (vtkOverrideInformation *)
vtkOverrideInformationGetNextItem ()
vtkOverrideInformationGetNextOverrideInformation (vtkCollectionSimpleIterator &cookie)

Static Public Member Functions

static int IsTypeOf (const char *type)
static
vtkOverrideInformationCollection
SafeDownCast (vtkObjectBase *o)
static
vtkOverrideInformationCollection
New ()

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkOverrideInformationCollection ()
 ~vtkOverrideInformationCollection ()

Detailed Description

maintain a list of override information objects

vtkOverrideInformationCollection is an object that creates and manipulates lists of objects of type vtkOverrideInformation.

See also:
vtkCollection
Tests:
vtkOverrideInformationCollection (Tests)

Definition at line 35 of file vtkOverrideInformationCollection.h.


Member Typedef Documentation

Reimplemented from vtkCollection.

Definition at line 38 of file vtkOverrideInformationCollection.h.


Constructor & Destructor Documentation

Definition at line 59 of file vtkOverrideInformationCollection.h.

Definition at line 60 of file vtkOverrideInformationCollection.h.


Member Function Documentation

static int vtkOverrideInformationCollection::IsTypeOf ( const char *  name) [static]

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkCollection.

virtual int vtkOverrideInformationCollection::IsA ( const char *  name) [virtual]

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkCollection.

Reimplemented from vtkCollection.

Reimplemented from vtkCollection.

Reimplemented from vtkCollection.

Construct with empty list.

Reimplemented from vtkCollection.

Add a OverrideInformation to the list.

Definition at line 72 of file vtkOverrideInformationCollection.h.

Get the next OverrideInformation in the list.

Definition at line 77 of file vtkOverrideInformationCollection.h.

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

Definition at line 51 of file vtkOverrideInformationCollection.h.


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