23 #ifndef __vtkThresholdGraph_h
24 #define __vtkThresholdGraph_h
40 vtkGetMacro(LowerThreshold,
double);
41 vtkSetMacro(LowerThreshold,
double);
47 vtkGetMacro(UpperThreshold,
double);
48 vtkSetMacro(UpperThreshold,
double);
64 double LowerThreshold;
65 double UpperThreshold;
73 #endif // __vtkThresholdGraph_h
static vtkGraphAlgorithm * New()
Returns a subgraph of a vtkGraph.
Superclass for algorithms that produce only graph as output.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)