#include <vtkExtensionsObjectSet.h>
Inheritance diagram for vtkExtensionsObjectSet:


Calls Register when objects are inserted into the set and UnRegister when the object is erased.
Definition at line 37 of file vtkExtensionsObjectSet.h.
Public Member Functions | |
| vtkTypeRevisionMacro (vtkExtensionsObjectSet, vtkObjectSet) | |
| virtual int | Swap (vtkExtensionsObjectSet *container) |
| Swaps elements of this object with those of the specified container. | |
| virtual int | Find (vtkExtensionsObject *object) const |
Returns whether the specified object is in this set. | |
| virtual int | Insert (vtkExtensionsObject *object) |
Insert an object into this set. | |
| virtual int | Erase (vtkExtensionsObject *object) |
Erases an object from this set. | |
| vtkExtensionsObjectSetIterator * | CreateIterator (void) |
| Create an iterator. | |
Iterator Methods | |
| virtual vtkExtensionsObject * | Front (void) const |
Gets the first object in the set. | |
| virtual vtkExtensionsObject * | Back (void) const |
Gets the last object in the set. | |
Static Public Member Functions | |
| vtkExtensionsObjectSet * | New (void) |
Protected Member Functions | |
| vtkExtensionsObjectSet (void) | |
| ~vtkExtensionsObjectSet () | |
|
|
Definition at line 97 of file vtkExtensionsObjectSet.h. |
|
|
Definition at line 98 of file vtkExtensionsObjectSet.h. |
|
|
Gets the last
Reimplemented from vtkObjectSet. Definition at line 89 of file vtkExtensionsObjectSet.h. |
|
|
Create an iterator.
Reimplemented from vtkObjectSet. |
|
|
Erases an
Definition at line 69 of file vtkExtensionsObjectSet.h. |
|
|
Returns whether the specified
Definition at line 55 of file vtkExtensionsObjectSet.h. |
|
|
Gets the first
Reimplemented from vtkObjectSet. Definition at line 80 of file vtkExtensionsObjectSet.h. |
|
|
Insert an
Definition at line 62 of file vtkExtensionsObjectSet.h. |
|
|
Reimplemented from vtkObjectSet. |
|
|
Swaps elements of this object with those of the specified container.
Definition at line 48 of file vtkExtensionsObjectSet.h. References Swap(). |
|
||||||||||||
|
Reimplemented from vtkExtensionsObject. |
1.3.7