42 #ifndef __vtkExtractSelectedGraph_h
43 #define __vtkExtractSelectedGraph_h
45 #include "vtkInfovisCoreModule.h"
56 void PrintSelf(ostream& os, vtkIndent indent);
70 vtkSetMacro(RemoveIsolatedVertices,
bool);
71 vtkGetMacro(RemoveIsolatedVertices,
bool);
72 vtkBooleanMacro(RemoveIsolatedVertices,
bool);
84 vtkInformationVector**,
85 vtkInformationVector*);
89 vtkInformationVector**,
90 vtkInformationVector*);
static vtkGraphAlgorithm * New()
A node in a selection tree. Used to store selection results.
Superclass for algorithms that produce only graph as output.
Proxy object to connect input/output ports.
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int FillInputPortInformation(int port, vtkInformation *info)