Go to the documentation of this file.
32 #ifndef vtkCollapseVerticesByArray_h__
33 #define vtkCollapseVerticesByArray_h__
38 class vtkCollapseVerticesByArrayInternal;
146 #endif // vtkCollapseVerticesByArray_h__
#define VTKINFOVISCORE_EXPORT
void AddAggregateEdgeArray(const char *arrName)
Superclass for algorithms that produce only graph as output.
vtkCollapseVerticesByArray()
vtkGraph * Create(vtkGraph *inGraph)
#define vtkTypeMacro(thisClass, superclass)
vtkCollapseVerticesByArrayInternal * Internal
~vtkCollapseVerticesByArray()
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
char * EdgesCollapsedArray
void ClearAggregateEdgeArray()
static vtkCollapseVerticesByArray * New()
a simple class to control print indentation
#define vtkSetStringMacro(name)
#define vtkGetMacro(name, type)
vtkGetStringMacro(ExtensionsString)
bool CountVerticesCollapsed
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Collapse the graph given a vertex array.
void FindEdge(vtkGraph *outGraph, vtkIdType source, vtkIdType target, vtkIdType &edgeId)
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Base class for graph data types.
char * VerticesCollapsedArray
boost::graph_traits< vtkGraph * >::vertex_descriptor target(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
void PrintSelf(ostream &os, vtkIndent indent)