33 #ifndef __vtkPBGLVertexColoring_h
34 #define __vtkPBGLVertexColoring_h
36 #include "vtkInfovisParallelModule.h"
37 #include "vtkStdString.h"
38 #include "vtkVariant.h"
40 #include "vtkGraphAlgorithm.h"
49 void PrintSelf(ostream& os, vtkIndent indent);
54 vtkSetMacro(BlockSize,vtkIdType);
59 vtkGetMacro(BlockSize,vtkIdType);
66 vtkSetStringMacro(ColorArrayName);
73 virtual int RequestData(
75 vtkInformationVector **,
76 vtkInformationVector *);
78 virtual int FillInputPortInformation(
79 int port, vtkInformation* info);
81 virtual int FillOutputPortInformation(
82 int port, vtkInformation* info);
Compute a vertex coloring for a distributed, undirected vtkGraph, where each vertex has a color disti...