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.
a simple class to control print indentation
simplify an input Reeb graph.
vtkReebGraphSimplificationMetric * SimplificationMetric
vtkReebGraph * GetOutput()
int FillInputPortInformation(int portNumber, vtkInformation *)
Fill the input port information objects for this algorithm.
void SetSimplificationMetric(vtkReebGraphSimplificationMetric *metric)
Set the persistence metric evaluation code Default value: NULL (standard topological persistence).
int FillOutputPortInformation(int, vtkInformation *)
Fill the output port information objects for this algorithm.
vtkReebGraphSimplificationFilter()
static vtkReebGraphSimplificationFilter * New()
double SimplificationThreshold
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.
~vtkReebGraphSimplificationFilter()
abstract class for custom Reeb graph simplification metric design.
Reeb graph computation for PL scalar fields.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.