|
Rosetta
|
#include <TwelveANeighborGraph.hh>

Public Types | |
| typedef ContextGraph | parent |
Public Types inherited from core::scoring::ContextGraph | |
| typedef utility::graph::Graph | parent |
Public Member Functions | |
| ~TwelveANeighborGraph () override | |
| TwelveANeighborGraph () | |
| TwelveANeighborGraph (Size num_nodes) | |
| TwelveANeighborGraph (TwelveANeighborGraph const &source) | |
| TwelveANeighborGraph & | operator= (TwelveANeighborGraph const &source) |
| Distance | neighbor_cutoff () const override |
| void | conditionally_add_edge (Size lower_node_id, Size upper_node_id, DistanceSquared dsq) override |
| ContextGraphOP | clone () const override |
| void | update_from_pose (pose::Pose const &pose) override |
| void | delete_edge (utility::graph::Edge *edge) override |
Public Member Functions inherited from core::scoring::ContextGraph | |
| ContextGraph () | |
| ContextGraph (Size num_nodes) | |
| ContextGraph (ContextGraph const &source)=delete | |
| ContextGraph & | operator= (ContextGraph const &)=default |
Protected Member Functions | |
| Size | count_static_memory () const override |
| Size | count_dynamic_memory () const override |
| utility::graph::Node * | create_new_node (Size node_index) override |
| utility::graph::Edge * | create_new_edge (Size index1, Size index2) override |
| utility::graph::Edge * | create_new_edge (utility::graph::Edge const *example_edge) override |
Protected Member Functions inherited from core::scoring::ContextGraph | |
| Size | count_dynamic_memory () const override |
Static Private Attributes | |
| static Distance const | twelveA_ |
| static DistanceSquared const | twelveA_squared_ |
|
override |
| core::scoring::TwelveANeighborGraph::TwelveANeighborGraph | ( | ) |
Referenced by count_static_memory().
| core::scoring::TwelveANeighborGraph::TwelveANeighborGraph | ( | Size | num_nodes | ) |
| core::scoring::TwelveANeighborGraph::TwelveANeighborGraph | ( | TwelveANeighborGraph const & | source | ) |
References operator=().
|
overridevirtual |
Implements core::scoring::ContextGraph.
|
overridevirtual |
Implements core::scoring::ContextGraph.
References twelveA_squared_.
|
overrideprotected |
|
overrideprotectedvirtual |
Implements core::scoring::ContextGraph.
References TwelveANeighborGraph().
|
overrideprotected |
|
overrideprotected |
|
overrideprotected |
|
override |
|
overridevirtual |
Implements core::scoring::ContextGraph.
References twelveA_.
| TwelveANeighborGraph & core::scoring::TwelveANeighborGraph::operator= | ( | TwelveANeighborGraph const & | source | ) |
References core::scoring::ContextGraph::operator=().
Referenced by TwelveANeighborGraph().
|
overridevirtual |
Implements core::scoring::ContextGraph.
|
staticprivate |
– 12 A between nbr_atoms, + 6.12 A to the tip of arginine
Referenced by neighbor_cutoff().
|
staticprivate |
Referenced by conditionally_add_edge().