39 #ifndef __vtkExpandSelectedGraph_h
40 #define __vtkExpandSelectedGraph_h
42 #include "vtkInfovisCoreModule.h"
43 #include "vtkSelectionAlgorithm.h"
53 void PrintSelf(ostream& os, vtkIndent indent);
56 void SetGraphConnection(vtkAlgorithmOutput* in);
59 int FillInputPortInformation(
int port, vtkInformation* info);
64 vtkSetMacro(BFSDistance,
int);
65 vtkGetMacro(BFSDistance,
int);
73 vtkSetMacro(IncludeShortestPaths,
bool);
74 vtkGetMacro(IncludeShortestPaths,
bool);
75 vtkBooleanMacro(IncludeShortestPaths,
bool);
80 vtkSetStringMacro(Domain);
81 vtkGetStringMacro(Domain);
87 vtkSetMacro(UseDomain,
bool);
88 vtkGetMacro(UseDomain,
bool);
89 vtkBooleanMacro(UseDomain,
bool);
98 vtkInformationVector**,
99 vtkInformationVector*);
101 void Expand(vtkIdTypeArray*,vtkGraph*);
112 void BFSExpandSelection(vtkIdTypeArray *selection,
expands a selection set of a vtkGraph
bool IncludeShortestPaths