Go to the documentation of this file.
39 #ifndef vtkBoostBreadthFirstSearch_h
40 #define vtkBoostBreadthFirstSearch_h
132 char* InputArrayName;
133 char* OutputArrayName;
135 bool OutputSelection;
136 bool OriginFromSelection;
137 char* OutputSelectionType;
Superclass for algorithms that produce only graph as output.
#define vtkTypeMacro(thisClass, superclass)
~vtkBoostBreadthFirstSearch()
A node in a selection tree. Used to store selection results.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
void PrintSelf(ostream &os, vtkIndent indent)
void SetOriginSelection(vtkSelection *s)
vtkBoostBreadthFirstSearch()
void SetOriginVertexString(char *arrayName, char *value)
GLsizei const GLfloat * value
a simple class to control print indentation
#define vtkSetStringMacro(name)
#define VTKINFOVISBOOSTGRAPHALGORITHMS_EXPORT
A atomic type representing the union of many types.
Boost breadth_first_search on a vtkGraph.
void SetOriginVertex(vtkStdString arrayName, vtkVariant value)
#define vtkGetMacro(name, type)
virtual int FillInputPortInformation(int port, vtkInformation *info)
void SetOriginSelectionConnection(vtkAlgorithmOutput *algOutput)
Abstract superclass for all arrays.
vtkBooleanMacro(IgnoreDriverBugs, bool)
virtual void SetInputConnection(int port, vtkAlgorithmOutput *input)
vtkSetMacro(IgnoreDriverBugs, bool)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Proxy object to connect input/output ports.
static vtkBoostBreadthFirstSearch * New()
Wrapper around std::string to keep symbols short.
void SetOriginVertex(vtkIdType index)