30 #ifndef vtkCollapseVerticesByArray_h
31 #define vtkCollapseVerticesByArray_h
33 #include "vtkInfovisCoreModule.h"
36 class vtkCollapseVerticesByArrayInternal;
50 vtkGetMacro(AllowSelfLoops,
bool);
59 void AddAggregateEdgeArray(
const char* arrName);
65 void ClearAggregateEdgeArray();
72 vtkSetStringMacro(VertexArray);
80 vtkGetMacro(CountEdgesCollapsed,
bool);
91 vtkSetStringMacro(EdgesCollapsedArray);
99 vtkGetMacro(CountVerticesCollapsed,
bool);
110 vtkSetStringMacro(VerticesCollapsedArray);
153 bool CountEdgesCollapsed;
154 char* EdgesCollapsedArray;
156 bool CountVerticesCollapsed;
157 char* VerticesCollapsedArray;
159 vtkCollapseVerticesByArrayInternal* Internal;
162 #endif // vtkCollapseVerticesByArray_h__
static vtkGraphAlgorithm * New()
boost::graph_traits< vtkGraph * >::vertex_descriptor target(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
Collapse the graph given a vertex array.
Superclass for algorithms that produce only graph as output.
Base class for graph data types.
a simple class to control print indentation
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.