32 #ifndef vtkCollapseVerticesByArray_h__
33 #define vtkCollapseVerticesByArray_h__
38 class vtkCollapseVerticesByArrayInternal;
50 vtkGetMacro(AllowSelfLoops,
bool);
51 vtkSetMacro(AllowSelfLoops,
bool);
52 vtkBooleanMacro(AllowSelfLoops,
bool);
57 void AddAggregateEdgeArray(
const char* arrName);
61 void ClearAggregateEdgeArray();
65 vtkGetStringMacro(VertexArray);
66 vtkSetStringMacro(VertexArray);
72 vtkGetMacro(CountEdgesCollapsed,
bool);
73 vtkSetMacro(CountEdgesCollapsed,
bool);
74 vtkBooleanMacro(CountEdgesCollapsed,
bool);
81 vtkGetStringMacro(EdgesCollapsedArray);
82 vtkSetStringMacro(EdgesCollapsedArray);
88 vtkGetMacro(CountVerticesCollapsed,
bool);
89 vtkSetMacro(CountVerticesCollapsed,
bool);
90 vtkBooleanMacro(CountVerticesCollapsed,
bool);
97 vtkGetStringMacro(VerticesCollapsedArray);
98 vtkSetStringMacro(VerticesCollapsedArray);
146 #endif // vtkCollapseVerticesByArray_h__
static vtkGraphAlgorithm * New()
boost::graph_traits< vtkGraph * >::vertex_descriptor target(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
char * VerticesCollapsedArray
Collapse the graph given a vertex array.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Superclass for algorithms that produce only graph as output.
Base class for graph data types.
a simple class to control print indentation
bool CountVerticesCollapsed
void PrintSelf(ostream &os, vtkIndent indent)
#define VTKINFOVISCORE_EXPORT
vtkCollapseVerticesByArrayInternal * Internal
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
char * EdgesCollapsedArray