Struct SMEdge

Struct Documentation

struct SMEdge

Edge data.

Public Functions

SMEdge()

Default constructor constructs unselected edge.

SMEdge(bool select)

Overload constructor constructs edge with.

Parameters
  • [in] select: Selection status

Public Members

bool selected

Selection status of the edge.