ne_ven_getLineEnding

VLineEnding *sbne::ne_ven_getLineEnding(Veneer *ven, const unsigned int &index = -1, const std::string &lineendingId = "")

Gets the indexth VLineEnding object of this Veneer object.

Parameters
  • ven – a pointer to the Veneer object.

  • index – the index of the VLineEnding object to return.

  • lineendingId – a string containing the id of the VLineEnding object to return, used if the index is not given.

Returns

a pointer to either the indexth VLineEnding object or the one with provided id of this Veneer object.