21#ifndef vtkExpandSelectedGraph_h
22#define vtkExpandSelectedGraph_h
24#include "vtkInfovisCoreModule.h"
27VTK_ABI_NAMESPACE_BEGIN
53 vtkSetMacro(BFSDistance,
int);
54 vtkGetMacro(BFSDistance,
int);
64 vtkSetMacro(IncludeShortestPaths,
bool);
65 vtkGetMacro(IncludeShortestPaths,
bool);
66 vtkBooleanMacro(IncludeShortestPaths,
bool);
73 vtkSetStringMacro(Domain);
74 vtkGetStringMacro(Domain);
82 vtkSetMacro(UseDomain,
bool);
83 vtkGetMacro(UseDomain,
bool);
84 vtkBooleanMacro(UseDomain,
bool);
Proxy object to connect input/output ports.
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.
~vtkExpandSelectedGraph() override
bool IncludeShortestPaths
static vtkExpandSelectedGraph * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void Expand(vtkIdTypeArray *, vtkGraph *)
void SetGraphConnection(vtkAlgorithmOutput *in)
A convenience method for setting the second input (i.e.
int FillInputPortInformation(int port, vtkInformation *info) override
Specify the first vtkSelection input and the second vtkGraph input.
Base class for graph data types.
dynamic, self-adjusting array of vtkIdType
a simple class to control print indentation
Superclass for algorithms that produce only Selection as output.