#include <vtkReebGraphSimplificationFilter.h>
The filter takes an input vtkReebGraph object and outputs a vtkReebGraph object.
Definition at line 33 of file vtkReebGraphSimplificationFilter.h.
Reimplemented from vtkDirectedGraphAlgorithm.
Definition at line 38 of file vtkReebGraphSimplificationFilter.h.
vtkReebGraphSimplificationFilter::vtkReebGraphSimplificationFilter | ( | ) | [protected] |
vtkReebGraphSimplificationFilter::~vtkReebGraphSimplificationFilter | ( | ) | [protected] |
static vtkReebGraphSimplificationFilter* vtkReebGraphSimplificationFilter::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkDirectedGraphAlgorithm.
virtual const char* vtkReebGraphSimplificationFilter::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkDirectedGraphAlgorithm.
static int vtkReebGraphSimplificationFilter::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkDirectedGraphAlgorithm.
virtual int vtkReebGraphSimplificationFilter::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkDirectedGraphAlgorithm.
static vtkReebGraphSimplificationFilter* vtkReebGraphSimplificationFilter::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkDirectedGraphAlgorithm.
void vtkReebGraphSimplificationFilter::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkDirectedGraphAlgorithm.
virtual void vtkReebGraphSimplificationFilter::SetSimplificationThreshold | ( | double | ) | [virtual] |
Set the persistence threshold for simplification (from 0 to 1). Default value: 0 (no simplification).
virtual double vtkReebGraphSimplificationFilter::GetSimplificationThreshold | ( | ) | [virtual] |
Set the persistence threshold for simplification (from 0 to 1). Default value: 0 (no simplification).
void vtkReebGraphSimplificationFilter::SetSimplificationMetric | ( | vtkReebGraphSimplificationMetric * | metric | ) |
Set the persistence metric evaluation code Default value: NULL (standard topological persistence).
vtkReebGraph* vtkReebGraphSimplificationFilter::GetOutput | ( | ) |
Get the output data object for a port on this algorithm.
Reimplemented from vtkDirectedGraphAlgorithm.
int vtkReebGraphSimplificationFilter::FillInputPortInformation | ( | int | port, | |
vtkInformation * | info | |||
) | [protected, virtual] |
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkDirectedGraphAlgorithm.
int vtkReebGraphSimplificationFilter::FillOutputPortInformation | ( | int | port, | |
vtkInformation * | info | |||
) | [protected, virtual] |
Fill the output port information objects for this algorithm. This is invoked by the first call to GetOutputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkDirectedGraphAlgorithm.
int vtkReebGraphSimplificationFilter::RequestData | ( | vtkInformation * | request, | |
vtkInformationVector ** | inputVector, | |||
vtkInformationVector * | outputVector | |||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkDirectedGraphAlgorithm.
double vtkReebGraphSimplificationFilter::SimplificationThreshold [protected] |
Definition at line 58 of file vtkReebGraphSimplificationFilter.h.
vtkReebGraphSimplificationMetric* vtkReebGraphSimplificationFilter::SimplificationMetric [protected] |
Definition at line 60 of file vtkReebGraphSimplificationFilter.h.