40#ifndef vtkPBGLShortestPaths_h
41#define vtkPBGLShortestPaths_h
43#include "vtkInfovisParallelModule.h"
51#if !defined(VTK_LEGACY_REMOVE)
102 vtkSetStringMacro(EdgeWeightArrayName);
130 vtkSetStringMacro(PredecessorArrayName);
142 vtkSetStringMacro(PathLengthArrayName);
153 vtkGetMacro(OriginFromSelection,
bool);
163 vtkGetMacro(OutputSelection,
bool);
174 vtkSetStringMacro(OutputSelectionType);
185 vtkGetMacro(UseUniformEdgeWeights,
bool);
208 char* InputArrayName;
209 char* EdgeWeightArrayName;
211 char* PredecessorArrayName;
212 char* PathLengthArrayName;
214 bool OutputSelection;
215 bool OriginFromSelection;
216 bool UseUniformEdgeWeights;
217 char* OutputSelectionType;
223 vtkSetStringMacro(InputArrayName);
Abstract superclass for all arrays.
Proxy object to connect input/output ports.
virtual void SetInputConnection(int port, vtkAlgorithmOutput *input)
Set the connection for the given input port index.
Superclass for algorithms that produce only graph as output.
a simple class to control print indentation
Compute the shortest paths from the origin vertex to all other vertices in a distributed vtkGraph.
void SetOriginVertexString(char *arrayName, char *value)
Convenience method for setting the origin vertex given an array name and string value.
void SetOriginSelection(vtkSelection *s)
Convenience methods for setting the origin selection input.
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 SetOriginSelectionConnection(vtkAlgorithmOutput *algOutput)
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
void SetOriginVertex(vtkIdType index)
Set the index (into the vertex array) of the breadth first search 'origin' vertex.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void SetOriginVertex(vtkStdString arrayName, vtkVariant value)
Set the breadth first search 'origin' vertex.
static vtkPBGLShortestPaths * New()
A node in a selection tree.
Wrapper around std::string to keep symbols short.
A atomic type representing the union of many types.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.