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 
39  vtkInformationDataObjectMetaDataKey(const char* name, const char* location);
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:
63  void operator=(const vtkInformationDataObjectMetaDataKey&); // Not implemented.
64 };
65 
66 #endif
#define VTKCOMMONEXECUTIONMODEL_EXPORT
Store vtkAlgorithm input/output information.
Key for vtkDataObject values.
a simple class to control print indentation
Definition: vtkIndent.h:38
key used to define meta-data of type vtkDataObject vtkInformationDataObjectMetaDataKey is a vtkInform...
void PrintSelf(ostream &os, vtkIndent indent)
virtual void CopyDefaultInformation(vtkInformation *vtkNotUsed(request), vtkInformation *vtkNotUsed(fromInfo), vtkInformation *vtkNotUsed(toInfo))
static vtkInformationDataObjectMetaDataKey * MakeKey(const char *name, const char *location)