 |
VTK
9.0.1
|
Go to the documentation of this file.
24 #ifndef vtkThresholdGraph_h
25 #define vtkThresholdGraph_h
28 #include "vtkInfovisCoreModule.h"
43 vtkGetMacro(LowerThreshold,
double);
44 vtkSetMacro(LowerThreshold,
double);
52 vtkGetMacro(UpperThreshold,
double);
53 vtkSetMacro(UpperThreshold,
double);
63 double LowerThreshold;
64 double UpperThreshold;
70 #endif // vtkThresholdGraph_h
Superclass for algorithms that produce only graph as output.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkThresholdGraph() override
Returns a subgraph of a vtkGraph.
a simple class to control print indentation
static vtkThresholdGraph * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.