Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
T_Seed_selector_minimax< PointType, VectorType, Cost > Class Template Reference

Select seeds by maximizing the min cost for seeds at each selection step. More...

#include <Seed_selectors.hpp>

Detailed Description

template<class PointType, class VectorType, class Cost>
class SBL::GT::T_Seed_selector_minimax< PointType, VectorType, Cost >

Select seeds by maximizing the min cost for seeds at each selection step.

Template Parameters
PointTypeRepresentation of a point.
VectorTypeRepresentation of a vector.
CostCompute the cost for a point and a center of mass.