41 #ifndef vtkPBGLBreadthFirstSearch_h 42 #define vtkPBGLBreadthFirstSearch_h 44 #include "vtkInfovisParallelModule.h" 52 #if !defined(VTK_LEGACY_REMOVE) 83 void SetOriginVertexString(
char* arrayName,
char* value);
135 char* InputArrayName;
136 char* OutputArrayName;
138 bool OutputSelection;
139 bool OriginFromSelection;
140 char* OutputSelectionType;
158 #endif //VTK_LEGACY_REMOVE static vtkGraphAlgorithm * New()
Wrapper around std::string to keep symbols short.
Abstract superclass for all arrays.
#define vtkGetMacro(name, type)
A node in a selection tree. Used to store selection results.
GLsizei const GLfloat * value
virtual int FillOutputPortInformation(int port, vtkInformation *info)
#define vtkSetStringMacro(name)
Superclass for algorithms that produce only graph as output.
#define vtkTypeMacro(thisClass, superclass)
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)
#define vtkBooleanMacro(name, type)
virtual int FillInputPortInformation(int port, vtkInformation *info)
Breadth-first search on a distributed vtkGraph.
#define vtkSetMacro(name, type)