VTK
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 -------------------------------------------------------------------------*/
31 #ifndef vtkExtractSelectedRows_h
32 #define vtkExtractSelectedRows_h
33 
34 #include "vtkFiltersExtractionModule.h" // For export macro
35 #include "vtkTableAlgorithm.h"
36 
37 
39 {
40 public:
43  void PrintSelf(ostream& os, vtkIndent indent);
44 
48 
52 
55 
57 
59  vtkSetMacro(AddOriginalRowIdsArray, bool);
60  vtkGetMacro(AddOriginalRowIdsArray, bool);
61  vtkBooleanMacro(AddOriginalRowIdsArray, bool);
63 
64 protected:
67 
72 
74 private:
75  vtkExtractSelectedRows(const vtkExtractSelectedRows&); // Not implemented
76  void operator=(const vtkExtractSelectedRows&); // Not implemented
77 };
78 
79 #endif
80 
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkFiltersExtractionModule.h
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkExtractSelectedRows::FillInputPortInformation
int FillInputPortInformation(int port, vtkInformation *info)
vtkgl::in
GLuint in
Definition: vtkgl.h:16905
vtkExtractSelectedRows::AddOriginalRowIdsArray
bool AddOriginalRowIdsArray
Definition: vtkExtractSelectedRows.h:73
vtkExtractSelectedRows::New
static vtkExtractSelectedRows * New()
vtkX3D::port
@ port
Definition: vtkX3D.h:447
vtkTableAlgorithm
Superclass for algorithms that produce only vtkTables as output.
Definition: vtkTableAlgorithm.h:48
vtkExtractSelectedRows::SetAnnotationLayersConnection
void SetAnnotationLayersConnection(vtkAlgorithmOutput *in)
vtkExtractSelectedRows::~vtkExtractSelectedRows
~vtkExtractSelectedRows()
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkExtractSelectedRows::vtkExtractSelectedRows
vtkExtractSelectedRows()
vtkBooleanMacro
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkX3D::info
@ info
Definition: vtkX3D.h:376
VTKFILTERSEXTRACTION_EXPORT
#define VTKFILTERSEXTRACTION_EXPORT
Definition: vtkFiltersExtractionModule.h:15
vtkAlgorithmOutput
Proxy object to connect input/output ports.
Definition: vtkAlgorithmOutput.h:39
vtkExtractSelectedRows::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkTableAlgorithm.h
vtkExtractSelectedRows
return selected rows of a table
Definition: vtkExtractSelectedRows.h:39
vtkExtractSelectedRows::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkExtractSelectedRows::SetSelectionConnection
void SetSelectionConnection(vtkAlgorithmOutput *in)