33 #ifndef __vtkPBGLVertexColoring_h
34 #define __vtkPBGLVertexColoring_h
36 #include "vtkInfovisParallelModule.h"
37 #include "vtkStdString.h"
38 #include "vtkVariant.h"
49 void PrintSelf(ostream& os, vtkIndent indent);
54 vtkSetMacro(BlockSize,vtkIdType);
59 vtkGetMacro(BlockSize,vtkIdType);
66 vtkSetStringMacro(ColorArrayName);
75 vtkInformationVector **,
76 vtkInformationVector *);
79 int port, vtkInformation* info);
82 int port, vtkInformation* info);
static vtkGraphAlgorithm * New()
A node in a selection tree. Used to store selection results.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Superclass for algorithms that produce only graph as output.
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int FillInputPortInformation(int port, vtkInformation *info)
Compute a vertex coloring for a distributed, undirected vtkGraph, where each vertex has a color disti...