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-------------------------------------------------------------------------*/
53#ifndef vtkMergeGraphs_h
54#define vtkMergeGraphs_h
55
56#include "vtkInfovisCoreModule.h" // For export macro
57#include "vtkGraphAlgorithm.h"
58
59class vtkBitArray;
61class vtkStringArray;
62class vtkTable;
63
64class VTKINFOVISCORE_EXPORT vtkMergeGraphs : public vtkGraphAlgorithm
65{
66public:
69 void PrintSelf(ostream& os, vtkIndent indent);
70
76
78
82 vtkSetMacro(UseEdgeWindow, bool);
83 vtkGetMacro(UseEdgeWindow, bool);
84 vtkBooleanMacro(UseEdgeWindow, bool);
86
88
91 vtkSetStringMacro(EdgeWindowArrayName);
92 vtkGetStringMacro(EdgeWindowArrayName);
94
96
102 vtkSetMacro(EdgeWindow, double);
103 vtkGetMacro(EdgeWindow, double);
105
106protected:
109
110 virtual int RequestData(
114
116
120
121private:
122 vtkMergeGraphs(const vtkMergeGraphs&) VTK_DELETE_FUNCTION;
123 void operator=(const vtkMergeGraphs&) VTK_DELETE_FUNCTION;
124};
125
126#endif
127
dynamic, self-adjusting array of bits
Definition: vtkBitArray.h:37
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:40
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
combines two graphs
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
static vtkMergeGraphs * New()
int ExtendGraph(vtkMutableGraphHelper *g1, vtkGraph *g2)
This is the core functionality of the algorithm.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
char * EdgeWindowArrayName
Helper class for building a directed or directed graph.
a vtkAbstractArray subclass for strings
A table, which contains similar-typed columns of data.
Definition: vtkTable.h:69
@ info
Definition: vtkX3D.h:376
@ port
Definition: vtkX3D.h:447
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.