Go to the documentation of this file.
33 #ifndef vtkCollapseVerticesByArray_h
34 #define vtkCollapseVerticesByArray_h
36 #include "vtkInfovisCoreModule.h"
39 class vtkCollapseVerticesByArrayInternal;
53 vtkGetMacro(AllowSelfLoops,
bool);
54 vtkSetMacro(AllowSelfLoops,
bool);
55 vtkBooleanMacro(AllowSelfLoops,
bool);
74 vtkGetStringMacro(VertexArray);
75 vtkSetStringMacro(VertexArray);
83 vtkGetMacro(CountEdgesCollapsed,
bool);
84 vtkSetMacro(CountEdgesCollapsed,
bool);
85 vtkBooleanMacro(CountEdgesCollapsed,
bool);
93 vtkGetStringMacro(EdgesCollapsedArray);
94 vtkSetStringMacro(EdgesCollapsedArray);
102 vtkGetMacro(CountVerticesCollapsed,
bool);
103 vtkSetMacro(CountVerticesCollapsed,
bool);
104 vtkBooleanMacro(CountVerticesCollapsed,
bool);
112 vtkGetStringMacro(VerticesCollapsedArray);
113 vtkSetStringMacro(VerticesCollapsedArray);
165 #endif // vtkCollapseVerticesByArray_h__
void AddAggregateEdgeArray(const char *arrName)
Add arrays on which aggregation of data is allowed.
Superclass for algorithms that produce only graph as output.
vtkCollapseVerticesByArray()
vtkGraph * Create(vtkGraph *inGraph)
Create output graph given all the parameters.
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Pipeline function.
vtkCollapseVerticesByArrayInternal * Internal
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillOutputPortInformation(int port, vtkInformation *info) override
Pipeline function.
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
char * EdgesCollapsedArray
void ClearAggregateEdgeArray()
Clear the list of arrays on which aggregation was set to allow.
static vtkCollapseVerticesByArray * New()
a simple class to control print indentation
~vtkCollapseVerticesByArray() override
bool CountVerticesCollapsed
Collapse the graph given a vertex array.
void FindEdge(vtkGraph *outGraph, vtkIdType source, vtkIdType target, vtkIdType &edgeId)
Helper function.
Base class for graph data types.
char * VerticesCollapsedArray
boost::graph_traits< vtkGraph * >::vertex_descriptor target(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)