|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   37 #ifndef vtkExpandSelectedGraph_h 
   38 #define vtkExpandSelectedGraph_h 
   40 #include "vtkInfovisCoreModule.h"  
   68   vtkSetMacro(BFSDistance, 
int);
 
   69   vtkGetMacro(BFSDistance, 
int);
 
   79   vtkSetMacro(IncludeShortestPaths, 
bool);
 
   80   vtkGetMacro(IncludeShortestPaths, 
bool);
 
   81   vtkBooleanMacro(IncludeShortestPaths, 
bool);
 
   88   vtkSetStringMacro(Domain);
 
   89   vtkGetStringMacro(Domain);
 
   97   vtkSetMacro(UseDomain, 
bool);
 
   98   vtkGetMacro(UseDomain, 
bool);
 
   99   vtkBooleanMacro(UseDomain, 
bool);
 
  
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
static vtkSelectionAlgorithm * New()
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
bool IncludeShortestPaths
dynamic, self-adjusting array of vtkIdType
Proxy object to connect input/output ports.
expands a selection set of a vtkGraph
Superclass for algorithms that produce only Selection as output.
Base class for graph data types.