33 #ifndef vtkCollapseVerticesByArray_h
34 #define vtkCollapseVerticesByArray_h
36 #include "vtkInfovisCoreModule.h"
39 class vtkCollapseVerticesByArrayInternal;
53 vtkGetMacro(AllowSelfLoops,
bool);
62 void AddAggregateEdgeArray(
const char* arrName);
68 void ClearAggregateEdgeArray();
75 vtkSetStringMacro(VertexArray);
83 vtkGetMacro(CountEdgesCollapsed,
bool);
94 vtkSetStringMacro(EdgesCollapsedArray);
102 vtkGetMacro(CountVerticesCollapsed,
bool);
113 vtkSetStringMacro(VerticesCollapsedArray);
156 bool CountEdgesCollapsed;
157 char* EdgesCollapsedArray;
159 bool CountVerticesCollapsed;
160 char* VerticesCollapsedArray;
162 vtkCollapseVerticesByArrayInternal* Internal;
165 #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
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
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 *)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.