39 #ifndef __vtkExpandSelectedGraph_h
40 #define __vtkExpandSelectedGraph_h
42 #include "vtkInfovisCoreModule.h"
53 void PrintSelf(ostream& os, vtkIndent indent);
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,
virtual int FillInputPortInformation(int port, vtkInformation *info)
expands a selection set of a vtkGraph
Proxy object to connect input/output ports.
Base class for graph data types.
static vtkSelectionAlgorithm * New()
bool IncludeShortestPaths
Superclass for algorithms that produce only Selection as output.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void PrintSelf(ostream &os, vtkIndent indent)