37 #ifndef vtkBoostBreadthFirstSearch_h
38 #define vtkBoostBreadthFirstSearch_h
40 #include "vtkInfovisBoostGraphAlgorithmsModule.h"
88 void SetOriginVertexString(
char* arrayName,
char*
value);
95 vtkSetStringMacro(OutputArrayName);
105 vtkSetMacro(OriginFromSelection,
bool);
106 vtkGetMacro(OriginFromSelection,
bool);
107 vtkBooleanMacro(OriginFromSelection,
bool);
116 vtkGetMacro(OutputSelection,
bool);
117 vtkSetMacro(OutputSelection,
bool);
118 vtkBooleanMacro(OutputSelection,
bool);
127 vtkSetStringMacro(OutputSelectionType);
142 char* InputArrayName;
143 char* OutputArrayName;
145 bool OutputSelection;
146 bool OriginFromSelection;
147 char* OutputSelectionType;
153 vtkSetStringMacro(InputArrayName);
static vtkGraphAlgorithm * New()
Wrapper around std::string to keep symbols short.
Boost breadth_first_search on a vtkGraph.
Abstract superclass for all arrays.
data object that represents a "selection" in VTK.
Superclass for algorithms that produce only graph as output.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
A atomic type representing the union of many types.
Proxy object to connect input/output ports.
void SetOriginSelectionConnection(vtkAlgorithmOutput *algOutput)
Convenience methods for setting the origin selection input.
a simple class to control print indentation
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
virtual void SetInputConnection(int port, vtkAlgorithmOutput *input)
Set the connection for the given input port index.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.