VTK
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
41
42#include "vtkCommonInformationKeyManager.h" // Manage instances of this type.
43
44class VTKCOMMONEXECUTIONMODEL_EXPORT vtkInformationIntegerRequestKey : public vtkInformationIntegerKey
45{
46public:
48 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
49
52
58 static vtkInformationIntegerRequestKey* MakeKey(const char* name, const char* location)
59 {
61 }
62
68 bool NeedToExecute(vtkInformation* pipelineInfo,
69 vtkInformation* dobjInfo) VTK_OVERRIDE;
70
76 vtkInformation* pipelineInfo,
77 vtkInformation* dobjInfo) VTK_OVERRIDE;
78
84 vtkInformation* fromInfo,
85 vtkInformation* toInfo) VTK_OVERRIDE;
86
87protected:
89
90private:
92 void operator=(const vtkInformationIntegerRequestKey&) VTK_DELETE_FUNCTION;
93
94};
95
96#endif
a simple class to control print indentation
Definition: vtkIndent.h:40
Key for integer values in vtkInformation.
key that can used to request integer values from the pipeline vtkInformationIntegerRequestKey is a vt...
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...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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...
void StoreMetaData(vtkInformation *request, vtkInformation *pipelineInfo, vtkInformation *dobjInfo) override
Copies the value stored in pipelineInfo using this key into dobjInfo.
vtkInformationIntegerRequestKey(const char *name, const char *location)
Store vtkAlgorithm input/output information.
@ location
Definition: vtkX3D.h:406
@ name
Definition: vtkX3D.h:219