Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
protocols::match::downstream_hit Class Reference

#include <Hit.hh>

Collaboration diagram for protocols::match::downstream_hit:
Collaboration graph
[legend]

Public Member Functions

 downstream_hit ()
 
 downstream_hit (Hit const &source)
 
void copy_hit (Hit const &source)
 
core::Size downstream_conf_id () const
 
Real6 const & second () const
 
Real6second ()
 
bool operator< (downstream_hit const &rhs) const
 
bool operator== (downstream_hit const &rhs) const
 

Private Attributes

core::Size downstream_conf_id_
 
Real6 second_
 

Detailed Description

Definition at line 142 of file Hit.hh.

Constructor & Destructor Documentation

protocols::match::downstream_hit::downstream_hit ( )
inline

Definition at line 147 of file Hit.hh.

protocols::match::downstream_hit::downstream_hit ( Hit const &  source)
inline

Member Function Documentation

void protocols::match::downstream_hit::copy_hit ( Hit const &  source)
inline
core::Size protocols::match::downstream_hit::downstream_conf_id ( ) const
inline

Definition at line 161 of file Hit.hh.

References downstream_conf_id_.

Referenced by protocols::match::fake_hit().

bool protocols::match::downstream_hit::operator< ( downstream_hit const &  rhs) const

Definition at line 47 of file Hit.cc.

References downstream_conf_id_, and second_.

bool protocols::match::downstream_hit::operator== ( downstream_hit const &  rhs) const

Definition at line 60 of file Hit.cc.

References downstream_conf_id_, and second_.

Real6 const& protocols::match::downstream_hit::second ( ) const
inline

Definition at line 165 of file Hit.hh.

References second_.

Referenced by protocols::match::fake_hit().

Real6& protocols::match::downstream_hit::second ( )
inline

Definition at line 169 of file Hit.hh.

References second_.

Member Data Documentation

core::Size protocols::match::downstream_hit::downstream_conf_id_
private

Definition at line 181 of file Hit.hh.

Referenced by copy_hit(), downstream_conf_id(), downstream_hit(), operator<(), and operator==().

Real6 protocols::match::downstream_hit::second_
private

Definition at line 182 of file Hit.hh.

Referenced by copy_hit(), downstream_hit(), operator<(), operator==(), and second().


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