VTK
9.1.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Common
ExecutionModel
vtkInformationDataObjectMetaDataKey.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkInformationDataObjectMetaDataKey.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
=========================================================================*/
23
#ifndef vtkInformationDataObjectMetaDataKey_h
24
#define vtkInformationDataObjectMetaDataKey_h
25
26
#include "vtkCommonExecutionModelModule.h"
// For export macro
27
#include "
vtkInformationDataObjectKey.h
"
28
29
#include "
vtkCommonInformationKeyManager.h
"
// Manage instances of this type.
30
31
class
VTKCOMMONEXECUTIONMODEL_EXPORT
vtkInformationDataObjectMetaDataKey
32
:
public
vtkInformationDataObjectKey
33
{
34
public
:
35
vtkTypeMacro(
vtkInformationDataObjectMetaDataKey
,
vtkInformationDataObjectKey
);
36
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
37
38
vtkInformationDataObjectMetaDataKey
(
const
char
* name,
const
char
* location);
39
~vtkInformationDataObjectMetaDataKey
()
override
;
40
46
static
vtkInformationDataObjectMetaDataKey
*
MakeKey
(
const
char
* name,
const
char
* location)
47
{
48
return
new
vtkInformationDataObjectMetaDataKey
(name, location);
49
}
50
56
void
CopyDefaultInformation
(
57
vtkInformation
* request,
vtkInformation
* fromInfo,
vtkInformation
* toInfo)
override
;
58
59
private
:
60
vtkInformationDataObjectMetaDataKey
(
const
vtkInformationDataObjectMetaDataKey
&) =
delete
;
61
void
operator=(
const
vtkInformationDataObjectMetaDataKey
&) =
delete
;
62
};
63
64
#endif
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:113
vtkInformationDataObjectKey
Key for vtkDataObject values.
Definition:
vtkInformationDataObjectKey.h:34
vtkInformationDataObjectMetaDataKey
key used to define meta-data of type vtkDataObject vtkInformationDataObjectMetaDataKey is a vtkInform...
Definition:
vtkInformationDataObjectMetaDataKey.h:33
vtkInformationDataObjectMetaDataKey::vtkInformationDataObjectMetaDataKey
vtkInformationDataObjectMetaDataKey(const char *name, const char *location)
vtkInformationDataObjectMetaDataKey::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkInformationDataObjectMetaDataKey::MakeKey
static vtkInformationDataObjectMetaDataKey * MakeKey(const char *name, const char *location)
This method simply returns a new vtkInformationDataObjectMetaDataKey, given a name and a location.
Definition:
vtkInformationDataObjectMetaDataKey.h:46
vtkInformationDataObjectMetaDataKey::~vtkInformationDataObjectMetaDataKey
~vtkInformationDataObjectMetaDataKey() override
vtkInformationDataObjectMetaDataKey::CopyDefaultInformation
void CopyDefaultInformation(vtkInformation *request, vtkInformation *fromInfo, vtkInformation *toInfo) override
Simply shallow copies the key from fromInfo to toInfo if request has the REQUEST_INFORMATION() key.
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:183
vtkCommonInformationKeyManager.h
vtkInformationDataObjectKey.h
Generated on Fri Apr 21 2023 10:28:43 for VTK by
1.9.6