Go to the documentation of this file.
41 #ifndef vtkPBGLBreadthFirstSearch_h
42 #define vtkPBGLBreadthFirstSearch_h
44 #include "vtkInfovisParallelModule.h"
52 #if !defined(VTK_LEGACY_REMOVE)
135 char* InputArrayName;
136 char* OutputArrayName;
138 bool OutputSelection;
139 bool OriginFromSelection;
140 char* OutputSelectionType;
158 #endif //VTK_LEGACY_REMOVE
void SetOriginVertexString(char *arrayName, char *value)
Superclass for algorithms that produce only graph as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetOriginVertex(vtkIdType index)
void SetOriginSelection(vtkSelection *s)
#define vtkTypeMacro(thisClass, superclass)
void SetOriginSelectionConnection(vtkAlgorithmOutput *algOutput)
A node in a selection tree. Used to store selection results.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
void PrintSelf(ostream &os, vtkIndent indent)
GLsizei const GLfloat * value
void SetOriginVertex(vtkStdString arrayName, vtkVariant value)
a simple class to control print indentation
#define vtkSetStringMacro(name)
A atomic type representing the union of many types.
vtkPBGLBreadthFirstSearch()
#define vtkGetMacro(name, type)
Abstract superclass for all arrays.
~vtkPBGLBreadthFirstSearch()
vtkBooleanMacro(IgnoreDriverBugs, bool)
virtual void SetInputConnection(int port, vtkAlgorithmOutput *input)
vtkSetMacro(IgnoreDriverBugs, bool)
Breadth-first search on a distributed vtkGraph.
Proxy object to connect input/output ports.
Wrapper around std::string to keep symbols short.
static vtkPBGLBreadthFirstSearch * New()
virtual int FillInputPortInformation(int port, vtkInformation *info)