VTK
9.2.6
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
=========================================================================*/
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
vtkX3D::location
Definition:
vtkX3D.h:412
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:73
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:128
vtkX3D::name
Definition:
vtkX3D.h:225
vtkInformationIntegerRequestKey::DataKey
vtkInformationIntegerKey * DataKey
Definition:
vtkInformationIntegerRequestKey.h:87
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkInformationIntegerKey
Key for integer values in vtkInformation.
Definition:
vtkInformationIntegerKey.h:34
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:148
VTK_NEWINSTANCE
#define VTK_NEWINSTANCE
Definition:
vtkWrappingHints.h:44
vtkCommonInformationKeyManager.h
vtkInformationIntegerKey.h
vtkInformationIntegerRequestKey
key that can used to request integer values from the pipeline vtkInformationIntegerRequestKey is a vt...
Definition:
vtkInformationIntegerRequestKey.h:44
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:161
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
Generated on Mon Oct 16 2023 12:11:51 for VTK by
1.8.10