37 #ifndef vtkExpandSelectedGraph_h 38 #define vtkExpandSelectedGraph_h 40 #include "vtkInfovisCoreModule.h" 69 vtkGetMacro(BFSDistance,
int);
80 vtkGetMacro(IncludeShortestPaths,
bool);
88 vtkSetStringMacro(Domain);
98 vtkGetMacro(UseDomain,
bool);
109 vtkInformationVector*) VTK_OVERRIDE;
114 bool IncludeShortestPaths;
122 void BFSExpandSelection(vtkIdTypeArray *selection,
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()
a simple class to control print indentation
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
Superclass for algorithms that produce only Selection as output.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.