39 #ifndef vtkExpandSelectedGraph_h
40 #define vtkExpandSelectedGraph_h
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);
virtual int FillInputPortInformation(int port, vtkInformation *info)
expands a selection set of a vtkGraph
dynamic, self-adjusting array of vtkIdType
Proxy object to connect input/output ports.
Base class for graph data types.
static vtkSelectionAlgorithm * New()
bool IncludeShortestPaths
a simple class to control print indentation
Superclass for algorithms that produce only Selection as output.
#define VTKINFOVISCORE_EXPORT
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void PrintSelf(ostream &os, vtkIndent indent)