32 #ifndef __vtkCollapseVerticesByArray_h__
33 #define __vtkCollapseVerticesByArray_h__
38 class vtkCollapseVerticesByArrayInternal;
57 void AddAggregateEdgeArray(
const char* arrName);
61 void ClearAggregateEdgeArray();
146 #endif // __vtkCollapseVerticesByArray_h__
static vtkGraphAlgorithm * New()
boost::graph_traits< vtkGraph * >::vertex_descriptor target(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
#define vtkGetMacro(name, type)
char * VerticesCollapsedArray
Collapse the graph given a vertex array.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
#define vtkSetStringMacro(name)
Superclass for algorithms that produce only graph as output.
#define vtkTypeMacro(thisClass, superclass)
Base class for graph data types.
a simple class to control print indentation
bool CountVerticesCollapsed
void PrintSelf(ostream &os, vtkIndent indent)
#define vtkGetStringMacro(name)
#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
#define vtkBooleanMacro(name, type)
#define vtkSetMacro(name, type)