Go to the documentation of this file.
40 #ifndef vtkExpandSelectedGraph_h
41 #define vtkExpandSelectedGraph_h
43 #include "vtkInfovisCoreModule.h"
72 vtkGetMacro(BFSDistance,
int);
83 vtkGetMacro(IncludeShortestPaths,
bool);
91 vtkSetStringMacro(Domain);
101 vtkGetMacro(UseDomain,
bool);
int FillInputPortInformation(int port, vtkInformation *info)
Specify the first vtkSelection input and the second vtkGraph input.
~vtkExpandSelectedGraph()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
void Expand(vtkIdTypeArray *, vtkGraph *)
a simple class to control print indentation
void SetGraphConnection(vtkAlgorithmOutput *in)
A convenience method for setting the second input (i.e.
bool IncludeShortestPaths
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
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.
static vtkExpandSelectedGraph * New()