Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. The Lounge
  4. UML Class Diagram: Default values of function parameters, which are functions or constants of a third-party library

UML Class Diagram: Default values of function parameters, which are functions or constants of a third-party library

Scheduled Pinned Locked Moved Unsolved The Lounge
1 Posts 1 Posters 708 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    isaacEnrique
    wrote on last edited by
    #1

    Greetings.

    I am creating several UML class diagrams. In some of them, there are member functions, whose parameters are data types defined in a third party library, namely, cv::Mat, cv::Point, among others, of the OpenCV library.

    Several of these function parameters have default values, which are also (in many cases) routines or constants of the OpenCV library (such as cv::getStructuringElement(cv::MORPH_RECT, cv::Size (3,3)), or cv::BORDER_CONSTANT).

    My doubts are:

    Should I specify such default values in my UML class diagrams? Is it convenient (especially for OpenCV routines)?

    If so, how do I do it?

    Thanks in advance for any help and/or suggestion.

    Isaac Pérez
    Programming is understanding.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved