![]() |
Chemical Data Processing Library Python API - Version 1.4.0
|
Provides constants for selecting which alignment results are kept by alignment routines. More...
Inheritance diagram for CDPL.Shape.AlignmentResultSelectionMode:Static Public Attributes | |
| int | ALL = 0 |
| Keep all alignment results. | |
| int | BEST_PER_SHAPE_COMBINATION = 1 |
| Keep only the best alignment result per (reference shape, aligned shape) combination. | |
| int | BEST_PER_REFERENCE_SHAPE = 2 |
| Keep only the best alignment result per reference shape. | |
| int | BEST_PER_REFERENCE_SET = 3 |
| Keep only the best alignment result per reference shape set. | |
| int | BEST_OVERALL = 4 |
| Keep only the single best alignment result overall. | |
Provides constants for selecting which alignment results are kept by alignment routines.