40 #ifndef vtkExpandSelectedGraph_h 41 #define vtkExpandSelectedGraph_h 43 #include "vtkInfovisCoreModule.h" 71 vtkSetMacro(BFSDistance,
int);
72 vtkGetMacro(BFSDistance,
int);
82 vtkSetMacro(IncludeShortestPaths,
bool);
83 vtkGetMacro(IncludeShortestPaths,
bool);
84 vtkBooleanMacro(IncludeShortestPaths,
bool);
91 vtkSetStringMacro(Domain);
92 vtkGetStringMacro(Domain);
100 vtkSetMacro(UseDomain,
bool);
101 vtkGetMacro(UseDomain,
bool);
102 vtkBooleanMacro(UseDomain,
bool);
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
expands a selection set of a vtkGraph
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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)
This is called by the superclass.