VTK  9.3.1
vtkStreamGraph.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-FileCopyrightText: Copyright 2008 Sandia Corporation
3 // SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Sandia-USGov
26 #ifndef vtkStreamGraph_h
27 #define vtkStreamGraph_h
28 
29 #include "vtkGraphAlgorithm.h"
30 #include "vtkInfovisCoreModule.h" // For export macro
31 
32 VTK_ABI_NAMESPACE_BEGIN
33 class vtkBitArray;
34 class vtkMergeGraphs;
37 class vtkStringArray;
38 class vtkTable;
39 
40 class VTKINFOVISCORE_EXPORT vtkStreamGraph : public vtkGraphAlgorithm
41 {
42 public:
43  static vtkStreamGraph* New();
45  void PrintSelf(ostream& os, vtkIndent indent) override;
46 
48 
52  vtkSetMacro(UseEdgeWindow, bool);
53  vtkGetMacro(UseEdgeWindow, bool);
54  vtkBooleanMacro(UseEdgeWindow, bool);
56 
58 
61  vtkSetStringMacro(EdgeWindowArrayName);
62  vtkGetStringMacro(EdgeWindowArrayName);
64 
66 
72  vtkSetMacro(EdgeWindow, double);
73  vtkGetMacro(EdgeWindow, double);
75 
76 protected:
78  ~vtkStreamGraph() override;
79 
81 
85  double EdgeWindow;
87 
88 private:
89  vtkStreamGraph(const vtkStreamGraph&) = delete;
90  void operator=(const vtkStreamGraph&) = delete;
91 };
92 
93 VTK_ABI_NAMESPACE_END
94 #endif
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.
a simple class to control print indentation
Definition: vtkIndent.h:28
vtkMutableGraphHelper * CurrentGraph
combines two graphs
An editable directed graph.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
A table, which contains similar-typed columns of data.
Definition: vtkTable.h:58
dynamic, self-adjusting array of bits
Definition: vtkBitArray.h:28
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Store zero or more vtkInformation instances.
vtkMergeGraphs * MergeGraphs
char * EdgeWindowArrayName