VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Common
ExecutionModel
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
:
38
vtkExecutionSchedulerManager
();
39
~
vtkExecutionSchedulerManager
();
40
private
:
41
static
unsigned
int
Count;
42
};
43
47
static
vtkExecutionSchedulerManager
vtkExecutionSchedulerManagerInstance
;
48
49
#endif
50
// VTK-HeaderTest-Exclude: vtkExecutionSchedulerManager.h
Generated on Thu May 24 2012 22:22:12 for VTK by
1.8.1