![]() |
Rosetta
2021.16
|
Holds data about a single four-body constraint in the form usefull for InterbondAngleScore and DihedralConstraintsScore classes. More...
#include <FourAtomsConstraintData.hh>

Public Member Functions | |
| FourAtomsConstraintData (core::scoring::func::FuncOP function, core::Size first_atom, core::Size second_offset, core::Size second_atom, core::Size third_offset, core::Size third_atom, core::Size fourth_offset, core::Size fourth_atom) | |
| makes a new object More... | |
| core::Size | get_first_atom () |
| core::Size | get_second_atom () |
| core::Size | get_third_atom () |
| core::Size | get_fourth_atom () |
| core::Size | get_second_offset () |
| core::Size | get_third_offset () |
| core::Size | get_fourth_offset () |
| core::scoring::func::FuncOP | get_function () |
| ~FourAtomsConstraintData () override | |
Holds data about a single four-body constraint in the form usefull for InterbondAngleScore and DihedralConstraintsScore classes.
This class is used to store data obtained from file before score method is created
| protocols::frag_picker::scores::FourAtomsConstraintData::FourAtomsConstraintData | ( | core::scoring::func::FuncOP | function, |
| core::Size | first_atom, | ||
| core::Size | second_offset, | ||
| core::Size | second_atom, | ||
| core::Size | third_offset, | ||
| core::Size | third_atom, | ||
| core::Size | fourth_offset, | ||
| core::Size | fourth_atom | ||
| ) |
makes a new object
References first_atom_, fourth_atom_, fourth_offset_, func_, second_atom_, second_offset_, third_atom_, and third_offset_.
|
overridedefault |
|
inline |
References first_atom_.
|
inline |
References fourth_atom_.
|
inline |
References fourth_offset_.
|
inline |
References func_.
|
inline |
References second_atom_.
|
inline |
References second_offset_.
|
inline |
References third_atom_.
|
inline |
References third_offset_.
|
private |
Referenced by FourAtomsConstraintData(), and get_first_atom().
|
private |
Referenced by FourAtomsConstraintData(), and get_fourth_atom().
|
private |
Referenced by FourAtomsConstraintData(), and get_fourth_offset().
|
private |
Referenced by FourAtomsConstraintData(), and get_function().
|
private |
Referenced by FourAtomsConstraintData(), and get_second_atom().
|
private |
Referenced by FourAtomsConstraintData(), and get_second_offset().
|
private |
Referenced by FourAtomsConstraintData(), and get_third_atom().
|
private |
Referenced by FourAtomsConstraintData(), and get_third_offset().
1.8.7