Go to the documentation of this file.
40 #ifndef vtkBoostBreadthFirstSearch_h
41 #define vtkBoostBreadthFirstSearch_h
43 #include "vtkInfovisBoostGraphAlgorithmsModule.h"
98 vtkSetStringMacro(OutputArrayName);
109 vtkGetMacro(OriginFromSelection,
bool);
119 vtkGetMacro(OutputSelection,
bool);
130 vtkSetStringMacro(OutputSelectionType);
151 char* InputArrayName;
152 char* OutputArrayName;
154 bool OutputSelection;
155 bool OriginFromSelection;
156 char* OutputSelectionType;
162 vtkSetStringMacro(InputArrayName);
Superclass for algorithms that produce only graph as output.
~vtkBoostBreadthFirstSearch()
A node in a selection tree.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
void SetOriginSelection(vtkSelection *s)
Convenience methods for setting the origin selection input.
vtkBoostBreadthFirstSearch()
void SetOriginVertexString(char *arrayName, char *value)
Convenience method for setting the origin vertex given an array name and string value.
a simple class to control print indentation
A atomic type representing the union of many types.
Boost breadth_first_search on a vtkGraph.
void SetOriginVertex(vtkStdString arrayName, vtkVariant value)
Set the breadth first search 'origin' vertex.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
void SetOriginSelectionConnection(vtkAlgorithmOutput *algOutput)
Abstract superclass for all arrays.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
virtual void SetInputConnection(int port, vtkAlgorithmOutput *input)
Set the connection for the given input port index.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Proxy object to connect input/output ports.
static vtkBoostBreadthFirstSearch * New()
Wrapper around std::string to keep symbols short.
void SetOriginVertex(vtkIdType index)
Set the index (into the vertex array) of the breadth first search 'origin' vertex.