|
Rosetta 3.5
|
#include <DenseEnergyContainer.hh>


Public Member Functions | |
| virtual | ~DenseNeighborConstIterator () |
| DenseNeighborConstIterator (Size const pos1_in, Size const pos2_in, ScoreType const st, ObjexxFCL::FArray2D< Real > const *table_in, ObjexxFCL::FArray2D< bool > const *computed_in) | |
| virtual ResidueNeighborConstIterator const & | operator= (ResidueNeighborConstIterator const &src) |
| virtual ResidueNeighborConstIterator const & | operator++ () |
| virtual bool | operator== (ResidueNeighborConstIterator const &other) const |
| virtual bool | operator!= (ResidueNeighborConstIterator 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 | retrieve_energy (EnergyMap &emap) const |
| virtual void | accumulate_energy (EnergyMap &emap) const |
| virtual bool | energy_computed () const |
Public Member Functions inherited from core::scoring::ResidueNeighborConstIterator | |
| virtual | ~ResidueNeighborConstIterator () |
Private Attributes | |
| Size | pos1_ |
| Size | pos2_ |
| ScoreType | score_type_ |
| ObjexxFCL::FArray2D< Real > const * | table_ |
| ObjexxFCL::FArray2D< bool > const * | computed_ |
Definition at line 153 of file DenseEnergyContainer.hh.
|
inlinevirtual |
Definition at line 156 of file DenseEnergyContainer.hh.
|
inline |
Definition at line 158 of file DenseEnergyContainer.hh.
|
inlinevirtual |
Implements core::scoring::ResidueNeighborConstIterator.
Definition at line 233 of file DenseEnergyContainer.hh.
References pos1_, pos2_, and score_type_.
|
inlinevirtual |
Implements core::scoring::ResidueNeighborConstIterator.
Definition at line 250 of file DenseEnergyContainer.hh.
|
inlinevirtual |
Implements core::scoring::ResidueNeighborConstIterator.
Definition at line 206 of file DenseEnergyContainer.hh.
|
inlinevirtual |
Implements core::scoring::ResidueNeighborConstIterator.
Definition at line 216 of file DenseEnergyContainer.hh.
References pos2_.
Referenced by operator==().
|
inlinevirtual |
Implements core::scoring::ResidueNeighborConstIterator.
Definition at line 196 of file DenseEnergyContainer.hh.
|
inlinevirtual |
Implements core::scoring::ResidueNeighborConstIterator.
Definition at line 183 of file DenseEnergyContainer.hh.
|
inlinevirtual |
Implements core::scoring::ResidueNeighborConstIterator.
Definition at line 172 of file DenseEnergyContainer.hh.
|
inlinevirtual |
Implements core::scoring::ResidueNeighborConstIterator.
Definition at line 190 of file DenseEnergyContainer.hh.
References core::scoring::ResidueNeighborConstIterator::neighbor_id(), neighbor_id(), core::scoring::ResidueNeighborConstIterator::residue_iterated_on(), and residue_iterated_on().
|
inlinevirtual |
Implements core::scoring::ResidueNeighborConstIterator.
Definition at line 211 of file DenseEnergyContainer.hh.
References pos1_.
Referenced by operator==().
|
inlinevirtual |
Implements core::scoring::ResidueNeighborConstIterator.
Definition at line 228 of file DenseEnergyContainer.hh.
References pos1_, pos2_, and score_type_.
|
inlinevirtual |
Implements core::scoring::ResidueNeighborConstIterator.
Definition at line 201 of file DenseEnergyContainer.hh.
|
private |
Definition at line 260 of file DenseEnergyContainer.hh.
Referenced by energy_computed(), and operator=().
|
private |
Definition at line 256 of file DenseEnergyContainer.hh.
Referenced by accumulate_energy(), energy_computed(), lower_neighbor_id(), operator++(), operator=(), residue_iterated_on(), retrieve_energy(), and upper_neighbor_id().
|
private |
Definition at line 257 of file DenseEnergyContainer.hh.
Referenced by accumulate_energy(), energy_computed(), lower_neighbor_id(), neighbor_id(), operator++(), operator=(), retrieve_energy(), and upper_neighbor_id().
|
private |
Definition at line 258 of file DenseEnergyContainer.hh.
Referenced by accumulate_energy(), and retrieve_energy().
|
private |
Definition at line 259 of file DenseEnergyContainer.hh.
Referenced by operator=().
1.8.4