Go to the documentation of this file.
26 #ifndef vtkReebGraphSimplificationFilter_h
27 #define vtkReebGraphSimplificationFilter_h
29 #include "vtkFiltersReebGraphModule.h"
49 vtkGetMacro(SimplificationThreshold,
double);
Superclass for algorithms that produce only directed graph as output.
~vtkReebGraphSimplificationFilter()
double SimplificationThreshold
simplify an input Reeb graph.
abstract class for custom Reeb graph simplification metric design.
void SetSimplificationMetric(vtkReebGraphSimplificationMetric *metric)
Set the persistence metric evaluation code Default value: NULL (standard topological persistence).
Reeb graph computation for PL scalar fields.
vtkReebGraphSimplificationFilter()
a simple class to control print indentation
int FillInputPortInformation(int portNumber, vtkInformation *)
Fill the input port information objects for this algorithm.
vtkReebGraphSimplificationMetric * SimplificationMetric
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
int FillOutputPortInformation(int, vtkInformation *)
Fill the output port information objects for this algorithm.
static vtkReebGraphSimplificationFilter * New()
vtkReebGraph * GetOutput()