|
Rosetta 3.5
|
#include <DenseEnergyContainer.hh>


Public Member Functions | |
| virtual | ~DenseNeighborIterator () |
| DenseNeighborIterator (Size const pos1_in, Size const pos2_in, ScoreType const st, ObjexxFCL::FArray2D< Real > *table_in, ObjexxFCL::FArray2D< bool > *computed_in) | |
| virtual ResidueNeighborIterator const & | operator= (ResidueNeighborIterator const &src) |
| virtual ResidueNeighborIterator const & | operator++ () |
| virtual bool | operator== (ResidueNeighborIterator const &other) const |
| virtual bool | operator!= (ResidueNeighborIterator const &other) const |
| virtual Size | upper_neighbor_id () const |
| virtual Size | lower_neighbor_id () const |
| virtual Size | residue_iterated_on () const |
| virtual Size | neighbor_id () const |
| virtual void | save_energy (EnergyMap const &emap) |
| virtual void | retrieve_energy (EnergyMap &emap) const |
| virtual void | accumulate_energy (EnergyMap &emap) const |
| virtual void | mark_energy_computed () |
| virtual void | mark_energy_uncomputed () |
| virtual bool | energy_computed () const |
Public Member Functions inherited from core::scoring::ResidueNeighborIterator | |
| virtual | ~ResidueNeighborIterator () |
Private Attributes | |
| Size | pos1_ |
| Size | pos2_ |
| ScoreType | score_type_ |
| ObjexxFCL::FArray2D< Real > * | table_ |
| ObjexxFCL::FArray2D< bool > * | computed_ |
Definition at line 40 of file DenseEnergyContainer.hh.
|
inlinevirtual |
Definition at line 43 of file DenseEnergyContainer.hh.
|
inline |
Definition at line 45 of file DenseEnergyContainer.hh.
|
inlinevirtual |
Implements core::scoring::ResidueNeighborIterator.
Definition at line 120 of file DenseEnergyContainer.hh.
References pos1_, pos2_, and score_type_.
|
inlinevirtual |
Implements core::scoring::ResidueNeighborIterator.
Definition at line 137 of file DenseEnergyContainer.hh.
|
inlinevirtual |
Implements core::scoring::ResidueNeighborIterator.
Definition at line 93 of file DenseEnergyContainer.hh.
|
inlinevirtual |
Implements core::scoring::ResidueNeighborIterator.
Definition at line 125 of file DenseEnergyContainer.hh.
|
inlinevirtual |
Implements core::scoring::ResidueNeighborIterator.
Definition at line 131 of file DenseEnergyContainer.hh.
|
inlinevirtual |
Implements core::scoring::ResidueNeighborIterator.
Definition at line 103 of file DenseEnergyContainer.hh.
References pos2_.
Referenced by operator==().
|
inlinevirtual |
Implements core::scoring::ResidueNeighborIterator.
Definition at line 83 of file DenseEnergyContainer.hh.
|
inlinevirtual |
Implements core::scoring::ResidueNeighborIterator.
Definition at line 70 of file DenseEnergyContainer.hh.
|
inlinevirtual |
Implements core::scoring::ResidueNeighborIterator.
Definition at line 59 of file DenseEnergyContainer.hh.
|
inlinevirtual |
Implements core::scoring::ResidueNeighborIterator.
Definition at line 77 of file DenseEnergyContainer.hh.
References core::scoring::ResidueNeighborIterator::neighbor_id(), neighbor_id(), core::scoring::ResidueNeighborIterator::residue_iterated_on(), and residue_iterated_on().
|
inlinevirtual |
Implements core::scoring::ResidueNeighborIterator.
Definition at line 98 of file DenseEnergyContainer.hh.
References pos1_.
Referenced by operator==().
|
inlinevirtual |
Implements core::scoring::ResidueNeighborIterator.
Definition at line 115 of file DenseEnergyContainer.hh.
References pos1_, pos2_, and score_type_.
|
inlinevirtual |
Implements core::scoring::ResidueNeighborIterator.
Definition at line 108 of file DenseEnergyContainer.hh.
References pos1_, pos2_, and score_type_.
|
inlinevirtual |
Implements core::scoring::ResidueNeighborIterator.
Definition at line 88 of file DenseEnergyContainer.hh.
|
private |
Definition at line 147 of file DenseEnergyContainer.hh.
Referenced by energy_computed(), and operator=().
|
private |
Definition at line 143 of file DenseEnergyContainer.hh.
Referenced by accumulate_energy(), energy_computed(), lower_neighbor_id(), mark_energy_computed(), mark_energy_uncomputed(), operator++(), operator=(), residue_iterated_on(), retrieve_energy(), save_energy(), and upper_neighbor_id().
|
private |
Definition at line 144 of file DenseEnergyContainer.hh.
Referenced by accumulate_energy(), energy_computed(), lower_neighbor_id(), mark_energy_computed(), mark_energy_uncomputed(), neighbor_id(), operator++(), operator=(), retrieve_energy(), save_energy(), and upper_neighbor_id().
|
private |
Definition at line 145 of file DenseEnergyContainer.hh.
Referenced by accumulate_energy(), retrieve_energy(), and save_energy().
|
private |
Definition at line 146 of file DenseEnergyContainer.hh.
Referenced by operator=().
1.8.4