Class Acts::TrigFTF_GNN_Edge

template<typename space_point_t>
class TrigFTF_GNN_Edge

Public Functions

inline TrigFTF_GNN_Edge()
inline TrigFTF_GNN_Edge(TrigFTF_GNN_Node<space_point_t> *n1, TrigFTF_GNN_Node<space_point_t> *n2, float p1, float p2, float p3, float p4)

Public Members

signed char m_level = {}
TrigFTF_GNN_Node<space_point_t> *m_n1 = {nullptr}
TrigFTF_GNN_Node<space_point_t> *m_n2 = {nullptr}
signed char m_next = {}
unsigned char m_nNei = {0}
float m_p[4] = {}
unsigned int m_vNei[N_SEG_CONNS] = {}
struct CompareLevel

Public Functions

inline bool operator()(const TrigFTF_GNN_Edge *pS1, const TrigFTF_GNN_Edge *pS2)