Hi,

#include <mitkBoolProperty.h>
m_ResultNode->SetProperty("outline", mitk::BoolProperty::New(true));

or

m_ResultNode->SetProperty("outline", true);

Best,
    Stefan

Von: Pedro Cardoso [mailto:[email protected]]
Gesendet: Donnerstag, 11. Juli 2013 02:38
An: [email protected]
Betreff: [mitk-users] Segmentation Outline

Hi,

In the step 6 of the tutorial (region growing), i'd like to draw just the 
outline to the segmentation. I've been reading some of the documentation and 
found that there is a property called outline:

"

 *   outline binary controls whether the segmentation is drawn as an outline 
(on) or solid (off)
"

i'm not really sure how to use this though. I'm trying something like

   m_ResultNode->SetProperty("outline", [what's the type here? boolean, 
string???]);

thanks in advance.
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to