|
ParaView
|
#include <vtkSessionIterator.h>


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 () |
| vtkSession * | GetCurrentSession () |
| vtkIdType | GetCurrentSessionId () |
Static Public Member Functions | |
| static vtkSessionIterator * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSessionIterator * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSessionIterator () | |
| ~vtkSessionIterator () | |
Protected Attributes | |
| vtkInternals * | Internals |
vtkSessionIterator is used to iterate over sessions in the global ProcessModule.
Definition at line 28 of file vtkSessionIterator.h.
| vtkSessionIterator::vtkSessionIterator | ( | ) | [protected] |
| vtkSessionIterator::~vtkSessionIterator | ( | ) | [protected] |
| static vtkSessionIterator* vtkSessionIterator::New | ( | ) | [static] |
Reimplemented from vtkObject.
| virtual const char* vtkSessionIterator::GetClassName | ( | ) | [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.
vtkInternals* vtkSessionIterator::Internals [protected] |
Definition at line 57 of file vtkSessionIterator.h.
1.7.5.1