41 #ifndef __vtkBoostBreadthFirstSearchTree_h
42 #define __vtkBoostBreadthFirstSearchTree_h
69 vtkSetMacro(CreateGraphVertexIdArray,
bool);
70 vtkGetMacro(CreateGraphVertexIdArray,
bool);
71 vtkBooleanMacro(CreateGraphVertexIdArray,
bool);
76 vtkSetMacro(ReverseEdges,
bool);
77 vtkGetMacro(ReverseEdges,
bool);
78 vtkBooleanMacro(ReverseEdges,
bool);
95 bool CreateGraphVertexIdArray;
100 vtkSetStringMacro(ArrayName);
Wrapper around vtkstd::string to keep symbols short.
Superclass for algorithms that produce only Tree as output.
Abstract superclass for all arrays.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void PrintSelf(ostream &os, vtkIndent indent)
A atomic type representing the union of many types.
Contructs a BFS tree from a graph.
a simple class to control print indentation
static vtkTreeAlgorithm * New()
virtual int FillInputPortInformation(int port, vtkInformation *info)