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
ExecutionModel
vtkAlgorithmOutput.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkAlgorithmOutput.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
=========================================================================*/
30
#ifndef __vtkAlgorithmOutput_h
31
#define __vtkAlgorithmOutput_h
32
33
#include "vtkCommonExecutionModelModule.h"
// For export macro
34
#include "vtkObject.h"
35
36
class
vtkAlgorithm
;
37
38
class
VTKCOMMONEXECUTIONMODEL_EXPORT
vtkAlgorithmOutput
:
public
vtkObject
39
{
40
public
:
41
static
vtkAlgorithmOutput
*New();
42
vtkTypeMacro(
vtkAlgorithmOutput
,vtkObject);
43
void
PrintSelf(ostream& os, vtkIndent indent);
44
45
void
SetIndex(
int
index);
46
int
GetIndex();
47
48
vtkAlgorithm
* GetProducer();
49
void
SetProducer(
vtkAlgorithm
* producer);
50
51
protected
:
52
vtkAlgorithmOutput
();
53
~
vtkAlgorithmOutput
();
54
55
int
Index
;
56
vtkAlgorithm
*
Producer
;
57
58
private
:
59
vtkAlgorithmOutput
(
const
vtkAlgorithmOutput
&);
// Not implemented.
60
void
operator=(
const
vtkAlgorithmOutput
&);
// Not implemented.
61
};
62
63
#endif
vtkAlgorithmOutput::Index
int Index
Definition:
vtkAlgorithmOutput.h:55
vtkAlgorithmOutput
Proxy object to connect input/output ports.
Definition:
vtkAlgorithmOutput.h:38
vtkAlgorithm
Superclass for all sources, filters, and sinks in VTK.
Definition:
vtkAlgorithm.h:60
vtkAlgorithmOutput::Producer
vtkAlgorithm * Producer
Definition:
vtkAlgorithmOutput.h:56
Generated on Sat Apr 12 2014 01:07:48 for VTK by
1.8.6