![]() |
Rosetta Core
2014.35
|
Just a const version of CentroidDisulfideNeighborIterator. More...
#include <CentroidDisulfideEnergyContainer.hh>
Public Member Functions | |
CentroidDisulfideNeighborConstIterator (CentroidDisulfideEnergyContainerCAP owner, Size focused_node, Size disulfide_index) | |
CentroidDisulfideNeighborConstIterator (CentroidDisulfideEnergyContainerCAP owner) | |
virtual | ~CentroidDisulfideNeighborConstIterator () |
virtual ResidueNeighborConstIterator const & | operator= (ResidueNeighborConstIterator const &) |
virtual ResidueNeighborConstIterator const & | operator++ () |
virtual bool | operator== (ResidueNeighborConstIterator const &) const |
returns true if the two edge-list iterators are equal More... | |
virtual bool | operator!= (ResidueNeighborConstIterator const &) const |
returns true if the two edge-list iterators are not equal More... | |
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 &) const |
overwrites the three constraint-energy positions in the emap with the three contraint energies stored on the edge pointed to by the edge iter. Does not zero out the other positions in the emap. More... | |
virtual void | accumulate_energy (EnergyMap &) const |
accumulates the three constraint-energy positions in the emap with the three contraint energies stored on the edge pointed to by the edge iter. Does not touch the other positions in the emap. More... | |
virtual bool | energy_computed () const |
![]() | |
virtual | ~ResidueNeighborConstIterator () |
Private Attributes | |
CentroidDisulfideEnergyContainerCAP | owner_ |
Size | focused_residue_ |
Size | disulfide_index_ |
Just a const version of CentroidDisulfideNeighborIterator.
core::scoring::disulfides::CentroidDisulfideNeighborConstIterator::CentroidDisulfideNeighborConstIterator | ( | CentroidDisulfideEnergyContainerCAP | owner, |
Size | focused_node, | ||
Size | disulfide_index | ||
) |
core::scoring::disulfides::CentroidDisulfideNeighborConstIterator::CentroidDisulfideNeighborConstIterator | ( | CentroidDisulfideEnergyContainerCAP | owner | ) |
|
virtual |
|
virtual |
accumulates the three constraint-energy positions in the emap with the three contraint energies stored on the edge pointed to by the edge iter. Does not touch the other positions in the emap.
Implements core::scoring::ResidueNeighborConstIterator.
References disulfide_index_, core::scoring::disulfides::CentroidDisulfideEnergyContainer::NO_DISULFIDE, and owner_.
|
virtual |
|
virtual |
|
virtual |
Implements core::scoring::ResidueNeighborConstIterator.
References disulfide_index_, focused_residue_, and owner_.
|
virtual |
returns true if the two edge-list iterators are not equal
Implements core::scoring::ResidueNeighborConstIterator.
References disulfide_index_, focused_residue_, and owner_.
|
virtual |
|
virtual |
Implements core::scoring::ResidueNeighborConstIterator.
References disulfide_index_, focused_residue_, and owner_.
|
virtual |
returns true if the two edge-list iterators are equal
Implements core::scoring::ResidueNeighborConstIterator.
References disulfide_index_, focused_residue_, and owner_.
|
virtual |
Implements core::scoring::ResidueNeighborConstIterator.
References focused_residue_.
|
virtual |
overwrites the three constraint-energy positions in the emap with the three contraint energies stored on the edge pointed to by the edge iter. Does not zero out the other positions in the emap.
Implements core::scoring::ResidueNeighborConstIterator.
References disulfide_index_, core::scoring::disulfides::CentroidDisulfideEnergyContainer::NO_DISULFIDE, and owner_.
|
virtual |
|
private |
|
private |
Referenced by neighbor_id(), operator!=(), operator++(), operator=(), operator==(), and residue_iterated_on().
|
private |
Referenced by accumulate_energy(), energy_computed(), lower_neighbor_id(), neighbor_id(), operator!=(), operator=(), operator==(), retrieve_energy(), and upper_neighbor_id().