39 #ifndef __vtkBoostBreadthFirstSearch_h
40 #define __vtkBoostBreadthFirstSearch_h
79 void SetOriginVertexString(
char* arrayName,
char*
value);
84 vtkSetStringMacro(OutputArrayName);
92 vtkSetMacro(OriginFromSelection,
bool);
93 vtkGetMacro(OriginFromSelection,
bool);
94 vtkBooleanMacro(OriginFromSelection,
bool);
101 vtkGetMacro(OutputSelection,
bool);
102 vtkSetMacro(OutputSelection,
bool);
103 vtkBooleanMacro(OutputSelection,
bool);
110 vtkSetStringMacro(OutputSelectionType);
131 char* InputArrayName;
132 char* OutputArrayName;
134 bool OutputSelection;
135 bool OriginFromSelection;
136 char* OutputSelectionType;
140 vtkSetStringMacro(InputArrayName);
static vtkGraphAlgorithm * New()
Wrapper around vtkstd::string to keep symbols short.
Boost breadth_first_search on a vtkGraph.
Abstract superclass for all arrays.
A node in a selection tree. Used to store selection results.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Superclass for algorithms that produce only graph as output.
A atomic type representing the union of many types.
Proxy object to connect input/output ports.
void SetOriginSelectionConnection(vtkAlgorithmOutput *algOutput)
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
virtual void SetInputConnection(int port, vtkAlgorithmOutput *input)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int FillInputPortInformation(int port, vtkInformation *info)