42 #ifndef __vtkExtractSelectedGraph_h
43 #define __vtkExtractSelectedGraph_h
45 #include "vtkInfovisCoreModule.h"
46 #include "vtkGraphAlgorithm.h"
56 void PrintSelf(ostream& os, vtkIndent indent);
60 void SetSelectionConnection(vtkAlgorithmOutput* in);
64 void SetAnnotationLayersConnection(vtkAlgorithmOutput* in);
70 vtkSetMacro(RemoveIsolatedVertices,
bool);
71 vtkGetMacro(RemoveIsolatedVertices,
bool);
72 vtkBooleanMacro(RemoveIsolatedVertices,
bool);
76 int FillInputPortInformation(
int port, vtkInformation* info);
84 vtkInformationVector**,
85 vtkInformationVector*);
87 int RequestDataObject(
89 vtkInformationVector**,
90 vtkInformationVector*);