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
vtkInformationVariantKey.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkInformationVariantKey.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 __vtkInformationVariantKey_h
26
#define __vtkInformationVariantKey_h
27
28
#include "vtkCommonCoreModule.h"
// For export macro
29
#include "
vtkInformationKey.h
"
30
31
#include "
vtkCommonInformationKeyManager.h
"
// Manage instances of this type.
32
33
class
vtkVariant
;
34
35
class
VTKCOMMONCORE_EXPORT
vtkInformationVariantKey
:
public
vtkInformationKey
36
{
37
public
:
38
vtkTypeMacro(
vtkInformationVariantKey
,
vtkInformationKey
);
39
void
PrintSelf
(ostream& os,
vtkIndent
indent);
40
41
vtkInformationVariantKey
(
const
char
* name,
const
char
* location);
42
~
vtkInformationVariantKey
();
43
45
47
void
Set(
vtkInformation
* info,
const
vtkVariant
&);
48
const
vtkVariant
& Get(
vtkInformation
* info);
50
54
virtual
void
ShallowCopy
(
vtkInformation
* from,
vtkInformation
* to);
55
57
virtual
void
Print
(ostream& os,
vtkInformation
* info);
58
59
protected
:
63
vtkVariant
* GetWatchAddress(
vtkInformation
* info);
64
65
private
:
66
vtkInformationVariantKey
(
const
vtkInformationVariantKey
&);
// Not implemented.
67
void
operator=(
const
vtkInformationVariantKey
&);
// Not implemented.
68
};
69
70
#endif
vtkInformationKey::ShallowCopy
virtual void ShallowCopy(vtkInformation *from, vtkInformation *to)=0
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:85
vtkInformationKey::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkVariant
A atomic type representing the union of many types.
Definition:
vtkVariant.h:78
vtkInformationKey::Print
void Print(vtkInformation *info)
vtkInformationKey
Superclass for vtkInformation keys.
Definition:
vtkInformationKey.h:37
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:38
vtkInformationVariantKey
Key for variant values in vtkInformation.
Definition:
vtkInformationVariantKey.h:35
vtkCommonInformationKeyManager.h
vtkInformationKey.h
Generated on Wed Mar 19 2014 12:51:24 for VTK by
1.8.6