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 
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:
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 
VTKINFOVISCORE_EXPORT
#define VTKINFOVISCORE_EXPORT
Definition: vtkInfovisCoreModule.h:15
vtkGraphAlgorithm
Superclass for algorithms that produce only graph as output.
Definition: vtkGraphAlgorithm.h:54
vtkMergeGraphs::New
static vtkMergeGraphs * New()
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTable
A table, which contains similar-typed columns of data.
Definition: vtkTable.h:68
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkMutableGraphHelper
Helper class for building a directed or directed graph.
Definition: vtkMutableGraphHelper.h:47
vtkMergeGraphs::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkMergeGraphs::EdgeWindow
double EdgeWindow
Definition: vtkMergeGraphs.h:109
vtkMergeGraphs::UseEdgeWindow
bool UseEdgeWindow
Definition: vtkMergeGraphs.h:107
vtkX3D::port
@ port
Definition: vtkX3D.h:447
vtkGraphAlgorithm.h
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkSetStringMacro
#define vtkSetStringMacro(name)
Definition: vtkSetGet.h:104
vtkMergeGraphs::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkMergeGraphs::ExtendGraph
int ExtendGraph(vtkMutableGraphHelper *g1, vtkGraph *g2)
vtkMergeGraphs::EdgeWindowArrayName
char * EdgeWindowArrayName
Definition: vtkMergeGraphs.h:108
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkGetStringMacro
vtkGetStringMacro(ExtensionsString)
vtkInfovisCoreModule.h
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
vtkMergeGraphs
combines two graphs
Definition: vtkMergeGraphs.h:64
vtkStringArray
a vtkAbstractArray subclass for strings
Definition: vtkStringArray.h:45
vtkBitArray
dynamic, self-adjusting array of bits
Definition: vtkBitArray.h:36
vtkMergeGraphs::~vtkMergeGraphs
~vtkMergeGraphs()
vtkGraph
Base class for graph data types.
Definition: vtkGraph.h:289
vtkMergeGraphs::vtkMergeGraphs
vtkMergeGraphs()
vtkMergeGraphs::FillInputPortInformation
virtual int FillInputPortInformation(int port, vtkInformation *info)