|
Rosetta 3.5
|
#include <core/pack/interaction_graph/SimpleInteractionGraph.fwd.hh>#include <core/types.hh>#include <core/graph/Graph.hh>#include <core/scoring/ScoreFunction.fwd.hh>#include <core/conformation/Residue.fwd.hh>#include <core/pose/Pose.fwd.hh>#include <numeric/xyzVector.hh>#include <utility/vector1.hh>Go to the source code of this file.
Classes | |
| class | core::pack::interaction_graph::SimpleNode |
| class | core::pack::interaction_graph::SimpleEdge |
| class | core::pack::interaction_graph::SimpleInteractionGraph |
| A simple graph class for calculating pairwise decomposable energies as sidechains are moving on a fixed backbone. This class is responsible for calculating energy changes, but is passive about how the sidechains are changing. There are two main ways to drive the graph: one where the graph ACTIVELY takes charge of updating pointers to the sidechains, where, each external change of one pointer triggers an update to the energies; and a second, where the graph is PASSIVE wrt the pointers, and they must be maintained by an external driver. More... | |
Namespaces | |
| core | |
| A class for defining atom parameters, known as atom_types. | |
| core::pack | |
| core::pack::interaction_graph | |
Constant Groups | |
| core | |
| A class for defining atom parameters, known as atom_types. | |
| core::pack | |
| core::pack::interaction_graph | |
Definition in file SimpleInteractionGraph.hh.
1.8.4