|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   37 #ifndef vtkExtractSelectedGraph_h 
   38 #define vtkExtractSelectedGraph_h 
   41 #include "vtkInfovisCoreModule.h"  
   69   vtkSetMacro(RemoveIsolatedVertices, 
bool);
 
   70   vtkGetMacro(RemoveIsolatedVertices, 
bool);
 
   71   vtkBooleanMacro(RemoveIsolatedVertices, 
bool);
 
  
Superclass for algorithms that produce only graph as output.
data object that represents a "selection" in VTK.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
a simple class to control print indentation
abstract class to specify dataset behavior
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Proxy object to connect input/output ports.
static vtkGraphAlgorithm * New()