Page MenuHomePhabricator

ContourModel API improvements
Closed, ResolvedPublic

Description

  • consistent const and non-const parameter and return types
    • rename SetIsClosed(bool) to SetClosed(bool)
    • provide a setter for points - SetVertexAt(idType, mitk::Point3D) and SetVertexAt(idType, mitk::ContourModel::VertexType)
    • change typedef ContourModelSet::Iterator

Event Timeline

New remote branch pushed: bug-16302-ContourModel-API-improvements

[f794c2]: Merge branch 'bug-16302-ContourModel-API-improvements'

Merged commits:

2013-11-11 13:42:52 Tobias Schroeder [2acc1c]
Renamed funcion to SetClosed(bool) in ContourElement.


2013-11-11 13:23:47 Tobias Schroeder [57eb3a]
Renamed function to SetClosed(bool).


2013-11-11 12:40:37 Tobias Schroeder [bd61a4]
Changed to const Point3D.


2013-11-06 10:24:26 Tobias Schroeder [acbcb2]
Added setter for vertices and improvemed api.

[0a1296]: Merge branch 'bug-16302-fix'

Merged commits:

2013-11-11 14:17:38 Tobias Schroeder [2c3222]
COMP: fix compile error on windows and corrected test condition.

[1fa18c]: Merge branch 'bug-16302-fix'

Merged commits:

2013-11-11 14:29:57 Tobias Schroeder [62cf07]
COMP: fix unresolved test function.

[27e3b7]: Merge branch 'bug-16302-fix'

Merged commits:

2013-11-11 14:59:51 Tobias Schroeder [51dab0]
COMP: fix test.

[8fe4c8]: Merge branch 'bug-16302-fix'

Merged commits:

2013-11-11 15:31:44 Tobias Schroeder [858537]
COMP: fix test.