ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkSessionIterator Class Reference

#include <vtkSessionIterator.h>

Inheritance diagram for vtkSessionIterator:
Inheritance graph
[legend]
Collaboration diagram for vtkSessionIterator:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void InitTraversal ()
virtual void GoToNextItem ()
virtual bool IsDoneWithTraversal ()
vtkSessionGetCurrentSession ()
vtkIdType GetCurrentSessionId ()

Static Public Member Functions

static vtkSessionIteratorNew ()
static int IsTypeOf (const char *type)
static vtkSessionIteratorSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkSessionIterator ()
 ~vtkSessionIterator ()

Protected Attributes

vtkInternals * Internals

Detailed Description

vtkSessionIterator is used to iterate over sessions in the global ProcessModule.

Definition at line 28 of file vtkSessionIterator.h.


Constructor & Destructor Documentation

vtkSessionIterator::vtkSessionIterator ( ) [protected]
vtkSessionIterator::~vtkSessionIterator ( ) [protected]

Member Function Documentation

static vtkSessionIterator* vtkSessionIterator::New ( ) [static]

Reimplemented from vtkObject.

virtual const char* vtkSessionIterator::GetClassName ( ) [virtual]

Reimplemented from vtkObject.

static int vtkSessionIterator::IsTypeOf ( const char *  type) [static]

Reimplemented from vtkObject.

virtual int vtkSessionIterator::IsA ( const char *  type) [virtual]

Reimplemented from vtkObject.

static vtkSessionIterator* vtkSessionIterator::SafeDownCast ( vtkObject o) [static]

Reimplemented from vtkObject.

void vtkSessionIterator::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Reimplemented from vtkObject.

virtual void vtkSessionIterator::InitTraversal ( ) [virtual]

Begin iterating over the composite dataset structure.

virtual void vtkSessionIterator::GoToNextItem ( ) [virtual]

Move the iterator to the next item in the collection.

virtual bool vtkSessionIterator::IsDoneWithTraversal ( ) [virtual]

Test whether the iterator is finished with the traversal. Returns 1 for yes, and 0 for no. It is safe to call any of the GetCurrent...() methods only when IsDoneWithTraversal() returns 0.

vtkSession* vtkSessionIterator::GetCurrentSession ( )

Returns the current session.

vtkIdType vtkSessionIterator::GetCurrentSessionId ( )

Returns the current session id.


Member Data Documentation

vtkInternals* vtkSessionIterator::Internals [protected]

Definition at line 57 of file vtkSessionIterator.h.


The documentation for this class was generated from the following file: