26 #ifndef vtkBoostExtractLargestComponent_h 27 #define vtkBoostExtractLargestComponent_h 29 #include "vtkInfovisBoostGraphAlgorithmsModule.h" 50 vtkSetMacro(InvertSelection,
bool);
51 vtkGetMacro(InvertSelection,
bool);
static vtkGraphAlgorithm * New()
Superclass for algorithms that produce only graph as output.
Base class for graph data types.
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.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.