21 #ifndef vtkCollapseVerticesByArray_h
22 #define vtkCollapseVerticesByArray_h
25 #include "vtkInfovisCoreModule.h"
27 VTK_ABI_NAMESPACE_BEGIN
28 class vtkCollapseVerticesByArrayInternal;
42 vtkGetMacro(AllowSelfLoops,
bool);
43 vtkSetMacro(AllowSelfLoops,
bool);
44 vtkBooleanMacro(AllowSelfLoops,
bool);
51 void AddAggregateEdgeArray(
const char* arrName);
56 void ClearAggregateEdgeArray();
62 vtkGetStringMacro(VertexArray);
63 vtkSetStringMacro(VertexArray);
70 vtkGetMacro(CountEdgesCollapsed,
bool);
71 vtkSetMacro(CountEdgesCollapsed,
bool);
72 vtkBooleanMacro(CountEdgesCollapsed,
bool);
80 vtkGetStringMacro(EdgesCollapsedArray);
81 vtkSetStringMacro(EdgesCollapsedArray);
88 vtkGetMacro(CountVerticesCollapsed,
bool);
89 vtkSetMacro(CountVerticesCollapsed,
bool);
90 vtkBooleanMacro(CountVerticesCollapsed,
bool);
98 vtkGetStringMacro(VerticesCollapsedArray);
99 vtkSetStringMacro(VerticesCollapsedArray);
146 VTK_ABI_NAMESPACE_END
147 #endif // vtkCollapseVerticesByArray_h__
static vtkGraphAlgorithm * New()
char * VerticesCollapsedArray
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
boost::graph_traits< vtkGraph * >::vertex_descriptor target(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
bool CountVerticesCollapsed
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
vtkCollapseVerticesByArrayInternal * Internal
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
char * EdgesCollapsedArray