Rosetta
Public Member Functions | List of all members
protocols::ligand_evolution::Selector Class Referenceabstract

: An abstract class to give an interface for subset selection of Population More...

#include <Selector.hh>

Inheritance diagram for protocols::ligand_evolution::Selector:
Inheritance graph
[legend]

Public Member Functions

virtual utility::vector1< Individualapply (Population &population, core::Size size, bool remove) const =0
 Applies the specified rules to create a list of indices of selected individuals. More...
 
virtual std::string const & name () const =0
 Return the name of this selector. More...
 

Detailed Description

: An abstract class to give an interface for subset selection of Population

comming soon.

Member Function Documentation

◆ apply()

virtual utility::vector1< Individual > protocols::ligand_evolution::Selector::apply ( Population population,
core::Size  size,
bool  remove 
) const
pure virtual

◆ name()

virtual std::string const& protocols::ligand_evolution::Selector::name ( ) const
pure virtual

The documentation for this class was generated from the following file: