VTK
9.3.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Common
ExecutionModel
vtkInformationDataObjectMetaDataKey.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2
// SPDX-License-Identifier: BSD-3-Clause
14
#ifndef vtkInformationDataObjectMetaDataKey_h
15
#define vtkInformationDataObjectMetaDataKey_h
16
17
#include "vtkCommonExecutionModelModule.h"
// For export macro
18
#include "
vtkInformationDataObjectKey.h
"
19
20
#include "
vtkCommonInformationKeyManager.h
"
// Manage instances of this type.
21
22
VTK_ABI_NAMESPACE_BEGIN
23
class
VTKCOMMONEXECUTIONMODEL_EXPORT
vtkInformationDataObjectMetaDataKey
24
:
public
vtkInformationDataObjectKey
25
{
26
public
:
27
vtkTypeMacro(
vtkInformationDataObjectMetaDataKey
,
vtkInformationDataObjectKey
);
28
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
29
30
vtkInformationDataObjectMetaDataKey
(
const
char
*
name
,
const
char
*
location
);
31
~
vtkInformationDataObjectMetaDataKey
()
override
;
32
38
static
VTK_NEWINSTANCE
vtkInformationDataObjectMetaDataKey
*
MakeKey
(
39
const
char
*
name
,
const
char
*
location
)
40
{
41
return
new
vtkInformationDataObjectMetaDataKey
(name, location);
42
}
43
49
void
CopyDefaultInformation
(
50
vtkInformation
* request,
vtkInformation
* fromInfo,
vtkInformation
* toInfo)
override
;
51
52
private
:
53
vtkInformationDataObjectMetaDataKey
(
const
vtkInformationDataObjectMetaDataKey
&) =
delete
;
54
void
operator=(
const
vtkInformationDataObjectMetaDataKey
&) =
delete
;
55
};
56
57
VTK_ABI_NAMESPACE_END
58
#endif
vtkX3D::location
Definition:
vtkX3D.h:406
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:62
vtkInformationDataObjectKey
Key for vtkDataObject values.
Definition:
vtkInformationDataObjectKey.h:22
vtkInformationDataObjectKey.h
vtkInformationDataObjectKey::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkX3D::name
Definition:
vtkX3D.h:219
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:28
vtkInformationDataObjectMetaDataKey
key used to define meta-data of type vtkDataObject vtkInformationDataObjectMetaDataKey is a vtkInform...
Definition:
vtkInformationDataObjectMetaDataKey.h:23
VTK_NEWINSTANCE
#define VTK_NEWINSTANCE
Definition:
vtkWrappingHints.h:32
vtkCommonInformationKeyManager.h
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:150
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:38
Generated on Sun Dec 8 2024 22:04:59 for VTK by
1.8.10