Class | Description |
---|---|
ExternalConverter |
This class implements a conversion between filtration values and filtration
indices that is given as an argument at instantiation of the converter.
|
FiltrationConverter |
This interface defines a mapping between filtration values and filtration indices.
|
FiltrationUtility |
This class contains various static functions that aid in the transformation between objects
defined in terms of filtration indices to objects defined in terms of filtration values.
|
IdentityConverter |
This class defines a filtration value conversion which simply defines the filtration
value to be equal to the filtration index.
|
IncreasingLinearConverter |
This class implements a conversion between filtration values and filtration
indices that is linear and increasing.
|
StaticConverter |
This class implements the FiltrationConverter interface for static complexes.
|