|
Rosetta
|
#include <TenANeighborGraph.hh>

Public Types | |
| typedef ContextGraph | parent |
Public Types inherited from core::scoring::ContextGraph | |
| typedef utility::graph::Graph | parent |
Public Member Functions | |
| ~TenANeighborGraph () override | |
| TenANeighborGraph () | |
| TenANeighborGraph (Size num_nodes) | |
| TenANeighborGraph (TenANeighborGraph const &source) | |
| TenANeighborGraph & | operator= (TenANeighborGraph 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 |
Private Attributes | |
| boost::unordered_object_pool< TenANeighborEdge > * | tenA_edge_pool_ |
Static Private Attributes | |
| static Distance const | tenA_ |
| static DistanceSquared const | tenA_squared_ |
|
override |
References tenA_edge_pool_.
| core::scoring::TenANeighborGraph::TenANeighborGraph | ( | ) |
Referenced by count_static_memory().
| core::scoring::TenANeighborGraph::TenANeighborGraph | ( | Size | num_nodes | ) |
| core::scoring::TenANeighborGraph::TenANeighborGraph | ( | TenANeighborGraph const & | source | ) |
References core::scoring::ContextGraph::operator=().
|
overridevirtual |
Implements core::scoring::ContextGraph.
|
overridevirtual |
Implements core::scoring::ContextGraph.
References tenA_squared_.
|
overrideprotected |
|
overrideprotectedvirtual |
Implements core::scoring::ContextGraph.
References TenANeighborGraph().
|
overrideprotected |
References tenA_edge_pool_.
|
overrideprotected |
References tenA_edge_pool_.
|
overrideprotected |
|
override |
References tenA_edge_pool_.
|
overridevirtual |
Implements core::scoring::ContextGraph.
References tenA_.
| TenANeighborGraph & core::scoring::TenANeighborGraph::operator= | ( | TenANeighborGraph const & | source | ) |
References core::scoring::ContextGraph::operator=().
|
overridevirtual |
Implements core::scoring::ContextGraph.
|
staticprivate |
Referenced by neighbor_cutoff().
|
private |
Referenced by create_new_edge(), delete_edge(), and ~TenANeighborGraph().
|
staticprivate |
Referenced by conditionally_add_edge().