41 #ifndef vtkBoostBreadthFirstSearchTree_h
42 #define vtkBoostBreadthFirstSearchTree_h
44 #include "vtkInfovisBoostGraphAlgorithmsModule.h"
70 vtkSetMacro(CreateGraphVertexIdArray,
bool);
71 vtkGetMacro(CreateGraphVertexIdArray,
bool);
72 vtkBooleanMacro(CreateGraphVertexIdArray,
bool);
77 vtkSetMacro(ReverseEdges,
bool);
78 vtkGetMacro(ReverseEdges,
bool);
79 vtkBooleanMacro(ReverseEdges,
bool);
96 bool CreateGraphVertexIdArray;
101 vtkSetStringMacro(ArrayName);
Wrapper around std::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)