Clarisse 5.0 SP8 SDK
5.0.5.8.0
|
Public Member Functions | |
GuiNodalLinkPair () | |
Construct an empty link. | |
GuiNodalLinkPair (GuiNodalNodeBase *p1, GuiNodalNodeBase *p2) | |
bool | operator== (const GuiNodalLinkPair &src) const |
Equality operator. | |
Public Attributes | |
GuiNodalNodeBase * | ptr1 |
GuiNodalNodeBase * | ptr2 |
This structure is used to store a connection between 2 node bases.
|
inline |
Construct a link with 2 node pointers. Those pointers are sorted by value so that call to operator == and hashing are deterministic whatever the order of p1 and p2.