Public Member Functions | List of all members
vtkSMSessionObject::vtkScopedMonitorProgress Class Reference

Helper class designed to call session->PrepareProgress() in constructor and session->CleanupPendingProgress() in destructor. More...

#include <vtkSMSessionObject.h>

Public Member Functions

 vtkScopedMonitorProgress (vtkSMSessionObject *parent)
 
 ~vtkScopedMonitorProgress ()
 

Detailed Description

Helper class designed to call session->PrepareProgress() in constructor and session->CleanupPendingProgress() in destructor.

To use this class, simply create this class on the stack with the vtkSMObject instance as the argument to the constructor.

{
...
...
}

Definition at line 65 of file vtkSMSessionObject.h.

Constructor & Destructor Documentation

◆ vtkScopedMonitorProgress()

vtkSMSessionObject::vtkScopedMonitorProgress::vtkScopedMonitorProgress ( vtkSMSessionObject parent)

◆ ~vtkScopedMonitorProgress()

vtkSMSessionObject::vtkScopedMonitorProgress::~vtkScopedMonitorProgress ( )

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