40 #ifndef vtkBoostBreadthFirstSearch_h 41 #define vtkBoostBreadthFirstSearch_h 73 void SetOriginVertex(vtkIdType
index);
91 void SetOriginVertexString(
char* arrayName,
char*
value);
98 vtkSetStringMacro(OutputArrayName);
109 vtkGetMacro(OriginFromSelection,
bool);
119 vtkGetMacro(OutputSelection,
bool);
130 vtkSetStringMacro(OutputSelectionType);
150 vtkIdType OriginVertexIndex;
151 char* InputArrayName;
152 char* OutputArrayName;
154 bool OutputSelection;
155 bool OriginFromSelection;
156 char* OutputSelectionType;
162 vtkSetStringMacro(InputArrayName);
169 vtkIdType GetVertexIndex(
static vtkGraphAlgorithm * New()
Wrapper around std::string to keep symbols short.
Boost breadth_first_search on a vtkGraph.
Abstract superclass for all arrays.
A node in a selection tree.
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.
#define VTKINFOVISBOOSTGRAPHALGORITHMS_EXPORT
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.