#include <vtkObjectVector.h>
Inheritance diagram for vtkObjectVector:
Definition at line 31 of file vtkObjectVector.h.
Public Member Functions | |
vtkTypeRevisionMacro (vtkObjectVector, vtkObjectBaseVector) | |
void | PrintSelf (ostream &, vtkIndent) |
virtual int | Swap (vtkObjectVector *container) |
Swaps elements of this object with those of the specified container. | |
virtual int | Copy (vtkObjectVector *container) |
Copy all items from the specified container into this container. | |
vtkObject * | At (vtkIdType position) const |
Provides access by index to the objects contained in this sequence. | |
virtual int | Insert (vtkIdType position, vtkObject *item) |
Inserts an item into this sequence at the specified position. | |
virtual int | Insert (vtkIdType position, vtkObjectVector *sequence) |
Inserts copies of all items in the source sequence into this sequence at the specified position. | |
virtual int | Insert (vtkIdType position, vtkObjectVector *sequence, vtkIdType seqBeg, vtkIdType seqEnd) |
Inserts copies of the range [srcBeg .. | |
virtual int | Assign (vtkIdType position, vtkObject *item) |
Assigns item to the specified position replacing the existant item. | |
virtual int | PushBack (vtkObject *item) |
Add an item to the end of this sequence. | |
virtual int | PushFront (vtkObject *item) |
Add an item to the front of this sequence. | |
vtkObject * | Front (void) const |
Returns the first item in the container, or null if the container is empty. | |
vtkObject * | Back (void) const |
Returns the last item in the container, or null if the container is empty. | |
vtkObjectVectorIterator * | CreateIterator (void) |
Create an iterator. | |
Static Public Member Functions | |
vtkObjectVector * | New (void) |
Protected Member Functions | |
vtkObjectVector (void) | |
~vtkObjectVector () | |
Friends | |
class | vtkObjectVectorIterator |
|
|
|
|
|
Assigns item to the specified position replacing the existant item.
Definition at line 124 of file vtkObjectVector.h. |
|
Provides access by index to the objects contained in this sequence.
Reimplemented from vtkObjectBaseVector. Definition at line 59 of file vtkObjectVector.h. |
|
Returns the last item in the container, or
Reimplemented from vtkObjectBaseVector. Definition at line 157 of file vtkObjectVector.h. |
|
Copy all items from the specified container into this container.
Definition at line 50 of file vtkObjectVector.h. |
|
Create an iterator.
Reimplemented from vtkObjectBaseVector. |
|
Returns the first item in the container, or
Reimplemented from vtkObjectBaseVector. Definition at line 150 of file vtkObjectVector.h. |
|
Inserts copies of the range [srcBeg .. srcEnd] in the source sequence into this sequence at the specified position.
Definition at line 114 of file vtkObjectVector.h. |
|
Inserts copies of all items in the source sequence into this sequence at the specified position.
Definition at line 93 of file vtkObjectVector.h. |
|
Inserts an item into this sequence at the specified position.
Definition at line 75 of file vtkObjectVector.h. |
|
Reimplemented from vtkObjectBaseVector. |
|
Reimplemented from vtkObjectBaseVector. |
|
Add an item to the end of this sequence.
Definition at line 131 of file vtkObjectVector.h. |
|
Add an item to the front of this sequence.
Definition at line 143 of file vtkObjectVector.h. |
|
Swaps elements of this object with those of the specified container.
Definition at line 43 of file vtkObjectVector.h. |
|
|
|
Definition at line 170 of file vtkObjectVector.h. |