VTK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
dox
Common
ExecutionModel
vtkFilteringInformationKeyManager.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkFilteringInformationKeyManager.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
=========================================================================*/
24
#ifndef vtkFilteringInformationKeyManager_h
25
#define vtkFilteringInformationKeyManager_h
26
27
#include "
vtkCommonExecutionModelModule.h
"
// For export macro
28
#include "
vtkSystemIncludes.h
"
29
30
#include "
vtkDebugLeaksManager.h
"
// DebugLeaks exists longer than info keys.
31
32
class
vtkInformationKey
;
33
34
class
VTKCOMMONEXECUTIONMODEL_EXPORT
vtkFilteringInformationKeyManager
35
{
36
public
:
37
vtkFilteringInformationKeyManager
();
38
~
vtkFilteringInformationKeyManager
();
39
43
static
void
Register(
vtkInformationKey
*
key
);
44
45
private
:
46
// Unimplemented
47
vtkFilteringInformationKeyManager
(
const
vtkFilteringInformationKeyManager
&);
48
vtkFilteringInformationKeyManager
& operator=(
49
const
vtkFilteringInformationKeyManager
&);
50
51
static
void
ClassInitialize();
52
static
void
ClassFinalize();
53
};
54
55
// This instance will show up in any translation unit that uses key
56
// types defined in vtkFiltering or that has a singleton. It will
57
// make sure vtkFilteringInformationKeyManager's vector of keys is
58
// initialized before and destroyed after it is used.
59
static
vtkFilteringInformationKeyManager
vtkFilteringInformationKeyManagerInstance
;
60
61
#endif
62
// VTK-HeaderTest-Exclude: vtkFilteringInformationKeyManager.h
VTKCOMMONEXECUTIONMODEL_EXPORT
#define VTKCOMMONEXECUTIONMODEL_EXPORT
Definition:
vtkCommonExecutionModelModule.h:15
vtkSystemIncludes.h
vtkFilteringInformationKeyManagerInstance
static vtkFilteringInformationKeyManager vtkFilteringInformationKeyManagerInstance
Definition:
vtkFilteringInformationKeyManager.h:59
vtkDebugLeaksManager.h
vtkInformationKey
Superclass for vtkInformation keys.
Definition:
vtkInformationKey.h:37
vtkFilteringInformationKeyManager
Manages key types in vtkFiltering.
Definition:
vtkFilteringInformationKeyManager.h:34
vtkX3D::key
Definition:
vtkX3D.h:257
vtkCommonExecutionModelModule.h
Generated on Wed Dec 16 2015 17:14:50 for VTK by
1.8.9.1