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::noesy_assign::FoldResonance Class Reference

#include <FoldResonance.hh>

Collaboration diagram for protocols::noesy_assign::FoldResonance:
Collaboration graph
[legend]

Public Member Functions

 FoldResonance ()
 
void set_window (core::Real start, core::Real end)
 
bool is_folded_down (core::Real freq) const
 
bool is_folded_up (core::Real freq) const
 
bool is_folded (core::Real freq) const
 
core::Real start () const
 
core::Real end () const
 
core::Real operator() (core::Real freq) const
 
bool is_folded () const
 
void show (std::ostream &os) const
 

Private Attributes

core::Real start_
 
core::Real window_
 

Detailed Description

Definition at line 33 of file FoldResonance.hh.

Constructor & Destructor Documentation

protocols::noesy_assign::FoldResonance::FoldResonance ( )
inline

Definition at line 35 of file FoldResonance.hh.

Member Function Documentation

core::Real protocols::noesy_assign::FoldResonance::end ( ) const
inline

Definition at line 55 of file FoldResonance.hh.

References start_, and window_.

Referenced by is_folded_up(), and show().

bool protocols::noesy_assign::FoldResonance::is_folded ( core::Real  freq) const
inline

Definition at line 50 of file FoldResonance.hh.

References is_folded_down(), and is_folded_up().

bool protocols::noesy_assign::FoldResonance::is_folded ( ) const
inline

Definition at line 66 of file FoldResonance.hh.

References window_.

Referenced by operator()(), and show().

bool protocols::noesy_assign::FoldResonance::is_folded_down ( core::Real  freq) const
inline

Definition at line 42 of file FoldResonance.hh.

References start(), and window_.

Referenced by is_folded(), and operator()().

bool protocols::noesy_assign::FoldResonance::is_folded_up ( core::Real  freq) const
inline

Definition at line 46 of file FoldResonance.hh.

References end(), and window_.

Referenced by is_folded(), and operator()().

core::Real protocols::noesy_assign::FoldResonance::operator() ( core::Real  freq) const
inline

Definition at line 57 of file FoldResonance.hh.

References is_folded(), is_folded_down(), is_folded_up(), and window_.

void protocols::noesy_assign::FoldResonance::set_window ( core::Real  start,
core::Real  end 
)
inline

Definition at line 37 of file FoldResonance.hh.

References start(), start_, and window_.

Referenced by protocols::noesy_assign::CrossPeakInfo::set_folding_window().

void protocols::noesy_assign::FoldResonance::show ( std::ostream &  os) const
inline

Definition at line 70 of file FoldResonance.hh.

References end(), is_folded(), start(), and window_.

core::Real protocols::noesy_assign::FoldResonance::start ( ) const
inline

Definition at line 54 of file FoldResonance.hh.

References start_.

Referenced by is_folded_down(), set_window(), and show().

Member Data Documentation

core::Real protocols::noesy_assign::FoldResonance::start_
private

Definition at line 79 of file FoldResonance.hh.

Referenced by end(), set_window(), and start().

core::Real protocols::noesy_assign::FoldResonance::window_
private

Definition at line 80 of file FoldResonance.hh.

Referenced by end(), is_folded(), is_folded_down(), is_folded_up(), operator()(), set_window(), and show().


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