VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Graphics
vtkExtractSelectedRows.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkExtractSelectedRows.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
=========================================================================*/
15
/*-------------------------------------------------------------------------
16
Copyright 2008 Sandia Corporation.
17
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
18
the U.S. Government retains certain rights in this software.
19
-------------------------------------------------------------------------*/
34
#ifndef __vtkExtractSelectedRows_h
35
#define __vtkExtractSelectedRows_h
36
37
#include "
vtkTableAlgorithm.h
"
38
39
40
class
VTK_GRAPHICS_EXPORT
vtkExtractSelectedRows
:
public
vtkTableAlgorithm
41
{
42
public
:
43
static
vtkExtractSelectedRows
*
New
();
44
vtkTypeMacro(
vtkExtractSelectedRows
,
vtkTableAlgorithm
);
45
void
PrintSelf
(ostream& os,
vtkIndent
indent);
46
49
void
SetSelectionConnection(
vtkAlgorithmOutput
* in);
50
53
void
SetAnnotationLayersConnection(
vtkAlgorithmOutput
* in);
54
56
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
);
57
59
61
vtkSetMacro(AddOriginalRowIdsArray,
bool
);
62
vtkGetMacro(AddOriginalRowIdsArray,
bool
);
63
vtkBooleanMacro(AddOriginalRowIdsArray,
bool
);
65
66
protected
:
67
vtkExtractSelectedRows
();
68
~
vtkExtractSelectedRows
();
69
70
int
RequestData
(
71
vtkInformation
*,
72
vtkInformationVector
**,
73
vtkInformationVector
*);
74
75
bool
AddOriginalRowIdsArray
;
76
private
:
77
vtkExtractSelectedRows
(
const
vtkExtractSelectedRows
&);
// Not implemented
78
void
operator=(
const
vtkExtractSelectedRows
&);
// Not implemented
79
};
80
81
#endif
82
Generated on Sun Sep 9 2012 13:03:30 for VTK by
1.8.1.2