Page MenuHomePhabricator

Python Wrapping of MITK MatchPoint Structure
Closed, WontfixPublic

Description

Add a wrapping for mitks Code around Matchpoint

Event Timeline

goetzm triaged this task as Wishlist priority.Apr 17 2018, 12:59 PM
goetzm created this task.

Wrapping works. Problems so far:

  • No Vector for DLLInfo
  • ::map::core::String not wrapped (although it is basically std::string)

Solved mapping of map::core::String by introducing a typedef before the class is used in the included Header Files.

Realized that i need to wrap classes in the ::map-namespace with namespace ::map::bla::... as wrapping with map::bla::... isn't working. Don't know why

kislinsk removed goetzm as the assignee of this task.
kislinsk added a project: Auto-closed.
kislinsk added a subscriber: kislinsk.

Hi there! 🙂

This task was auto-closed according to our Task Lifecycle Management.
Please follow this link for more information and don't forget that you are encouraged to reasonable re-open tasks to revive them. 🚑

Best wishes,
The MITK devs