VTK
dox
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
=========================================================================*/
26
#ifndef vtkInformationDataObjectMetaDataKey_h
27
#define vtkInformationDataObjectMetaDataKey_h
28
29
#include "vtkCommonExecutionModelModule.h"
// For export macro
30
#include "
vtkInformationDataObjectKey.h
"
31
32
#include "
vtkCommonInformationKeyManager.h
"
// Manage instances of this type.
33
34
class
VTKCOMMONEXECUTIONMODEL_EXPORT
vtkInformationDataObjectMetaDataKey
:
public
vtkInformationDataObjectKey
35
{
36
public
:
37
vtkTypeMacro(
vtkInformationDataObjectMetaDataKey
,
vtkInformationDataObjectKey
);
38
void
PrintSelf
(ostream& os,
vtkIndent
indent) VTK_OVERRIDE;
39
40
vtkInformationDataObjectMetaDataKey
(
const
char
*
name
,
const
char
*
location
);
41
~vtkInformationDataObjectMetaDataKey
() VTK_OVERRIDE;
42
48
static
vtkInformationDataObjectMetaDataKey
* MakeKey(const
char
*
name
, const
char
*
location
)
49
{
50
return
new
vtkInformationDataObjectMetaDataKey
(
name
,
location
);
51
}
52
58
void
CopyDefaultInformation
(
vtkInformation
* request,
59
vtkInformation
* fromInfo,
60
vtkInformation
* toInfo) VTK_OVERRIDE;
61
62
private
:
63
vtkInformationDataObjectMetaDataKey
(
const
vtkInformationDataObjectMetaDataKey
&) VTK_DELETE_FUNCTION;
64
void
operator=(
const
vtkInformationDataObjectMetaDataKey
&) VTK_DELETE_FUNCTION;
65
};
66
67
#endif
vtkInformationDataObjectMetaDataKey
key used to define meta-data of type vtkDataObject vtkInformationDataObjectMetaDataKey is a vtkInform...
Definition:
vtkInformationDataObjectMetaDataKey.h:35
vtkCommonInformationKeyManager.h
vtkInformationDataObjectKey
Key for vtkDataObject values.
Definition:
vtkInformationDataObjectKey.h:34
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.
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:40
vtkInformationDataObjectMetaDataKey::~vtkInformationDataObjectMetaDataKey
~vtkInformationDataObjectMetaDataKey() override
vtkX3D::name
@ name
Definition:
vtkX3D.h:219
vtkInformationDataObjectKey.h
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:87
vtkX3D::location
@ location
Definition:
vtkX3D.h:406
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.
Generated by
1.8.20