|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   34 #ifndef vtkBoostBreadthFirstSearch_h 
   35 #define vtkBoostBreadthFirstSearch_h 
   37 #include "vtkInfovisBoostGraphAlgorithmsModule.h"  
   85   void SetOriginVertexString(
char* arrayName, 
char* 
value);
 
   92   vtkSetStringMacro(OutputArrayName);
 
  102   vtkSetMacro(OriginFromSelection, 
bool);
 
  103   vtkGetMacro(OriginFromSelection, 
bool);
 
  104   vtkBooleanMacro(OriginFromSelection, 
bool);
 
  113   vtkGetMacro(OutputSelection, 
bool);
 
  114   vtkSetMacro(OutputSelection, 
bool);
 
  115   vtkBooleanMacro(OutputSelection, 
bool);
 
  124   vtkSetStringMacro(OutputSelectionType);
 
  139   char* InputArrayName;
 
  140   char* OutputArrayName;
 
  142   bool OutputSelection;
 
  143   bool OriginFromSelection;
 
  144   char* OutputSelectionType;
 
  150   vtkSetStringMacro(InputArrayName);
 
  
Superclass for algorithms that produce only graph as output.
data object that represents a "selection" in VTK.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
a simple class to control print indentation
A atomic type representing the union of many types.
Boost breadth_first_search on a vtkGraph.
void SetOriginSelectionConnection(vtkAlgorithmOutput *algOutput)
Abstract superclass for all arrays.
virtual void SetInputConnection(int port, vtkAlgorithmOutput *input)
Set the connection for the given input port index.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Proxy object to connect input/output ports.
Wrapper around std::string to keep symbols short.
static vtkGraphAlgorithm * New()