#include <AdditionalBackgroundNodesInteractionGraph.hh>
template<typename V, typename E, typename G>
class core::pack::interaction_graph::FirstClassEdge< V, E, G >
template<typename V , typename E , typename G >
template<typename V , typename E , typename G >
FirstClassEdge constructor.
This class is almost empty; a FirstClassEdge connects two first class vertices, and is ignorant of the existence of both second class nodes (synonymous with BackgroundNode) and second-to-first-class edges (synonymous with BackgroundToFirstClassEdge). I (apl) cannot think of any data that a FirstClassEdge should hold that is not held in a PrecomputedPairEnergiesEdge. Nor can I think of any methods that the edge should implement. However, I include the class in the inheritance hierarchy just in case I come up with something later.
- Parameters
-
| owner | - [in] - the owning interaction graph first_node_index - [in] - the index of the lower-indexed first class node second_node_index - [in] - the index of the higher-indexed first class node |
template<typename V, typename E, typename G>
template<typename V, typename E, typename G>
template<typename V, typename E, typename G>
template<typename V, typename E, typename G>
The documentation for this class was generated from the following file: