40 #ifndef __vtkPBGLBreadthFirstSearch_h
41 #define __vtkPBGLBreadthFirstSearch_h
43 #include "vtkInfovisParallelModule.h"
81 void SetOriginVertexString(
char* arrayName,
char*
value);
86 vtkSetStringMacro(OutputArrayName);
94 vtkSetMacro(OriginFromSelection,
bool);
95 vtkGetMacro(OriginFromSelection,
bool);
96 vtkBooleanMacro(OriginFromSelection,
bool);
103 vtkGetMacro(OutputSelection,
bool);
104 vtkSetMacro(OutputSelection,
bool);
105 vtkBooleanMacro(OutputSelection,
bool);
112 vtkSetStringMacro(OutputSelectionType);
133 char* InputArrayName;
134 char* OutputArrayName;
136 bool OutputSelection;
137 bool OriginFromSelection;
138 char* OutputSelectionType;
142 vtkSetStringMacro(InputArrayName);
static vtkGraphAlgorithm * New()
Wrapper around std::string to keep symbols short.
Abstract superclass for all arrays.
A node in a selection tree. Used to store selection results.
GLsizei const GLfloat * value
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.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
void SetOriginSelectionConnection(vtkAlgorithmOutput *algOutput)
virtual void SetInputConnection(int port, vtkAlgorithmOutput *input)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int FillInputPortInformation(int port, vtkInformation *info)
Breadth-first search on a distributed vtkGraph.