VTK
vtkInformationInformationVectorKey.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkInformationInformationVectorKey.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 =========================================================================*/
22 #ifndef vtkInformationInformationVectorKey_h
23 #define vtkInformationInformationVectorKey_h
24 
25 #include "vtkCommonCoreModule.h" // For export macro
26 #include "vtkInformationKey.h"
27 
28 #include "vtkCommonInformationKeyManager.h" // Manage instances of this type.
29 
31 
33 {
34 public:
36  void PrintSelf(ostream& os, vtkIndent indent);
37 
40 
42 
47 
51  virtual void ShallowCopy(vtkInformation* from, vtkInformation* to);
52 
57  virtual void DeepCopy(vtkInformation* from, vtkInformation* to);
58 
60  virtual void Report(vtkInformation* info, vtkGarbageCollector* collector);
61 
62 private:
64  void operator=(const vtkInformationInformationVectorKey&); // Not implemented.
65 };
66 
67 #endif
vtkCommonInformationKeyManager.h
VTKCOMMONCORE_EXPORT
#define VTKCOMMONCORE_EXPORT
Definition: vtkCommonCoreModule.h:15
vtkInformationInformationVectorKey::Get
vtkInformationVector * Get(vtkInformation *info)
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkInformationInformationVectorKey::Set
void Set(vtkInformation *info, vtkInformationVector *)
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkInformationInformationVectorKey::DeepCopy
virtual void DeepCopy(vtkInformation *from, vtkInformation *to)
vtkgl::name
GLuint const GLchar * name
Definition: vtkgl.h:11983
vtkInformationInformationVectorKey::ShallowCopy
virtual void ShallowCopy(vtkInformation *from, vtkInformation *to)
vtkCommonCoreModule.h
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkInformationInformationVectorKey::~vtkInformationInformationVectorKey
~vtkInformationInformationVectorKey()
vtkGarbageCollector
Detect and break reference loops.
Definition: vtkGarbageCollector.h:99
vtkInformationInformationVectorKey::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkgl::location
GLint location
Definition: vtkgl.h:12002
vtkInformationInformationVectorKey
Key for vtkInformation vectors.
Definition: vtkInformationInformationVectorKey.h:33
vtkInformationInformationVectorKey::Report
virtual void Report(vtkInformation *info, vtkGarbageCollector *collector)
vtkInformationKey.h
vtkInformationKey
Superclass for vtkInformation keys.
Definition: vtkInformationKey.h:38
vtkInformationInformationVectorKey::vtkInformationInformationVectorKey
vtkInformationInformationVectorKey(const char *name, const char *location)