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
=========================================================================*/
35
36
#ifndef vtkInformationIntegerRequestKey_h
37
#define vtkInformationIntegerRequestKey_h
38
39
#include "vtkCommonExecutionModelModule.h"
// For export macro
40
#include "
vtkInformationIntegerKey.h
"
41
42
#include "
vtkCommonInformationKeyManager.h
"
// Manage instances of this type.
43
44
class
VTKCOMMONEXECUTIONMODEL_EXPORT
vtkInformationIntegerRequestKey
45
:
public
vtkInformationIntegerKey
46
{
47
public
:
48
vtkTypeMacro(
vtkInformationIntegerRequestKey
,
vtkInformationIntegerKey
);
49
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
50
51
vtkInformationIntegerRequestKey
(
const
char
* name,
const
char
* location);
52
~vtkInformationIntegerRequestKey
()
override
;
53
59
static
VTK_NEWINSTANCE
vtkInformationIntegerRequestKey
*
MakeKey
(
60
const
char
* name,
const
char
* location)
61
{
62
return
new
vtkInformationIntegerRequestKey
(name, location);
63
}
64
70
bool
NeedToExecute
(
vtkInformation
* pipelineInfo,
vtkInformation
* dobjInfo)
override
;
71
76
void
StoreMetaData
(
77
vtkInformation
* request,
vtkInformation
* pipelineInfo,
vtkInformation
* dobjInfo)
override
;
78
83
void
CopyDefaultInformation
(
84
vtkInformation
* request,
vtkInformation
* fromInfo,
vtkInformation
* toInfo)
override
;
85
86
protected
:
87
vtkInformationIntegerKey
*
DataKey
;
88
89
private
:
90
vtkInformationIntegerRequestKey
(
const
vtkInformationIntegerRequestKey
&) =
delete
;
91
void
operator=(
const
vtkInformationIntegerRequestKey
&) =
delete
;
92
};
93
94
#endif
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:40
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:87
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:59
vtkInformationIntegerRequestKey::~vtkInformationIntegerRequestKey
~vtkInformationIntegerRequestKey() override
vtkInformationIntegerRequestKey::vtkInformationIntegerRequestKey
vtkInformationIntegerRequestKey(const char *name, const char *location)
vtkInformation
Store vtkAlgorithm input/output information.
Definition
vtkInformation.h:74
vtkCommonInformationKeyManager.h
vtkInformationIntegerKey.h
VTK_NEWINSTANCE
#define VTK_NEWINSTANCE
Definition
vtkWrappingHints.h:44
Generated on Thu Feb 13 2025 00:00:00 for VTK by
1.13.2