23 #ifndef __vtkThresholdGraph_h
24 #define __vtkThresholdGraph_h
26 #include "vtkInfovisCoreModule.h"
27 #include "vtkGraphAlgorithm.h"
36 void PrintSelf(ostream &os, vtkIndent indent);
41 vtkGetMacro(LowerThreshold,
double);
42 vtkSetMacro(LowerThreshold,
double);
48 vtkGetMacro(UpperThreshold,
double);
49 vtkSetMacro(UpperThreshold,
double);
58 virtual int RequestData(vtkInformation*,
59 vtkInformationVector**,
60 vtkInformationVector*);
65 double LowerThreshold;
66 double UpperThreshold;
74 #endif // __vtkThresholdGraph_h
Returns a subgraph of a vtkGraph.