30 #ifndef vtkBoostBreadthFirstSearch_h
31 #define vtkBoostBreadthFirstSearch_h
33 #include "vtkInfovisBoostGraphAlgorithmsModule.h"
39 VTK_ABI_NAMESPACE_BEGIN
89 vtkSetStringMacro(OutputArrayName);
99 vtkSetMacro(OriginFromSelection,
bool);
100 vtkGetMacro(OriginFromSelection,
bool);
101 vtkBooleanMacro(OriginFromSelection,
bool);
110 vtkGetMacro(OutputSelection,
bool);
111 vtkSetMacro(OutputSelection,
bool);
112 vtkBooleanMacro(OutputSelection,
bool);
121 vtkSetStringMacro(OutputSelectionType);
136 char* InputArrayName;
137 char* OutputArrayName;
139 bool OutputSelection;
140 bool OriginFromSelection;
141 char* OutputSelectionType;
147 vtkSetStringMacro(InputArrayName);
160 VTK_ABI_NAMESPACE_END
Abstract superclass for all arrays.
Proxy object to connect input/output ports.
virtual void SetInputConnection(int port, vtkAlgorithmOutput *input)
Set the connection for the given input port index.
Boost breadth_first_search on a vtkGraph.
static vtkBoostBreadthFirstSearch * New()
void SetOriginVertexString(char *arrayName, char *value)
Convenience method for setting the origin vertex given an array name and string value.
void SetOriginSelection(vtkSelection *s)
Convenience methods for setting the origin selection input.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetOriginVertex(vtkStdString arrayName, vtkVariant value)
Set the breadth first search 'origin' vertex.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkBoostBreadthFirstSearch()
~vtkBoostBreadthFirstSearch() override
void SetOriginVertex(vtkIdType index)
Set the index (into the vertex array) of the breadth first search 'origin' vertex.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void SetOriginSelectionConnection(vtkAlgorithmOutput *algOutput)
Convenience methods for setting the origin selection input.
Superclass for algorithms that produce only graph as output.
a simple class to control print indentation
data object that represents a "selection" in VTK.
Wrapper around std::string to keep symbols short.
A type representing the union of many types.