Struct SMEdge

Struct Documentation

struct gamer::SMEdge

Edge data.

Public Functions

inline SMEdge()

Default constructor constructs unselected edge.

inline SMEdge(bool select)

Overload constructor constructs edge with.

Parameters

select[in] Selection status

Public Members

bool selected

Selection status of the edge.