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