VTK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
home
boeckb
code
depot
group-kitware
vtk
build-release
Utilities
Doxygen
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
=========================================================================*/
25
#ifndef vtkInformationDataObjectMetaDataKey_h
26
#define vtkInformationDataObjectMetaDataKey_h
27
28
#include "
vtkCommonExecutionModelModule.h
"
// For export macro
29
#include "
vtkInformationDataObjectKey.h
"
30
31
#include "
vtkCommonInformationKeyManager.h
"
// Manage instances of this type.
32
33
class
VTKCOMMONEXECUTIONMODEL_EXPORT
vtkInformationDataObjectMetaDataKey
:
public
vtkInformationDataObjectKey
34
{
35
public
:
36
vtkTypeMacro(
vtkInformationDataObjectMetaDataKey
,
vtkInformationDataObjectKey
);
37
void
PrintSelf
(ostream& os,
vtkIndent
indent);
38
39
vtkInformationDataObjectMetaDataKey
(
const
char
*
name
,
const
char
*
location
);
40
~
vtkInformationDataObjectMetaDataKey
();
41
43
46
static
vtkInformationDataObjectMetaDataKey
*
MakeKey
(
const
char
*
name
,
const
char
*
location
)
47
{
48
return
new
vtkInformationDataObjectMetaDataKey
(name, location);
49
}
51
53
56
virtual
void
CopyDefaultInformation
(
vtkInformation
* request,
57
vtkInformation
* fromInfo,
58
vtkInformation
* toInfo);
60
61
private
:
62
vtkInformationDataObjectMetaDataKey
(
const
vtkInformationDataObjectMetaDataKey
&);
// Not implemented.
63
void
operator=(
const
vtkInformationDataObjectMetaDataKey
&);
// Not implemented.
64
};
65
66
#endif
VTKCOMMONEXECUTIONMODEL_EXPORT
#define VTKCOMMONEXECUTIONMODEL_EXPORT
Definition:
vtkCommonExecutionModelModule.h:15
vtkX3D::location
Definition:
vtkX3D.h:406
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:85
vtkInformationDataObjectKey
Key for vtkDataObject values.
Definition:
vtkInformationDataObjectKey.h:32
vtkInformationDataObjectKey.h
vtkX3D::name
Definition:
vtkX3D.h:219
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:38
vtkInformationDataObjectMetaDataKey
key used to define meta-data of type vtkDataObject vtkInformationDataObjectMetaDataKey is a vtkInform...
Definition:
vtkInformationDataObjectMetaDataKey.h:33
vtkCommonInformationKeyManager.h
vtkInformationDataObjectKey::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkInformationKey::CopyDefaultInformation
virtual void CopyDefaultInformation(vtkInformation *vtkNotUsed(request), vtkInformation *vtkNotUsed(fromInfo), vtkInformation *vtkNotUsed(toInfo))
Definition:
vtkInformationKey.h:130
vtkInformationDataObjectMetaDataKey::MakeKey
static vtkInformationDataObjectMetaDataKey * MakeKey(const char *name, const char *location)
Definition:
vtkInformationDataObjectMetaDataKey.h:46
vtkCommonExecutionModelModule.h
Generated by
1.8.9.1