36 #ifndef __vtkExpandSelectedGraph_h
37 #define __vtkExpandSelectedGraph_h
60 vtkSetMacro(BFSDistance,
int);
61 vtkGetMacro(BFSDistance,
int);
69 vtkSetMacro(IncludeShortestPaths,
bool);
70 vtkGetMacro(IncludeShortestPaths,
bool);
71 vtkBooleanMacro(IncludeShortestPaths,
bool);
76 vtkSetStringMacro(Domain);
77 vtkGetStringMacro(Domain);
83 vtkSetMacro(UseDomain,
bool);
84 vtkGetMacro(UseDomain,
bool);
85 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.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void PrintSelf(ostream &os, vtkIndent indent)