VTK
|
Manage the instantiation and deletion of the vtkExecutionScheduler singleton. More...
#include <vtkExecutionSchedulerManager.h>
Public Member Functions | |
vtkExecutionSchedulerManager () | |
~vtkExecutionSchedulerManager () |
Manage the instantiation and deletion of the vtkExecutionScheduler singleton.
vtkExecutionSchedulerManager is included in the header of vtkExecutionScheduler, or any of its subclasses. It makes sure that the singleton is created after the vtkDebugLeaks singleton, and destroyed before vtkDebugLeaks is cleaned up.
Definition at line 35 of file vtkExecutionSchedulerManager.h.