37 #ifndef vtkExtractSelectedGraph_h 38 #define vtkExtractSelectedGraph_h 40 #include "vtkInfovisCoreModule.h" 70 vtkGetMacro(RemoveIsolatedVertices,
bool);
86 vtkInformationVector*) VTK_OVERRIDE;
88 int RequestDataObject(
90 vtkInformationVector**,
91 vtkInformationVector*) VTK_OVERRIDE;
93 bool RemoveIsolatedVertices;
static vtkGraphAlgorithm * New()
abstract class to specify dataset behavior
A node in a selection tree.
Superclass for algorithms that produce only graph as output.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
Proxy object to connect input/output ports.
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.
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.