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.
|
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().