![]() |
Rosetta Core
2015.05
|
Just a const version of DisulfideMatchingNeighborIterator. More...
#include <DisulfideMatchingEnergyContainer.hh>
Public Member Functions | |
DisulfideMatchingNeighborConstIterator (DisulfideMatchingEnergyContainer const *owner, Size focused_node, Size disulfide_index) | |
DisulfideMatchingNeighborConstIterator (DisulfideMatchingEnergyContainer const *owner) | |
virtual | ~DisulfideMatchingNeighborConstIterator () |
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 | |
DisulfideMatchingEnergyContainer const * | owner_ |
Size | focused_residue_ |
Size | disulfide_index_ |
Just a const version of DisulfideMatchingNeighborIterator.
core::scoring::disulfides::DisulfideMatchingNeighborConstIterator::DisulfideMatchingNeighborConstIterator | ( | DisulfideMatchingEnergyContainer const * | owner, |
Size | focused_node, | ||
Size | disulfide_index | ||
) |
core::scoring::disulfides::DisulfideMatchingNeighborConstIterator::DisulfideMatchingNeighborConstIterator | ( | DisulfideMatchingEnergyContainer const * | 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 core::scoring::disulfides::DisulfideMatchingEnergyContainer::accumulate_energy(), disulfide_index_, core::scoring::disulfides::DisulfideMatchingEnergyContainer::NO_DISULFIDE, and owner_.
|
virtual |
|
virtual |
|
virtual |
|
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::DisulfideMatchingEnergyContainer::NO_DISULFIDE, owner_, and core::scoring::disulfides::DisulfideMatchingEnergyContainer::retrieve_energy().
|
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().