VTK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
home
boeckb
code
depot
group-kitware
vtk
build-release
Utilities
Doxygen
dox
Common
ExecutionModel
vtkInformationIntegerRequestKey.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkInformationIntegerRequestKey.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
=========================================================================*/
35
#ifndef vtkInformationIntegerRequestKey_h
36
#define vtkInformationIntegerRequestKey_h
37
38
#include "
vtkCommonExecutionModelModule.h
"
// For export macro
39
#include "
vtkInformationIntegerKey.h
"
40
41
#include "
vtkCommonInformationKeyManager.h
"
// Manage instances of this type.
42
43
class
VTKCOMMONEXECUTIONMODEL_EXPORT
vtkInformationIntegerRequestKey
:
public
vtkInformationIntegerKey
44
{
45
public
:
46
vtkTypeMacro(
vtkInformationIntegerRequestKey
,
vtkInformationIntegerKey
);
47
void
PrintSelf
(ostream& os,
vtkIndent
indent);
48
49
vtkInformationIntegerRequestKey
(
const
char
*
name
,
const
char
*
location
);
50
~
vtkInformationIntegerRequestKey
();
51
53
56
static
vtkInformationIntegerRequestKey
*
MakeKey
(
const
char
*
name
,
const
char
*
location
)
57
{
58
return
new
vtkInformationIntegerRequestKey
(name, location);
59
}
61
63
66
virtual
bool
NeedToExecute
(
vtkInformation
* pipelineInfo,
67
vtkInformation
* dobjInfo);
69
71
72
virtual
void
StoreMetaData
(
vtkInformation
* request,
73
vtkInformation
* pipelineInfo,
74
vtkInformation
* dobjInfo);
76
78
80
virtual
void
CopyDefaultInformation
(
vtkInformation
* request,
81
vtkInformation
* fromInfo,
82
vtkInformation
* toInfo);
84
85
protected
:
86
vtkInformationIntegerKey
*
DataKey
;
87
88
private
:
89
vtkInformationIntegerRequestKey
(
const
vtkInformationIntegerRequestKey
&);
// Not implemented.
90
void
operator=(
const
vtkInformationIntegerRequestKey
&);
// Not implemented.
91
92
};
93
94
#endif
VTKCOMMONEXECUTIONMODEL_EXPORT
#define VTKCOMMONEXECUTIONMODEL_EXPORT
Definition:
vtkCommonExecutionModelModule.h:15
vtkX3D::location
Definition:
vtkX3D.h:406
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:85
vtkInformationKey::NeedToExecute
virtual bool NeedToExecute(vtkInformation *vtkNotUsed(pipelineInfo), vtkInformation *vtkNotUsed(dobjInfo))
Definition:
vtkInformationKey.h:103
vtkX3D::name
Definition:
vtkX3D.h:219
vtkInformationIntegerRequestKey::DataKey
vtkInformationIntegerKey * DataKey
Definition:
vtkInformationIntegerRequestKey.h:86
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:38
vtkInformationIntegerKey
Key for integer values in vtkInformation.
Definition:
vtkInformationIntegerKey.h:33
vtkInformationIntegerKey::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkInformationKey::StoreMetaData
virtual void StoreMetaData(vtkInformation *vtkNotUsed(request), vtkInformation *vtkNotUsed(pipelineInfo), vtkInformation *vtkNotUsed(dobjInfo))
Definition:
vtkInformationKey.h:118
vtkCommonInformationKeyManager.h
vtkInformationIntegerKey.h
vtkInformationIntegerRequestKey
key that can used to request integer values from the pipeline vtkInformationIntegerRequestKey is a vt...
Definition:
vtkInformationIntegerRequestKey.h:43
vtkInformationKey::CopyDefaultInformation
virtual void CopyDefaultInformation(vtkInformation *vtkNotUsed(request), vtkInformation *vtkNotUsed(fromInfo), vtkInformation *vtkNotUsed(toInfo))
Definition:
vtkInformationKey.h:130
vtkCommonExecutionModelModule.h
vtkInformationIntegerRequestKey::MakeKey
static vtkInformationIntegerRequestKey * MakeKey(const char *name, const char *location)
Definition:
vtkInformationIntegerRequestKey.h:56
Generated by
1.8.9.1