#include <utility/pointer/access_ptr.hh>
#include <utility/pointer/owning_ptr.hh>
|
enum | core::scoring::motif::RM_Type {
core::scoring::motif::RM_Type_NONE
, core::scoring::motif::RM_SC
, core::scoring::motif::RM_BB
, core::scoring::motif::RM_PH
,
core::scoring::motif::RM_PO
, core::scoring::motif::NUM_RM_TYPES =RM_PO
} |
|
enum | core::scoring::motif::RPM_Type {
core::scoring::motif::RPM_Type_NONE
, core::scoring::motif::SC_SC
, core::scoring::motif::SC_BB
, core::scoring::motif::SC_PH
,
core::scoring::motif::SC_PO
, core::scoring::motif::BB_BB
, core::scoring::motif::BB_PH
, core::scoring::motif::BB_PO
,
core::scoring::motif::PH_PO
, core::scoring::motif::NUM_RPM_TYPES =PH_PO
} |
|