Discussion:
[mitk-users] Building MITK with Radiomics
Jernej Finžgar
2017-07-11 20:09:03 UTC
Permalink
Hello!

I am trying to build an MITK version with an "external" radiomics module. I
have stumbled upon these errors, which I have been unable to eliminate
(link: https://gyazo.com/38f9d84f324743c8541f81433e485556). I have even
tried commenting al of the lines of code in the
'mitkRadiomicsFeatures.cpp', but still the same error persists. I am
wondering if that is a common problem with new modules ( the
incompatibility of 'GetClassHierachy' with the new plugin/module)? Any
ideas on how to solve this problem?

Best regards,

Jernej
Dinkelacker, Stefan
2017-07-12 07:00:35 UTC
Permalink
Hi Jernej,

GetStaticNameOfClass is injected into classes by the mitkClass[[Itk|No]Parant]Macro() macros. Either your RadiomicsFeatures or a superclass of it seems to have one of these macro placed in the private section of the class instead of in the public/protected section.

Best,
Stefan

From: Jernej FinÅŸgar [mailto:***@gmail.com]
Sent: Dienstag, 11. Juli 2017 22:09
To: mitk-***@lists.sourceforge.net
Subject: [mitk-users] Building MITK with Radiomics

Hello!

I am trying to build an MITK version with an "external" radiomics module. I have stumbled upon these errors, which I have been unable to eliminate (link: https://gyazo.com/38f9d84f324743c8541f81433e485556). I have even tried commenting al of the lines of code in the 'mitkRadiomicsFeatures.cpp', but still the same error persists. I am wondering if that is a common problem with new modules ( the incompatibility of 'GetClassHierachy' with the new plugin/module)? Any ideas on how to solve this problem?

Best regards,

Jernej

Loading...