VTK
9.2.6
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
=========================================================================*/
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
35
:
public
vtkInformationDataObjectKey
36
{
37
public
:
38
vtkTypeMacro(
vtkInformationDataObjectMetaDataKey
,
vtkInformationDataObjectKey
);
39
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
40
41
vtkInformationDataObjectMetaDataKey
(
const
char
*
name
,
const
char
*
location
);
42
~
vtkInformationDataObjectMetaDataKey
()
override
;
43
49
static
VTK_NEWINSTANCE
vtkInformationDataObjectMetaDataKey
*
MakeKey
(
50
const
char
*
name
,
const
char
*
location
)
51
{
52
return
new
vtkInformationDataObjectMetaDataKey
(name, location);
53
}
54
60
void
CopyDefaultInformation
(
61
vtkInformation
* request,
vtkInformation
* fromInfo,
vtkInformation
* toInfo)
override
;
62
63
private
:
64
vtkInformationDataObjectMetaDataKey
(
const
vtkInformationDataObjectMetaDataKey
&) =
delete
;
65
void
operator=(
const
vtkInformationDataObjectMetaDataKey
&) =
delete
;
66
};
67
68
#endif
vtkX3D::location
Definition:
vtkX3D.h:412
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:73
vtkInformationDataObjectKey
Key for vtkDataObject values.
Definition:
vtkInformationDataObjectKey.h:33
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:225
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkInformationDataObjectMetaDataKey
key used to define meta-data of type vtkDataObject vtkInformationDataObjectMetaDataKey is a vtkInform...
Definition:
vtkInformationDataObjectMetaDataKey.h:34
VTK_NEWINSTANCE
#define VTK_NEWINSTANCE
Definition:
vtkWrappingHints.h:44
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:161
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:49
Generated on Mon Oct 16 2023 11:19:26 for VTK by
1.8.10