|
Rosetta 3.5
|
Holds data about a single distance constraint in the form AtomPairConstraintsScore needs. More...
#include <AtomPairConstraintsScore.hh>


Public Member Functions | |
| AtomPairConstraintsData (core::scoring::constraints::FuncOP function, Size offset, Size first_atom, Size second_atom) | |
| makes a new object More... | |
| virtual | ~AtomPairConstraintsData () |
| Size | get_offset () |
| Size | get_first_atom () |
| Size | get_second_atom () |
| core::scoring::constraints::FuncOP | get_function () |
Private Attributes | |
| Size | offset_ |
| core::scoring::constraints::FuncOP | func_ |
| Size | first_atom_ |
| Size | second_atom_ |
Holds data about a single distance constraint in the form AtomPairConstraintsScore needs.
Definition at line 58 of file AtomPairConstraintsScore.hh.
|
inline |
makes a new object
Definition at line 62 of file AtomPairConstraintsScore.hh.
References first_atom_, func_, offset_, and second_atom_.
|
virtual |
Definition at line 42 of file AtomPairConstraintsScore.cc.
|
inline |
Definition at line 76 of file AtomPairConstraintsScore.hh.
References first_atom_.
|
inline |
Definition at line 84 of file AtomPairConstraintsScore.hh.
References func_.
|
inline |
Definition at line 72 of file AtomPairConstraintsScore.hh.
References offset_.
|
inline |
Definition at line 80 of file AtomPairConstraintsScore.hh.
References second_atom_.
|
private |
Definition at line 91 of file AtomPairConstraintsScore.hh.
Referenced by AtomPairConstraintsData(), and get_first_atom().
|
private |
Definition at line 90 of file AtomPairConstraintsScore.hh.
Referenced by AtomPairConstraintsData(), and get_function().
|
private |
Definition at line 89 of file AtomPairConstraintsScore.hh.
Referenced by AtomPairConstraintsData(), and get_offset().
|
private |
Definition at line 92 of file AtomPairConstraintsScore.hh.
Referenced by AtomPairConstraintsData(), and get_second_atom().
1.8.4