Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

vtkExtensionsObjectQueue Class Reference

#include <vtkExtensionsObjectQueue.h>

Inheritance diagram for vtkExtensionsObjectQueue:

Inheritance graph
[legend]
Collaboration diagram for vtkExtensionsObjectQueue:

Collaboration graph
[legend]
List of all members.

Detailed Description

A queue object for objects.

Calls Register when objects are pushed onto the queue and UnRegister when the object is popped.

Author:
Sean McInerney
Version:
Revision
1.2
Date:
Date
2004/06/03 18:58:28
See also:
vtkObjectQueue vtkExtensionsObject

Definition at line 37 of file vtkExtensionsObjectQueue.h.

Public Member Functions

 vtkTypeRevisionMacro (vtkExtensionsObjectQueue, vtkObjectQueue)
virtual vtkExtensionsObjectFront (void) const
 Get a pointer to the object at the first element of the queue.

virtual vtkExtensionsObjectBack (void) const
 Get a pointer to the object at the last element of the queue.

virtual int Push (vtkExtensionsObject *object)
 Add an object pointer to the end of the queue.

vtkExtensionsObjectQueueIteratorCreateIterator (void)
 Create an iterator.


Static Public Member Functions

vtkExtensionsObjectQueueNew (void)

Protected Member Functions

 vtkExtensionsObjectQueue (void)
 ~vtkExtensionsObjectQueue ()


Constructor & Destructor Documentation

vtkExtensionsObjectQueue::vtkExtensionsObjectQueue void   )  [inline, protected]
 

Definition at line 78 of file vtkExtensionsObjectQueue.h.

vtkExtensionsObjectQueue::~vtkExtensionsObjectQueue  )  [inline, protected]
 

Definition at line 79 of file vtkExtensionsObjectQueue.h.


Member Function Documentation

virtual vtkExtensionsObject* vtkExtensionsObjectQueue::Back void   )  const [inline, virtual]
 

Get a pointer to the object at the last element of the queue.

Returns:
A pointer to the last object on success, NULL otherwise.
Note:
Covariant return type.

Reimplemented from vtkObjectQueue.

Definition at line 59 of file vtkExtensionsObjectQueue.h.

vtkExtensionsObjectQueueIterator* vtkExtensionsObjectQueue::CreateIterator void   )  [virtual]
 

Create an iterator.

Reimplemented from vtkObjectQueue.

virtual vtkExtensionsObject* vtkExtensionsObjectQueue::Front void   )  const [inline, virtual]
 

Get a pointer to the object at the first element of the queue.

Returns:
A pointer to the first object on success, NULL otherwise.
Note:
Covariant return type.

Reimplemented from vtkObjectQueue.

Definition at line 50 of file vtkExtensionsObjectQueue.h.

vtkExtensionsObjectQueue* vtkExtensionsObjectQueue::New void   )  [static]
 

Reimplemented from vtkObjectQueue.

virtual int vtkExtensionsObjectQueue::Push vtkExtensionsObject object  )  [inline, virtual]
 

Add an object pointer to the end of the queue.

Parameters:
object The object pointer to be added.
This is a typical queue operation. The function creates an element at the end of the queue and assigns the given object pointer to it.

Returns:
true on success, false otherwise.

Definition at line 71 of file vtkExtensionsObjectQueue.h.

vtkExtensionsObjectQueue::vtkTypeRevisionMacro vtkExtensionsObjectQueue  ,
vtkObjectQueue 
 

Reimplemented from vtkExtensionsObject.


The documentation for this class was generated from the following file:
Generated on Tue Aug 10 03:43:15 2004 for vtkExtensions by doxygen 1.3.7