ne_ven_addNewLineEnding

VLineEnding *sbne::ne_ven_addNewLineEnding(Veneer *ven, RxnRoleType role = NUM_RxnRoleType, std::string lineEndingId = "")

Creates a VLineEnding object, sets the values of its attributes, and adds it to the Veneer object.

Parameters:
  • ven – a pointer to the Veneer object.

  • role – a RxnRoleType to use as the value of the “role” attribute of the VLineEnding object.

  • lineEndingId – a string to use as the value of the “id” attribute of the VLineEnding object.

Returns:

a pointer to the added VLineEnding object.