40 #ifndef vtkExtractSelectedGraph_h
41 #define vtkExtractSelectedGraph_h
44 #include "vtkInfovisCoreModule.h"
72 vtkSetMacro(RemoveIsolatedVertices,
bool);
73 vtkGetMacro(RemoveIsolatedVertices,
bool);
74 vtkBooleanMacro(RemoveIsolatedVertices,
bool);
static vtkGraphAlgorithm * New()
abstract class to specify dataset behavior
data object that represents a "selection" in VTK.
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
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.