VTK
vtkExtractSelectedGraph.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkExtractSelectedGraph.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 -------------------------------------------------------------------------*/
42 #ifndef vtkExtractSelectedGraph_h
43 #define vtkExtractSelectedGraph_h
44 
45 #include "vtkInfovisCoreModule.h" // For export macro
46 #include "vtkGraphAlgorithm.h"
47 
48 class vtkSelection;
49 class vtkDataSet;
50 
52 {
53 public:
56  void PrintSelf(ostream& os, vtkIndent indent);
57 
61 
65 
67 
70  vtkSetMacro(RemoveIsolatedVertices, bool);
71  vtkGetMacro(RemoveIsolatedVertices, bool);
72  vtkBooleanMacro(RemoveIsolatedVertices, bool);
74 
77 
78 protected:
81 
86 
91 
93 
94 private:
95  vtkExtractSelectedGraph(const vtkExtractSelectedGraph&); // Not implemented
96  void operator=(const vtkExtractSelectedGraph&); // Not implemented
97 };
98 
99 #endif
100 
VTKINFOVISCORE_EXPORT
#define VTKINFOVISCORE_EXPORT
Definition: vtkInfovisCoreModule.h:15
vtkGraphAlgorithm
Superclass for algorithms that produce only graph as output.
Definition: vtkGraphAlgorithm.h:54
vtkExtractSelectedGraph::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkExtractSelectedGraph::New
static vtkExtractSelectedGraph * New()
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkExtractSelectedGraph::SetSelectionConnection
void SetSelectionConnection(vtkAlgorithmOutput *in)
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkSelection
A node in a selection tree. Used to store selection results.
Definition: vtkSelection.h:45
vtkgl::in
GLuint in
Definition: vtkgl.h:16905
vtkExtractSelectedGraph::vtkExtractSelectedGraph
vtkExtractSelectedGraph()
vtkX3D::port
@ port
Definition: vtkX3D.h:447
vtkExtractSelectedGraph::RemoveIsolatedVertices
bool RemoveIsolatedVertices
Definition: vtkExtractSelectedGraph.h:92
vtkGraphAlgorithm.h
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkExtractSelectedGraph::RequestDataObject
int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkExtractSelectedGraph::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkInfovisCoreModule.h
vtkDataSet
abstract class to specify dataset behavior
Definition: vtkDataSet.h:62
vtkBooleanMacro
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkExtractSelectedGraph::~vtkExtractSelectedGraph
~vtkExtractSelectedGraph()
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkExtractSelectedGraph::SetAnnotationLayersConnection
void SetAnnotationLayersConnection(vtkAlgorithmOutput *in)
vtkAlgorithmOutput
Proxy object to connect input/output ports.
Definition: vtkAlgorithmOutput.h:39
vtkExtractSelectedGraph::FillInputPortInformation
int FillInputPortInformation(int port, vtkInformation *info)
vtkExtractSelectedGraph
return a subgraph of a vtkGraph
Definition: vtkExtractSelectedGraph.h:52