Go to the documentation of this file.
42 #ifndef vtkPBGLBreadthFirstSearch_h
43 #define vtkPBGLBreadthFirstSearch_h
45 #include "vtkInfovisParallelModule.h"
53 #if !defined(VTK_LEGACY_REMOVE)
94 void SetOriginVertexString(
char* arrayName,
char*
value);
101 vtkSetStringMacro(OutputArrayName);
112 vtkGetMacro(OriginFromSelection,
bool);
122 vtkGetMacro(OutputSelection,
bool);
133 vtkSetStringMacro(OutputSelectionType);
154 char* InputArrayName;
155 char* OutputArrayName;
157 bool OutputSelection;
158 bool OriginFromSelection;
159 char* OutputSelectionType;
165 vtkSetStringMacro(InputArrayName);
179 #endif //VTK_LEGACY_REMOVE
Superclass for algorithms that produce only graph as output.
void SetOriginSelectionConnection(vtkAlgorithmOutput *algOutput)
A node in a selection tree. Used to store selection results.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
a simple class to control print indentation
A atomic type representing the union of many types.
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.
Breadth-first search on a distributed vtkGraph.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Proxy object to connect input/output ports.
Wrapper around std::string to keep symbols short.
static vtkGraphAlgorithm * New()