VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Filtering
vtkInformationExecutivePortKey.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkInformationExecutivePortKey.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
=========================================================================*/
23
#ifndef __vtkInformationExecutivePortKey_h
24
#define __vtkInformationExecutivePortKey_h
25
26
#include "
vtkInformationKey.h
"
27
28
#include "
vtkFilteringInformationKeyManager.h
"
// Manage instances of this type.
29
30
class
vtkExecutive
;
31
32
class
VTK_FILTERING_EXPORT
vtkInformationExecutivePortKey
:
public
vtkInformationKey
33
{
34
public
:
35
vtkTypeMacro(
vtkInformationExecutivePortKey
,
vtkInformationKey
);
36
void
PrintSelf
(ostream& os,
vtkIndent
indent);
37
38
vtkInformationExecutivePortKey
(
const
char
*
name
,
const
char
*
location
);
39
~
vtkInformationExecutivePortKey
();
40
42
44
void
Set(
vtkInformation
*
info
,
vtkExecutive
*,
int
);
45
vtkExecutive
* GetExecutive(
vtkInformation
*
info
);
46
int
GetPort(
vtkInformation
*
info
);
47
void
Get(
vtkInformation
*
info
,
vtkExecutive
*& executive,
int
&
port
);
49
53
virtual
void
ShallowCopy
(
vtkInformation
* from,
vtkInformation
* to);
54
56
virtual
void
Report
(
vtkInformation
*
info
,
vtkGarbageCollector
* collector);
57
59
virtual
void
Print
(ostream& os,
vtkInformation
*
info
);
60
61
private
:
62
vtkInformationExecutivePortKey
(
const
vtkInformationExecutivePortKey
&);
// Not implemented.
63
void
operator=(
const
vtkInformationExecutivePortKey
&);
// Not implemented.
64
};
65
66
#endif
vtkX3D::location
Definition:
vtkX3D.h:406
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:81
VTK_FILTERING_EXPORT
#define VTK_FILTERING_EXPORT
Definition:
vtkWin32Header.h:270
vtkX3D::info
Definition:
vtkX3D.h:376
vtkExecutive
Superclass for all pipeline executives in VTK.
Definition:
vtkExecutive.h:47
vtkInformationKey::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkGarbageCollector
Detect and break reference loops.
Definition:
vtkGarbageCollector.h:97
vtkInformationKey::Print
void Print(vtkInformation *info)
vtkX3D::name
Definition:
vtkX3D.h:219
vtkInformationKey
Superclass for vtkInformation keys.
Definition:
vtkInformationKey.h:36
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:37
vtkInformationKey.h
vtkX3D::port
Definition:
vtkX3D.h:447
vtkFilteringInformationKeyManager.h
vtkInformationExecutivePortKey
Key for vtkExecutive/Port value pairs.
Definition:
vtkInformationExecutivePortKey.h:32
Generated on Sat Sep 13 2014 22:26:10 for VTK by
1.8.8