VTK
9.4.20250204
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Common
ExecutionModel
vtkInformationIntegerRequestKey.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2
// SPDX-License-Identifier: BSD-3-Clause
24
#ifndef vtkInformationIntegerRequestKey_h
25
#define vtkInformationIntegerRequestKey_h
26
27
#include "vtkCommonExecutionModelModule.h"
// For export macro
28
#include "
vtkInformationIntegerKey.h
"
29
30
#include "
vtkCommonInformationKeyManager.h
"
// Manage instances of this type.
31
32
VTK_ABI_NAMESPACE_BEGIN
33
class
VTKCOMMONEXECUTIONMODEL_EXPORT
vtkInformationIntegerRequestKey
34
:
public
vtkInformationIntegerKey
35
{
36
public
:
37
vtkTypeMacro(
vtkInformationIntegerRequestKey
,
vtkInformationIntegerKey
);
38
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
39
40
vtkInformationIntegerRequestKey
(
const
char
* name,
const
char
* location);
41
~vtkInformationIntegerRequestKey
()
override
;
42
48
static
VTK_NEWINSTANCE
vtkInformationIntegerRequestKey
*
MakeKey
(
49
const
char
* name,
const
char
* location)
50
{
51
return
new
vtkInformationIntegerRequestKey
(name, location);
52
}
53
59
bool
NeedToExecute
(
vtkInformation
* pipelineInfo,
vtkInformation
* dobjInfo)
override
;
60
65
void
StoreMetaData
(
66
vtkInformation
* request,
vtkInformation
* pipelineInfo,
vtkInformation
* dobjInfo)
override
;
67
72
void
CopyDefaultInformation
(
73
vtkInformation
* request,
vtkInformation
* fromInfo,
vtkInformation
* toInfo)
override
;
74
75
protected
:
76
vtkInformationIntegerKey
*
DataKey
;
77
78
private
:
79
vtkInformationIntegerRequestKey
(
const
vtkInformationIntegerRequestKey
&) =
delete
;
80
void
operator=(
const
vtkInformationIntegerRequestKey
&) =
delete
;
81
};
82
83
VTK_ABI_NAMESPACE_END
84
#endif
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:108
vtkInformationIntegerKey
Key for integer values in vtkInformation.
Definition
vtkInformationIntegerKey.h:24
vtkInformationIntegerRequestKey
key that can used to request integer values from the pipeline vtkInformationIntegerRequestKey is a vt...
Definition
vtkInformationIntegerRequestKey.h:35
vtkInformationIntegerRequestKey::CopyDefaultInformation
void CopyDefaultInformation(vtkInformation *request, vtkInformation *fromInfo, vtkInformation *toInfo) override
Copies the value stored in fromInfo using this key into toInfo if request has the REQUEST_UPDATE_EXTE...
vtkInformationIntegerRequestKey::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkInformationIntegerRequestKey::NeedToExecute
bool NeedToExecute(vtkInformation *pipelineInfo, vtkInformation *dobjInfo) override
Returns true if a value of type DataKey does not exist in dobjInfo or if it is different that the val...
vtkInformationIntegerRequestKey::StoreMetaData
void StoreMetaData(vtkInformation *request, vtkInformation *pipelineInfo, vtkInformation *dobjInfo) override
Copies the value stored in pipelineInfo using this key into dobjInfo.
vtkInformationIntegerRequestKey::DataKey
vtkInformationIntegerKey * DataKey
Definition
vtkInformationIntegerRequestKey.h:76
vtkInformationIntegerRequestKey::MakeKey
static vtkInformationIntegerRequestKey * MakeKey(const char *name, const char *location)
This method simply returns a new vtkInformationIntegerRequestKey, given a name and a location.
Definition
vtkInformationIntegerRequestKey.h:48
vtkInformationIntegerRequestKey::~vtkInformationIntegerRequestKey
~vtkInformationIntegerRequestKey() override
vtkInformationIntegerRequestKey::vtkInformationIntegerRequestKey
vtkInformationIntegerRequestKey(const char *name, const char *location)
vtkInformation
Store vtkAlgorithm input/output information.
Definition
vtkInformation.h:172
vtkCommonInformationKeyManager.h
vtkInformationIntegerKey.h
VTK_NEWINSTANCE
#define VTK_NEWINSTANCE
Definition
vtkWrappingHints.h:44
Generated on Tue Feb 4 2025 21:24:01 for VTK by
1.9.7