23 #ifndef vtkThresholdGraph_h
24 #define vtkThresholdGraph_h
41 vtkGetMacro(LowerThreshold,
double);
42 vtkSetMacro(LowerThreshold,
double);
48 vtkGetMacro(UpperThreshold,
double);
49 vtkSetMacro(UpperThreshold,
double);
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.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
#define VTKINFOVISCORE_EXPORT
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)