VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Filtering
vtkInformationExecutivePortVectorKey.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkInformationExecutivePortVectorKey.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 __vtkInformationExecutivePortVectorKey_h
24
#define __vtkInformationExecutivePortVectorKey_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
vtkInformationExecutivePortVectorKey
:
public
vtkInformationKey
33
{
34
public
:
35
vtkTypeMacro(
vtkInformationExecutivePortVectorKey
,
vtkInformationKey
);
36
void
PrintSelf
(ostream& os,
vtkIndent
indent);
37
38
vtkInformationExecutivePortVectorKey
(
const
char
* name,
const
char
* location);
39
~
vtkInformationExecutivePortVectorKey
();
40
42
44
void
Append(
vtkInformation
* info,
vtkExecutive
* executive,
int
port);
45
void
Remove
(
vtkInformation
* info,
vtkExecutive
* executive,
int
port);
46
void
Set(
vtkInformation
* info,
vtkExecutive
** executives,
int
* ports,
int
length);
47
vtkExecutive
** GetExecutives(
vtkInformation
* info);
48
int
* GetPorts(
vtkInformation
* info);
49
void
Get(
vtkInformation
* info,
vtkExecutive
** executives,
int
* ports);
50
int
Length(
vtkInformation
* info);
52
56
virtual
void
ShallowCopy
(
vtkInformation
* from,
vtkInformation
* to);
57
59
virtual
void
Remove
(
vtkInformation
* info);
60
62
virtual
void
Report
(
vtkInformation
* info,
vtkGarbageCollector
* collector);
63
65
virtual
void
Print
(ostream& os,
vtkInformation
* info);
66
67
protected
:
68
70
73
vtkExecutive
** GetExecutivesWatchAddress(
vtkInformation
* info);
74
int
* GetPortsWatchAddress(
vtkInformation
* info);
76
77
private
:
78
vtkInformationExecutivePortVectorKey
(
const
vtkInformationExecutivePortVectorKey
&);
// Not implemented.
79
void
operator=(
const
vtkInformationExecutivePortVectorKey
&);
// Not implemented.
80
};
81
82
#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:81
VTK_FILTERING_EXPORT
#define VTK_FILTERING_EXPORT
Definition:
vtkWin32Header.h:270
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)
vtkInformationKey
Superclass for vtkInformation keys.
Definition:
vtkInformationKey.h:36
vtkInformationKey::Remove
virtual void Remove(vtkInformation *info)
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:37
vtkInformationExecutivePortVectorKey
Key for vtkExecutive/Port value pair vectors.
Definition:
vtkInformationExecutivePortVectorKey.h:32
vtkInformationKey.h
vtkFilteringInformationKeyManager.h
Generated on Wed Apr 30 2014 09:29:02 for VTK by
1.8.6