VTK
9.2.6
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
=========================================================================*/
32
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
42
:
public
vtkInformationIntegerKey
43
{
44
public
:
45
vtkTypeMacro(
vtkInformationIntegerRequestKey
,
vtkInformationIntegerKey
);
46
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
47
48
vtkInformationIntegerRequestKey
(
const
char
* name,
const
char
* location);
49
~vtkInformationIntegerRequestKey
()
override
;
50
56
static
VTK_NEWINSTANCE
vtkInformationIntegerRequestKey
*
MakeKey
(
57
const
char
* name,
const
char
* location)
58
{
59
return
new
vtkInformationIntegerRequestKey
(name, location);
60
}
61
67
bool
NeedToExecute
(
vtkInformation
* pipelineInfo,
vtkInformation
* dobjInfo)
override
;
68
73
void
StoreMetaData
(
74
vtkInformation
* request,
vtkInformation
* pipelineInfo,
vtkInformation
* dobjInfo)
override
;
75
80
void
CopyDefaultInformation
(
81
vtkInformation
* request,
vtkInformation
* fromInfo,
vtkInformation
* toInfo)
override
;
82
83
protected
:
84
vtkInformationIntegerKey
*
DataKey
;
85
86
private
:
87
vtkInformationIntegerRequestKey
(
const
vtkInformationIntegerRequestKey
&) =
delete
;
88
void
operator=(
const
vtkInformationIntegerRequestKey
&) =
delete
;
89
};
90
91
#endif
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:34
vtkInformationIntegerKey::vtkInformationIntegerKey
vtkInformationIntegerKey(const char *name, const char *location)
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:84
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:56
vtkInformationIntegerRequestKey::~vtkInformationIntegerRequestKey
~vtkInformationIntegerRequestKey() override
vtkInformationIntegerRequestKey::vtkInformationIntegerRequestKey
vtkInformationIntegerRequestKey(const char *name, const char *location)
vtkInformation
Store vtkAlgorithm input/output information.
Definition
vtkInformation.h:68
vtkCommonInformationKeyManager.h
vtkInformationIntegerKey.h
VTK_NEWINSTANCE
#define VTK_NEWINSTANCE
Definition
vtkWrappingHints.h:44
Generated on Sun Mar 2 2025 00:00:00 for VTK by
1.13.2