VTK
dox/Common/ExecutionModel/vtkExecutionSchedulerManager.h
Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Visualization Toolkit
00004   Module:    vtkExecutionSchedulerManager.h
00005 
00006   Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
00007   All rights reserved.
00008   See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
00009 
00010      This software is distributed WITHOUT ANY WARRANTY; without even
00011      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00012      PURPOSE.  See the above copyright notice for more information.
00013 
00014 =========================================================================*/
00028 #ifndef __vtkExecutionSchedulerManager_h
00029 #define __vtkExecutionSchedulerManager_h
00030 
00031 #include "vtkCommonExecutionModelModule.h" // For export macro
00032 #include "vtkSystemIncludes.h"
00033 #include "vtkDebugLeaksManager.h" // DebugLeaks exists longer than us.
00034 
00035 class VTKCOMMONEXECUTIONMODEL_EXPORT vtkExecutionSchedulerManager
00036 {
00037 public:
00038   vtkExecutionSchedulerManager();
00039   ~vtkExecutionSchedulerManager();
00040 private:
00041   static unsigned int Count;
00042 };
00043 
00047 static vtkExecutionSchedulerManager vtkExecutionSchedulerManagerInstance;
00048 
00049 #endif
00050 // VTK-HeaderTest-Exclude: vtkExecutionSchedulerManager.h