![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
Provides constants for selecting which alignment results are kept by alignment routines. More...
Variables | |
| constexpr unsigned int | ALL = 0 |
| Keep all alignment results. More... | |
| constexpr unsigned int | BEST_PER_SHAPE_COMBINATION = 1 |
| Keep only the best alignment result per (reference shape, aligned shape) combination. More... | |
| constexpr unsigned int | BEST_PER_REFERENCE_SHAPE = 2 |
| Keep only the best alignment result per reference shape. More... | |
| constexpr unsigned int | BEST_PER_REFERENCE_SET = 3 |
| Keep only the best alignment result per reference shape set. More... | |
| constexpr unsigned int | BEST_OVERALL = 4 |
| Keep only the single best alignment result overall. More... | |
Provides constants for selecting which alignment results are kept by alignment routines.
|
constexpr |
Keep all alignment results.
|
constexpr |
Keep only the best alignment result per (reference shape, aligned shape) combination.
|
constexpr |
Keep only the best alignment result per reference shape.
|
constexpr |
Keep only the best alignment result per reference shape set.
|
constexpr |
Keep only the single best alignment result overall.