![]() |
Rosetta
2021.16
|
A class for storing the PNear, Keq, and DeltaG_folding values to an arbitrary state that has been sampled. More...
#include <HierarchicalHybridJD_PNearToArbitraryStateSummary.hh>

Public Member Functions | |
| HierarchicalHybridJD_PNearToArbitraryStateSummary ()=delete | |
| Default constructor (explicitly deleted). More... | |
| HierarchicalHybridJD_PNearToArbitraryStateSummary (core::Real const pnear, core::Real const Keq, core::Real const deltaG_folding, core::Size const originating_mpi_node, core::Size const jobindex_on_originating_node) | |
| Options constructor. More... | |
| ~HierarchicalHybridJD_PNearToArbitraryStateSummary () override | |
| Destructor. More... | |
| HierarchicalHybridJD_PNearToArbitraryStateSummaryOP | clone () const |
| Clone operation: make a copy of this object, and return an owning pointer to the copy. More... | |
| core::Real | pnear () const |
| Access the PNear value. More... | |
| core::Real | Keq () const |
| Access the PNfolding equilibtrium constant value. More... | |
| core::Real | deltaG_folding () const |
| Access the Delta-G of folding value. More... | |
| core::Size | originating_mpi_node () const |
| Access the index of the originating MPI node. More... | |
| core::Size | jobindex_on_originating_node () const |
| Access the job index on the originating node. More... | |
Private Attributes | |
| core::Real | pnear_ = 0.0 |
| The PNear value. More... | |
| core::Real | Keq_ = 0.0 |
| The folding equilbrium constant. More... | |
| core::Real | deltaG_folding_ = 0.0 |
| The Delta-G of folding. More... | |
| core::Size | originating_mpi_node_ = 0 |
| The MPI node that originated this structure. More... | |
| core::Size | jobindex_on_originating_node_ = 0 |
| The job index on the originating node. More... | |
A class for storing the PNear, Keq, and DeltaG_folding values to an arbitrary state that has been sampled.
|
delete |
Default constructor (explicitly deleted).
| protocols::cyclic_peptide_predict::HierarchicalHybridJD_PNearToArbitraryStateSummary::HierarchicalHybridJD_PNearToArbitraryStateSummary | ( | core::Real const | pnear, |
| core::Real const | Keq, | ||
| core::Real const | deltaG_folding, | ||
| core::Size const | originating_mpi_node, | ||
| core::Size const | jobindex_on_originating_node | ||
| ) |
Options constructor.
References deltaG_folding(), deltaG_folding_, jobindex_on_originating_node(), jobindex_on_originating_node_, Keq(), Keq_, originating_mpi_node(), originating_mpi_node_, pnear(), and pnear_.
|
overridedefault |
Destructor.
| HierarchicalHybridJD_PNearToArbitraryStateSummaryOP protocols::cyclic_peptide_predict::HierarchicalHybridJD_PNearToArbitraryStateSummary::clone | ( | ) | const |
Clone operation: make a copy of this object, and return an owning pointer to the copy.
|
inline |
Access the Delta-G of folding value.
References deltaG_folding_.
Referenced by HierarchicalHybridJD_PNearToArbitraryStateSummary().
|
inline |
Access the job index on the originating node.
References jobindex_on_originating_node_.
Referenced by HierarchicalHybridJD_PNearToArbitraryStateSummary().
|
inline |
Access the PNfolding equilibtrium constant value.
References Keq_.
Referenced by HierarchicalHybridJD_PNearToArbitraryStateSummary().
|
inline |
Access the index of the originating MPI node.
References originating_mpi_node_.
Referenced by HierarchicalHybridJD_PNearToArbitraryStateSummary().
|
inline |
Access the PNear value.
References pnear_.
Referenced by HierarchicalHybridJD_PNearToArbitraryStateSummary().
|
private |
The Delta-G of folding.
Referenced by deltaG_folding(), and HierarchicalHybridJD_PNearToArbitraryStateSummary().
|
private |
The job index on the originating node.
Referenced by HierarchicalHybridJD_PNearToArbitraryStateSummary(), and jobindex_on_originating_node().
|
private |
The folding equilbrium constant.
Referenced by HierarchicalHybridJD_PNearToArbitraryStateSummary(), and Keq().
|
private |
The MPI node that originated this structure.
Referenced by HierarchicalHybridJD_PNearToArbitraryStateSummary(), and originating_mpi_node().
|
private |
The PNear value.
Referenced by HierarchicalHybridJD_PNearToArbitraryStateSummary(), and pnear().
1.8.7