Rosetta
Namespaces | Typedefs | Enumerations
motif_hash_stuff.fwd.hh File Reference
#include <utility/pointer/access_ptr.hh>
#include <utility/pointer/owning_ptr.hh>

Namespaces

 core
 A class for reading in the atom type properties.
 
 core::scoring
 
 core::scoring::motif
 

Typedefs

typedef utility::pointer::shared_ptr< XfragSet > core::scoring::motif::XfragSetOP
 
typedef utility::pointer::shared_ptr< XfragSet const > core::scoring::motif::XfragSetCOP
 
typedef utility::pointer::weak_ptr< XfragSet const > core::scoring::motif::XfragSetCAP
 
typedef utility::pointer::shared_ptr< XformScore > core::scoring::motif::XformScoreOP
 
typedef utility::pointer::shared_ptr< XformScore const > core::scoring::motif::XformScoreCOP
 
typedef utility::pointer::weak_ptr< XformScore const > core::scoring::motif::XformScoreCAP
 
typedef utility::pointer::shared_ptr< MotifHash > core::scoring::motif::MotifHashOP
 
typedef utility::pointer::shared_ptr< MotifHash const > core::scoring::motif::MotifHashCOP
 
typedef utility::pointer::weak_ptr< MotifHash const > core::scoring::motif::MotifHashCAP
 

Enumerations

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
}