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);