![]() |
Rosetta Protocols
2014.16.56682
|
Holds data about a single distance constraint in the form AtomPairConstraintsScore needs. More...
#include <AtomPairConstraintsScore.hh>
Public Member Functions | |
| AtomPairConstraintsData (core::scoring::func::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::func::FuncOP | get_function () |
Private Attributes | |
| Size | offset_ |
| core::scoring::func::FuncOP | func_ |
| Size | first_atom_ |
| Size | second_atom_ |
Holds data about a single distance constraint in the form AtomPairConstraintsScore needs.
|
inline |
makes a new object
References first_atom_, func_, offset_, and second_atom_.
|
virtual |
|
inline |
References first_atom_.
|
inline |
References func_.
|
inline |
References offset_.
|
inline |
References second_atom_.
|
private |
Referenced by AtomPairConstraintsData(), and get_first_atom().
|
private |
Referenced by AtomPairConstraintsData(), and get_function().
|
private |
Referenced by AtomPairConstraintsData(), and get_offset().
|
private |
Referenced by AtomPairConstraintsData(), and get_second_atom().
1.8.7