Rosetta  2021.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces
ResidueSelectorRegistrator.hh File Reference

Declaration of the template class for registrating ResidueSelectorCreators with the ResidueSelectorFactory. More...

#include <core/select/residue_selector/ResidueSelectorFactory.hh>
#include <utility/factory/WidgetRegistrator.hh>

Classes

class  core::select::residue_selector::ResidueSelectorRegistrator< T >
 This templated class will register an instance of an ResidueSelectorCreator (class T) with the ResidueSelectorFactory. It will ensure that no ResidueSelector creator is registered twice, and centralizes this registration logic so that thread safety issues can be handled in one place. More...
 

Namespaces

 core
 A class for reading in the atom type properties.
 
 core::select
 
 core::select::residue_selector
 

Detailed Description

Declaration of the template class for registrating ResidueSelectorCreators with the ResidueSelectorFactory.

Author
Andrew Leaver-Fay (aleav.nosp@m.erfa.nosp@m.y@gma.nosp@m.il.c.nosp@m.om)
ashworth