#include <vtkObjectDeque.h>
Inheritance diagram for vtkObjectDeque:
Definition at line 31 of file vtkObjectDeque.h.
Public Member Functions | |
vtkTypeRevisionMacro (vtkObjectDeque, vtkObjectBaseDeque) | |
void | PrintSelf (ostream &, vtkIndent) |
virtual int | Swap (vtkObjectDeque *container) |
Swaps items of this container with those of the specified container. | |
virtual int | Copy (vtkObjectDeque *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, vtkObjectDeque *sequence) |
Inserts copies of all items in the source sequence into this sequence at the specified position. | |
virtual int | Insert (vtkIdType position, vtkObjectDeque *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 | PushFront (vtkObject *item) |
Add an item to the front of this sequence. | |
virtual int | PushBack (vtkObject *item) |
Add an item to the end 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. | |
vtkObjectDequeIterator * | CreateIterator (void) |
Create an iterator. | |
Static Public Member Functions | |
vtkObjectDeque * | New (void) |
Protected Member Functions | |
vtkObjectDeque (void) | |
~vtkObjectDeque () | |
Friends | |
class | vtkObjectDequeIterator |
|
|
|
|
|
Assigns item to the specified position replacing the existant item.
Definition at line 124 of file vtkObjectDeque.h. |
|
Provides access by index to the objects contained in this sequence.
Reimplemented from vtkObjectBaseDeque. Definition at line 59 of file vtkObjectDeque.h. |
|
Returns the last item in the container, or
Reimplemented from vtkObjectBaseDeque. Definition at line 152 of file vtkObjectDeque.h. |
|
Copy all items from the specified container into this container.
Definition at line 50 of file vtkObjectDeque.h. |
|
Create an iterator.
Reimplemented from vtkObjectBaseDeque. |
|
Returns the first item in the container, or
Reimplemented from vtkObjectBaseDeque. Definition at line 145 of file vtkObjectDeque.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 vtkObjectDeque.h. |
|
Inserts copies of all items in the source sequence into this sequence at the specified position.
Definition at line 93 of file vtkObjectDeque.h. |
|
Inserts an item into this sequence at the specified position.
Definition at line 75 of file vtkObjectDeque.h. |
|
Reimplemented from vtkObjectBaseDeque. |
|
Reimplemented from vtkObjectBaseDeque. |
|
Add an item to the end of this sequence.
Definition at line 138 of file vtkObjectDeque.h. |
|
Add an item to the front of this sequence.
Definition at line 131 of file vtkObjectDeque.h. |
|
Swaps items of this container with those of the specified container.
Definition at line 43 of file vtkObjectDeque.h. |
|
|
|
Definition at line 165 of file vtkObjectDeque.h. |