 |
VTK
9.0.1
|
Go to the documentation of this file.
36 #ifndef vtkBoostBreadthFirstSearchTree_h
37 #define vtkBoostBreadthFirstSearchTree_h
39 #include "vtkInfovisBoostGraphAlgorithmsModule.h"
72 vtkSetMacro(CreateGraphVertexIdArray,
bool);
73 vtkGetMacro(CreateGraphVertexIdArray,
bool);
74 vtkBooleanMacro(CreateGraphVertexIdArray,
bool);
81 vtkSetMacro(ReverseEdges,
bool);
82 vtkGetMacro(ReverseEdges,
bool);
83 vtkBooleanMacro(ReverseEdges,
bool);
99 bool CreateGraphVertexIdArray;
106 vtkSetStringMacro(ArrayName);
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
static vtkTreeAlgorithm * New()
a simple class to control print indentation
A atomic type representing the union of many types.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce only Tree as output.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Abstract superclass for all arrays.
Constructs a BFS tree from a graph.
Wrapper around std::string to keep symbols short.