Chemical Data Processing Library C++ API - Version 1.4.0
Variables
CDPL::Shape::AlignmentResultSelectionMode Namespace Reference

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...
 

Detailed Description

Provides constants for selecting which alignment results are kept by alignment routines.

Variable Documentation

◆ ALL

constexpr unsigned int CDPL::Shape::AlignmentResultSelectionMode::ALL = 0
constexpr

Keep all alignment results.

◆ BEST_PER_SHAPE_COMBINATION

constexpr unsigned int CDPL::Shape::AlignmentResultSelectionMode::BEST_PER_SHAPE_COMBINATION = 1
constexpr

Keep only the best alignment result per (reference shape, aligned shape) combination.

◆ BEST_PER_REFERENCE_SHAPE

constexpr unsigned int CDPL::Shape::AlignmentResultSelectionMode::BEST_PER_REFERENCE_SHAPE = 2
constexpr

Keep only the best alignment result per reference shape.

◆ BEST_PER_REFERENCE_SET

constexpr unsigned int CDPL::Shape::AlignmentResultSelectionMode::BEST_PER_REFERENCE_SET = 3
constexpr

Keep only the best alignment result per reference shape set.

◆ BEST_OVERALL

constexpr unsigned int CDPL::Shape::AlignmentResultSelectionMode::BEST_OVERALL = 4
constexpr

Keep only the single best alignment result overall.