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)
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
void SetOriginVertexString(char *arrayName, char *value)
Convenience method for setting the origin vertex given an array name and string value.
Superclass for algorithms that produce only graph as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void SetOriginVertex(vtkIdType index)
Set the index (into the vertex array) of the breadth first search 'origin' vertex.
void SetOriginSelection(vtkSelection *s)
Convenience methods for setting the origin selection input.
void SetOriginSelectionConnection(vtkAlgorithmOutput *algOutput)
A node in a selection tree.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
void SetOriginVertex(vtkStdString arrayName, vtkVariant value)
Set the breadth first search 'origin' vertex.
a simple class to control print indentation
A atomic type representing the union of many types.
vtkPBGLBreadthFirstSearch()
Abstract superclass for all arrays.
~vtkPBGLBreadthFirstSearch()
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.
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)
Fill the input port information objects for this algorithm.