Belle II Software development
|
Element type for the index. More...
#include <RelationIndexContainer.h>
Public Member Functions | |
Element (RelationElement::index_type indexFrom_, RelationElement::index_type indexTo_, const FROM *from_, const TO *to_, RelationElement::weight_type weight_) | |
Create a new element. | |
Public Attributes | |
RelationElement::index_type | indexFrom |
index of the element from which the relation points. | |
RelationElement::index_type | indexTo |
index of the element to which the relation points. | |
const FROM * | from |
pointer of the element from which the relation points. | |
const TO * | to |
pointer of the element to which the relation points. | |
RelationElement::weight_type | weight |
weight of the relation. | |
Element type for the index.
Definition at line 54 of file RelationIndexContainer.h.
|
inline |
Create a new element.
Definition at line 57 of file RelationIndexContainer.h.
const FROM* from |
pointer of the element from which the relation points.
Definition at line 68 of file RelationIndexContainer.h.
RelationElement::index_type indexFrom |
index of the element from which the relation points.
Definition at line 62 of file RelationIndexContainer.h.
RelationElement::index_type indexTo |
index of the element to which the relation points.
Definition at line 65 of file RelationIndexContainer.h.
const TO* to |
pointer of the element to which the relation points.
Definition at line 71 of file RelationIndexContainer.h.
RelationElement::weight_type weight |
weight of the relation.
Definition at line 74 of file RelationIndexContainer.h.