40 #ifndef vtkPBGLShortestPaths_h
41 #define vtkPBGLShortestPaths_h
43 #include "vtkInfovisParallelModule.h"
51 #if !defined(VTK_LEGACY_REMOVE)
92 void SetOriginVertexString(
char* arrayName,
char*
value);
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);
237 #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.
Superclass for algorithms that produce only graph as output.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
A atomic type representing the union of many types.
Proxy object to connect input/output ports.
a simple class to control print indentation
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
Compute the shortest paths from the origin vertex to all other vertices in a distributed vtkGraph...
virtual void SetInputConnection(int port, vtkAlgorithmOutput *input)
Set the connection for the given input port index.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
void SetOriginSelectionConnection(vtkAlgorithmOutput *algOutput)
Convenience methods for setting the origin selection input.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.