VTK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
=========================================================================*/
33
#ifndef vtkInformationIntegerRequestKey_h
34
#define vtkInformationIntegerRequestKey_h
35
36
#include "vtkCommonExecutionModelModule.h"
// For export macro
37
#include "
vtkInformationIntegerKey.h
"
38
39
#include "
vtkCommonInformationKeyManager.h
"
// Manage instances of this type.
40
41
class
VTKCOMMONEXECUTIONMODEL_EXPORT
vtkInformationIntegerRequestKey
:
public
vtkInformationIntegerKey
42
{
43
public
:
44
vtkTypeMacro(
vtkInformationIntegerRequestKey
,
vtkInformationIntegerKey
);
45
void
PrintSelf
(ostream& os,
vtkIndent
indent) VTK_OVERRIDE;
46
47
vtkInformationIntegerRequestKey
(
const
char
*
name
,
const
char
*
location
);
48
~
vtkInformationIntegerRequestKey
() VTK_OVERRIDE;
49
55
static
vtkInformationIntegerRequestKey
* MakeKey(const
char
*
name
, const
char
*
location
)
56
{
57
return
new
vtkInformationIntegerRequestKey
(name, location);
58
}
59
65
bool
NeedToExecute
(
vtkInformation
* pipelineInfo,
66
vtkInformation
* dobjInfo) VTK_OVERRIDE;
67
72
void
StoreMetaData
(
vtkInformation
* request,
73
vtkInformation
* pipelineInfo,
74
vtkInformation
* dobjInfo) VTK_OVERRIDE;
75
80
void
CopyDefaultInformation
(
vtkInformation
* request,
81
vtkInformation
* fromInfo,
82
vtkInformation
* toInfo) VTK_OVERRIDE;
83
84
protected
:
85
vtkInformationIntegerKey
*
DataKey
;
86
87
private
:
88
vtkInformationIntegerRequestKey
(
const
vtkInformationIntegerRequestKey
&) VTK_DELETE_FUNCTION;
89
void
operator=(const
vtkInformationIntegerRequestKey
&) VTK_DELETE_FUNCTION;
90
91
};
92
93
#endif
vtkX3D::location
Definition:
vtkX3D.h:406
vtkInformationIntegerKey::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:80
vtkInformationKey::NeedToExecute
virtual bool NeedToExecute(vtkInformation *vtkNotUsed(pipelineInfo), vtkInformation *vtkNotUsed(dobjInfo))
This function is only relevant when the pertaining key is used in a VTK pipeline. ...
Definition:
vtkInformationKey.h:126
vtkX3D::name
Definition:
vtkX3D.h:219
vtkInformationIntegerRequestKey::DataKey
vtkInformationIntegerKey * DataKey
Definition:
vtkInformationIntegerRequestKey.h:85
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:33
vtkInformationIntegerKey
Key for integer values in vtkInformation.
Definition:
vtkInformationIntegerKey.h:31
vtkInformationKey::StoreMetaData
virtual void StoreMetaData(vtkInformation *vtkNotUsed(request), vtkInformation *vtkNotUsed(pipelineInfo), vtkInformation *vtkNotUsed(dobjInfo))
This function is only relevant when the pertaining key is used in a VTK pipeline. ...
Definition:
vtkInformationKey.h:143
vtkCommonInformationKeyManager.h
vtkInformationIntegerKey.h
vtkInformationIntegerRequestKey
key that can used to request integer values from the pipeline vtkInformationIntegerRequestKey is a vt...
Definition:
vtkInformationIntegerRequestKey.h:41
vtkInformationKey::CopyDefaultInformation
virtual void CopyDefaultInformation(vtkInformation *vtkNotUsed(request), vtkInformation *vtkNotUsed(fromInfo), vtkInformation *vtkNotUsed(toInfo))
This function is only relevant when the pertaining key is used in a VTK pipeline. ...
Definition:
vtkInformationKey.h:155
Generated by
1.8.5