VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
dox
Common
Core
vtkInformationDataObjectKey.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkInformationDataObjectKey.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 __vtkInformationDataObjectKey_h
23
#define __vtkInformationDataObjectKey_h
24
25
#include "vtkCommonCoreModule.h"
// For export macro
26
#include "
vtkInformationKey.h
"
27
28
#include "
vtkCommonInformationKeyManager.h
"
// Manage instances of this type.
29
30
class
vtkDataObject
;
31
32
class
VTKCOMMONCORE_EXPORT
vtkInformationDataObjectKey
:
public
vtkInformationKey
33
{
34
public
:
35
vtkTypeMacro(
vtkInformationDataObjectKey
,
vtkInformationKey
);
36
void
PrintSelf
(ostream& os,
vtkIndent
indent);
37
38
vtkInformationDataObjectKey
(
const
char
* name,
const
char
* location);
39
~
vtkInformationDataObjectKey
();
40
41
//BTX
43
45
void
Set(
vtkInformation
* info,
vtkDataObject
*);
46
vtkDataObject
* Get(
vtkInformation
* info);
47
//ETX
49
53
virtual
void
ShallowCopy
(
vtkInformation
* from,
vtkInformation
* to);
54
56
virtual
void
Report
(
vtkInformation
* info,
vtkGarbageCollector
* collector);
57
58
private
:
59
vtkInformationDataObjectKey
(
const
vtkInformationDataObjectKey
&);
// Not implemented.
60
void
operator=(
const
vtkInformationDataObjectKey
&);
// Not implemented.
61
};
62
63
#endif
vtkInformationKey::Report
virtual void Report(vtkInformation *info, vtkGarbageCollector *collector)
vtkInformationKey::ShallowCopy
virtual void ShallowCopy(vtkInformation *from, vtkInformation *to)=0
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:85
vtkInformationDataObjectKey
Key for vtkDataObject values.
Definition:
vtkInformationDataObjectKey.h:32
vtkInformationKey::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkGarbageCollector
Detect and break reference loops.
Definition:
vtkGarbageCollector.h:98
vtkInformationKey
Superclass for vtkInformation keys.
Definition:
vtkInformationKey.h:37
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:38
vtkCommonInformationKeyManager.h
vtkInformationKey.h
vtkDataObject
general representation of visualization data
Definition:
vtkDataObject.h:64
Generated on Sun Feb 16 2014 12:49:58 for VTK by
1.8.6