12 #ifndef vtkThresholdGraph_h
13 #define vtkThresholdGraph_h
16 #include "vtkInfovisCoreModule.h"
18 VTK_ABI_NAMESPACE_BEGIN
32 vtkGetMacro(LowerThreshold,
double);
33 vtkSetMacro(LowerThreshold,
double);
41 vtkGetMacro(UpperThreshold,
double);
42 vtkSetMacro(UpperThreshold,
double);
52 double LowerThreshold;
53 double UpperThreshold;
60 #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) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.