#include <vtkAdaptorContainer.h>
Inheritance diagram for vtkAdaptorContainer:
Definition at line 28 of file vtkAdaptorContainer.h.
Public Member Functions | |
vtkTypeRevisionMacro (vtkAdaptorContainer, vtkContainer) | |
void | PrintSelf (ostream &, vtkIndent) |
virtual int | Swap (vtkAdaptorContainer *container)=0 |
Swaps items of this container with those of the specified container. | |
virtual int | Copy (vtkAdaptorContainer *container)=0 |
Copy all items from the specified container into this container. | |
Protected Member Functions | |
vtkAdaptorContainer (void) | |
~vtkAdaptorContainer () |
|
|
|
|
|
Copy all items from the specified container into this container.
|
|
Reimplemented from vtkContainer. Reimplemented in vtkObjectBasePriorityQueue, vtkObjectBaseQueue, vtkObjectBaseStack, vtkObjectPriorityQueue, vtkObjectQueue, and vtkObjectStack. |
|
Swaps items of this container with those of the specified container.
|
|
|