VTK
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
30 
31 #include "vtkCommonInformationKeyManager.h" // Manage instances of this type.
32 
34 {
35 public:
37  void PrintSelf(ostream& os, vtkIndent indent);
38 
41 
43 
46  static vtkInformationDataObjectMetaDataKey* MakeKey(const char* name, const char* location)
47  {
49  }
51 
53 
56  virtual void CopyDefaultInformation(vtkInformation* request,
57  vtkInformation* fromInfo,
58  vtkInformation* toInfo);
60 
61 private:
63  void operator=(const vtkInformationDataObjectMetaDataKey&); // Not implemented.
64 };
65 
66 #endif
vtkInformationDataObjectMetaDataKey::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkInformationDataObjectMetaDataKey
key used to define meta-data of type vtkDataObject vtkInformationDataObjectMetaDataKey is a vtkInform...
Definition: vtkInformationDataObjectMetaDataKey.h:34
vtkCommonInformationKeyManager.h
VTKCOMMONEXECUTIONMODEL_EXPORT
#define VTKCOMMONEXECUTIONMODEL_EXPORT
Definition: vtkCommonExecutionModelModule.h:15
vtkInformationDataObjectKey
Key for vtkDataObject values.
Definition: vtkInformationDataObjectKey.h:33
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkInformationDataObjectMetaDataKey::vtkInformationDataObjectMetaDataKey
vtkInformationDataObjectMetaDataKey(const char *name, const char *location)
vtkCommonExecutionModelModule.h
vtkgl::name
GLuint const GLchar * name
Definition: vtkgl.h:11983
vtkInformationDataObjectMetaDataKey::CopyDefaultInformation
virtual void CopyDefaultInformation(vtkInformation *request, vtkInformation *fromInfo, vtkInformation *toInfo)
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkInformationDataObjectMetaDataKey::~vtkInformationDataObjectMetaDataKey
~vtkInformationDataObjectMetaDataKey()
vtkInformationDataObjectKey.h
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkgl::location
GLint location
Definition: vtkgl.h:12002
vtkInformationDataObjectMetaDataKey::MakeKey
static vtkInformationDataObjectMetaDataKey * MakeKey(const char *name, const char *location)
Definition: vtkInformationDataObjectMetaDataKey.h:46