23 #ifndef vtkBoostBreadthFirstSearchTree_h
24 #define vtkBoostBreadthFirstSearchTree_h
26 #include "vtkInfovisBoostGraphAlgorithmsModule.h"
32 VTK_ABI_NAMESPACE_BEGIN
60 vtkSetMacro(CreateGraphVertexIdArray,
bool);
61 vtkGetMacro(CreateGraphVertexIdArray,
bool);
62 vtkBooleanMacro(CreateGraphVertexIdArray,
bool);
69 vtkSetMacro(ReverseEdges,
bool);
70 vtkGetMacro(ReverseEdges,
bool);
71 vtkBooleanMacro(ReverseEdges,
bool);
87 bool CreateGraphVertexIdArray;
94 vtkSetStringMacro(ArrayName);
107 VTK_ABI_NAMESPACE_END
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
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)
This is called by the superclass.
A type representing the union of many types.
Constructs a BFS tree from a graph.
a simple class to control print indentation
static vtkTreeAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.