|
Rosetta 3.5
|
#include <UpperEdgeGraph.fwd.hh>

Public Types | |
| typedef UpperEdgeGraph< V, E > | GraphClass |
| typedef UEVertex< V, E > | VertexClass |
Public Member Functions | |
| UEEdge () | |
| UEEdge (GraphClass *owner, int lower_node, int upper_node) | |
| ~UEEdge () | |
| UEEdge (GraphClass *owner, int lower_node, int upper_node, E const &data) | |
| platform::Size | upper_vertex () const |
| void | delete_edge () |
| bool | deleted () const |
| E & | data () |
| E const & | data () const |
Private Attributes | |
| GraphClass * | owner_ |
| VertexClass * | lower_vertex_ |
| VertexClass * | upper_vertex_ |
| bool | deleted_ |
| platform::Size | upper_vertex_index_ |
| E | data_ |
Friends | |
| class | UpperEdgeGraph< V, E > |
Definition at line 21 of file UpperEdgeGraph.fwd.hh.
| typedef UpperEdgeGraph< V, E > core::graph::UEEdge< V, E >::GraphClass |
Definition at line 307 of file UpperEdgeGraph.hh.
| typedef UEVertex< V, E > core::graph::UEEdge< V, E >::VertexClass |
Definition at line 308 of file UpperEdgeGraph.hh.
|
inline |
Definition at line 312 of file UpperEdgeGraph.hh.
|
inline |
Definition at line 320 of file UpperEdgeGraph.hh.
References core::graph::UEVertex< V, E >::note_lower_edge_added(), and core::graph::UEEdge< V, E >::upper_vertex_.
|
inline |
Definition at line 331 of file UpperEdgeGraph.hh.
|
inline |
Definition at line 337 of file UpperEdgeGraph.hh.
References core::graph::UEVertex< V, E >::note_lower_edge_added(), and core::graph::UEEdge< V, E >::upper_vertex_.
|
inline |
Definition at line 363 of file UpperEdgeGraph.hh.
References core::graph::UEEdge< V, E >::data_.
Referenced by protocols::toolbox::pose_metric_calculators::DecomposeAndReweightEnergiesCalculator::component(), and protocols::toolbox::pose_metric_calculators::DecomposeAndReweightEnergiesCalculator::recompute().
|
inline |
Definition at line 364 of file UpperEdgeGraph.hh.
References core::graph::UEEdge< V, E >::data_.
|
inline |
Definition at line 352 of file UpperEdgeGraph.hh.
References core::graph::UEEdge< V, E >::deleted_, core::graph::UEEdge< V, E >::lower_vertex_, core::graph::UpperEdgeGraph< V, E >::note_edge_deleted(), core::graph::UEVertex< V, E >::note_lower_edge_deleted(), core::graph::UEVertex< V, E >::note_upper_edge_deleted(), core::graph::UEEdge< V, E >::owner_, and core::graph::UEEdge< V, E >::upper_vertex_.
|
inline |
Definition at line 360 of file UpperEdgeGraph.hh.
References core::graph::UEEdge< V, E >::deleted_.
|
inline |
Definition at line 350 of file UpperEdgeGraph.hh.
References core::graph::UEEdge< V, E >::upper_vertex_index_.
|
friend |
Definition at line 366 of file UpperEdgeGraph.hh.
|
private |
Definition at line 377 of file UpperEdgeGraph.hh.
Referenced by core::graph::UEEdge< V, E >::data().
|
private |
Definition at line 374 of file UpperEdgeGraph.hh.
Referenced by core::graph::UEEdge< V, E >::delete_edge(), and core::graph::UEEdge< V, E >::deleted().
|
private |
Definition at line 371 of file UpperEdgeGraph.hh.
Referenced by core::graph::UEEdge< V, E >::delete_edge().
|
private |
Definition at line 370 of file UpperEdgeGraph.hh.
Referenced by core::graph::UEEdge< V, E >::delete_edge().
|
private |
Definition at line 372 of file UpperEdgeGraph.hh.
Referenced by core::graph::UEEdge< V, E >::delete_edge(), and core::graph::UEEdge< V, E >::UEEdge().
|
private |
Definition at line 375 of file UpperEdgeGraph.hh.
Referenced by core::graph::UEEdge< V, E >::upper_vertex().
1.8.4