VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
vtkExecutionSchedulerManager.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkExecutionSchedulerManager.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
28 #ifndef __vtkExecutionSchedulerManager_h
29 #define __vtkExecutionSchedulerManager_h
30 
31 #include "vtkCommonExecutionModelModule.h" // For export macro
32 #include "vtkSystemIncludes.h"
33 #include "vtkDebugLeaksManager.h" // DebugLeaks exists longer than us.
34 
35 class VTKCOMMONEXECUTIONMODEL_EXPORT vtkExecutionSchedulerManager
36 {
37 public:
40 private:
41  static unsigned int Count;
42 };
43 
48 
49 #endif
50 // VTK-HeaderTest-Exclude: vtkExecutionSchedulerManager.h
static vtkExecutionSchedulerManager vtkExecutionSchedulerManagerInstance
Manage the instantiation and deletion of the vtkExecutionScheduler singleton.