vtkSessionIterator is used to iterate over sessions in the global ProcessModule.
More...
#include <vtkSessionIterator.h>
Inherits vtkObject.
vtkSessionIterator is used to iterate over sessions in the global ProcessModule.
Definition at line 30 of file vtkSessionIterator.h.
◆ Superclass
◆ vtkSessionIterator()
vtkSessionIterator::vtkSessionIterator |
( |
| ) |
|
|
protected |
◆ ~vtkSessionIterator()
vtkSessionIterator::~vtkSessionIterator |
( |
| ) |
|
|
protected |
◆ New()
◆ GetClassName()
virtual const char* vtkSessionIterator::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkSessionIterator::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkSessionIterator::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkSessionIterator::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ InitTraversal()
virtual void vtkSessionIterator::InitTraversal |
( |
| ) |
|
|
virtual |
Begin iterating over the composite dataset structure.
◆ GoToNextItem()
virtual void vtkSessionIterator::GoToNextItem |
( |
| ) |
|
|
virtual |
Move the iterator to the next item in the collection.
◆ IsDoneWithTraversal()
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.
◆ GetCurrentSession()
vtkSession* vtkSessionIterator::GetCurrentSession |
( |
| ) |
|
Returns the current session.
◆ GetCurrentSessionId()
vtkIdType vtkSessionIterator::GetCurrentSessionId |
( |
| ) |
|
Returns the current session id.
◆ Internals
vtkInternals* vtkSessionIterator::Internals |
|
protected |
The documentation for this class was generated from the following file: