Hi Tobias,

that's a rather generic question which we can't answer specifically. However, 
we can give you hints for your external projects. From your description I 
deduced that you are developing directly in the MITK source repository instead 
of using the MITK-ProjectTemplate. In this case, have a look to the 
CMakeExternals folder, where will find the scripts for all of our third-party 
toolkits. You may want to add a RTK.cmake file there. Also, search for another 
toolkit like "SOFA" over all "CMakeLists.txt; *.cmake; *.cmake.in" in the MITK 
source directory and subdirectories to get an idea, where you need to add 
additional lines of code.

Best regards,
Stefan

From: Tobias Stein [mailto:tst...@stud.hs-heilbronn.de]
Sent: Sonntag, 24. April 2016 22:54
To: mitk-users@lists.sourceforge.net
Subject: [mitk-users] Use Reconstruction Toolkit (RTK) Within a MITK-Plugin

Hey,

i want to use the Reconctruction Toolkit<http://www.openrtk.org/> (RTK), which 
is based on ITK, within my own MITK-Plugin. So I guess I have to include the 
RTK as third-party library in some way.

So far, I tried to add an entry at the MITK-src/CMakeLists.txt file to register 
RTK as external project with "mitkFunctionAddExternalProject(NAME RTK ON)".
In order to configure the MITK superbuild I pointed the EXTERNAL_RTK_DIR 
variable at CMake to my already builded RTK-bin folder. So I runned the 
superbuild and builded my plugin, but I can't use the RTK API.

Is there any way to use the RTK Filters in an MITK-Plugin, and if yes how can I 
try it?

Best Regards,
Tobias




------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to