39 #ifndef vtkPBGLShortestPaths_h
40 #define vtkPBGLShortestPaths_h
42 #include "vtkInfovisParallelModule.h"
50 #if !defined(VTK_LEGACY_REMOVE)
81 void SetOriginVertexString(
char* arrayName,
char*
value);
88 vtkSetStringMacro(EdgeWeightArrayName);
102 vtkSetMacro(Delta,
double);
111 vtkSetStringMacro(PredecessorArrayName);
121 vtkSetStringMacro(PathLengthArrayName);
129 vtkSetMacro(OriginFromSelection,
bool);
130 vtkGetMacro(OriginFromSelection,
bool);
131 vtkBooleanMacro(OriginFromSelection,
bool);
138 vtkGetMacro(OutputSelection,
bool);
139 vtkSetMacro(OutputSelection,
bool);
140 vtkBooleanMacro(OutputSelection,
bool);
147 vtkSetStringMacro(OutputSelectionType);
154 vtkSetMacro(UseUniformEdgeWeights,
bool);
155 vtkGetMacro(UseUniformEdgeWeights,
bool);
156 vtkBooleanMacro(UseUniformEdgeWeights,
bool);
178 char* InputArrayName;
179 char* EdgeWeightArrayName;
181 char* PredecessorArrayName;
182 char* PathLengthArrayName;
184 bool OutputSelection;
185 bool OriginFromSelection;
186 bool UseUniformEdgeWeights;
187 char* OutputSelectionType;
191 vtkSetStringMacro(InputArrayName);
205 #endif //VTK_LEGACY_REMOVE
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.
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)
Compute the shortest paths from the origin vertex to all other vertices in a distributed vtkGraph...
virtual void SetInputConnection(int port, vtkAlgorithmOutput *input)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void SetOriginSelectionConnection(vtkAlgorithmOutput *algOutput)
virtual int FillInputPortInformation(int port, vtkInformation *info)