Go to the documentation of this file.
39 #ifndef vtkPBGLShortestPaths_h
40 #define vtkPBGLShortestPaths_h
42 #include "vtkInfovisParallelModule.h"
50 #if !defined(VTK_LEGACY_REMOVE)
178 char* InputArrayName;
179 char* EdgeWeightArrayName;
181 char* PredecessorArrayName;
182 char* PathLengthArrayName;
184 bool OutputSelection;
185 bool OriginFromSelection;
186 bool UseUniformEdgeWeights;
187 char* OutputSelectionType;
205 #endif //VTK_LEGACY_REMOVE
Compute the shortest paths from the origin vertex to all other vertices in a distributed vtkGraph.
Superclass for algorithms that produce only graph as output.
void SetOriginSelectionConnection(vtkAlgorithmOutput *algOutput)
void SetOriginVertex(vtkStdString arrayName, vtkVariant value)
#define vtkTypeMacro(thisClass, superclass)
virtual int FillInputPortInformation(int port, vtkInformation *info)
void SetOriginSelection(vtkSelection *s)
A node in a selection tree. Used to store selection results.
void SetOriginVertex(vtkIdType index)
void SetOriginVertexString(char *arrayName, char *value)
GLsizei const GLfloat * value
a simple class to control print indentation
#define vtkSetStringMacro(name)
void PrintSelf(ostream &os, vtkIndent indent)
A atomic type representing the union of many types.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define vtkGetMacro(name, type)
Abstract superclass for all arrays.
vtkBooleanMacro(IgnoreDriverBugs, bool)
virtual void SetInputConnection(int port, vtkAlgorithmOutput *input)
vtkSetMacro(IgnoreDriverBugs, bool)
Proxy object to connect input/output ports.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Wrapper around std::string to keep symbols short.
static vtkPBGLShortestPaths * New()