Rosetta
Public Member Functions | Private Member Functions | Private Attributes | List of all members
protocols::denovo_design::components::RandomVectorSelector< T > Class Template Reference

Selects items from a vector randomly. More...

#include <VectorSelector.hh>

Inheritance diagram for protocols::denovo_design::components::RandomVectorSelector< T >:
Inheritance graph
[legend]

Public Member Functions

 RandomVectorSelector (core::Size const max_count)
 
virtual T select ()
 

Private Member Functions

 RandomVectorSelector ()
 

Private Attributes

core::Size const max_count_
 
core::Size count_
 

Detailed Description

template<class T>
class protocols::denovo_design::components::RandomVectorSelector< T >

Selects items from a vector randomly.

Constructor & Destructor Documentation

◆ RandomVectorSelector() [1/2]

◆ RandomVectorSelector() [2/2]

Member Function Documentation

◆ select()

template<class T >
virtual T protocols::denovo_design::components::RandomVectorSelector< T >::select ( )
inlinevirtual

Member Data Documentation

◆ count_

◆ max_count_

template<class T >
core::Size const protocols::denovo_design::components::RandomVectorSelector< T >::max_count_
private

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