Go to the documentation of this file.
24 #ifndef vtkThresholdGraph_h
25 #define vtkThresholdGraph_h
27 #include "vtkInfovisCoreModule.h"
44 vtkGetMacro(LowerThreshold,
double);
53 vtkGetMacro(UpperThreshold,
double);
69 double LowerThreshold;
70 double UpperThreshold;
78 #endif // vtkThresholdGraph_h
Superclass for algorithms that produce only graph as output.
Returns a subgraph of a vtkGraph.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkGraphAlgorithm * New()