Go to the documentation of this file.
26 #ifndef vtkReebGraphSimplificationFilter_h
27 #define vtkReebGraphSimplificationFilter_h
29 #include "vtkFiltersReebGraphModule.h"
48 vtkSetMacro(SimplificationThreshold,
double);
49 vtkGetMacro(SimplificationThreshold,
double);
Superclass for algorithms that produce only directed graph as output.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
static vtkDirectedGraphAlgorithm * New()
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
double SimplificationThreshold
simplify an input Reeb graph.
abstract class for custom Reeb graph simplification metric design.
Reeb graph computation for PL scalar fields.
a simple class to control print indentation
vtkReebGraphSimplificationMetric * SimplificationMetric
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.
vtkDirectedGraph * GetOutput()
Get the output data object for a port on this algorithm.