23 #ifndef __vtkThresholdGraph_h
24 #define __vtkThresholdGraph_h
26 #include "vtkInfovisCoreModule.h"
36 void PrintSelf(ostream &os, vtkIndent indent);
41 vtkGetMacro(LowerThreshold,
double);
42 vtkSetMacro(LowerThreshold,
double);
48 vtkGetMacro(UpperThreshold,
double);
49 vtkSetMacro(UpperThreshold,
double);
59 vtkInformationVector**,
60 vtkInformationVector*);
65 double LowerThreshold;
66 double UpperThreshold;
74 #endif // __vtkThresholdGraph_h
static vtkGraphAlgorithm * New()
Returns a subgraph of a vtkGraph.
Superclass for algorithms that produce only graph as output.
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)