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 () | |
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.
vtkSMSessionObject::vtkScopedMonitorProgress::vtkScopedMonitorProgress | ( | vtkSMSessionObject * | parent | ) |
vtkSMSessionObject::vtkScopedMonitorProgress::~vtkScopedMonitorProgress | ( | ) |