VTK
vtkMergeGraphs.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkMergeGraphs.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 -------------------------------------------------------------------------*/
52 #ifndef vtkMergeGraphs_h
53 #define vtkMergeGraphs_h
54 
55 #include "vtkInfovisCoreModule.h" // For export macro
56 #include "vtkGraphAlgorithm.h"
57 
58 class vtkBitArray;
60 class vtkStringArray;
61 class vtkTable;
62 
64 {
65 public:
66  static vtkMergeGraphs* New();
68  void PrintSelf(ostream& os, vtkIndent indent);
69 
72  int ExtendGraph(vtkMutableGraphHelper* g1, vtkGraph* g2);
73 
75 
77  vtkSetMacro(UseEdgeWindow, bool);
78  vtkGetMacro(UseEdgeWindow, bool);
79  vtkBooleanMacro(UseEdgeWindow, bool);
81 
83 
84  vtkSetStringMacro(EdgeWindowArrayName);
85  vtkGetStringMacro(EdgeWindowArrayName);
87 
89 
92  vtkSetMacro(EdgeWindow, double);
93  vtkGetMacro(EdgeWindow, double);
95 
96 protected:
98  ~vtkMergeGraphs();
99 
100  virtual int RequestData(
104 
106 
109  double EdgeWindow;
110 
111 private:
112  vtkMergeGraphs(const vtkMergeGraphs&); // Not implemented
113  void operator=(const vtkMergeGraphs&); // Not implemented
114 };
115 
116 #endif
117 
static vtkGraphAlgorithm * New()
Store vtkAlgorithm input/output information.
Helper class for building a directed or directed graph.
a vtkAbstractArray subclass for strings
combines two graphs
Superclass for algorithms that produce only graph as output.
Base class for graph data types.
Definition: vtkGraph.h:288
a simple class to control print indentation
Definition: vtkIndent.h:38
void PrintSelf(ostream &os, vtkIndent indent)
#define VTKINFOVISCORE_EXPORT
A table, which contains similar-typed columns of data.
Definition: vtkTable.h:67
dynamic, self-adjusting array of bits
Definition: vtkBitArray.h:35
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Store zero or more vtkInformation instances.
char * EdgeWindowArrayName
virtual int FillInputPortInformation(int port, vtkInformation *info)