<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://stage.nitrcce.org/themes/nitrc3.0/css/rss.xsl.php?feed=https://stage.nitrcce.org/export/rss20_forum.php?forum_id=796" ?>
<?xml-stylesheet type="text/css" href="https://stage.nitrcce.org/themes/nitrc3.0/css/rss.css" ?>
<rss version="2.0"> <channel>
  <title>NITRC VMTK in 3D Slicer Forum: help</title>
  <link>http://stage.nitrcce.org/forum/forum.php?forum_id=796</link>
  <description>Get Public Help</description>
  <language>en-us</language>
  <copyright>Copyright 2000-2026 NITRC OSI</copyright>
  <webMaster></webMaster>
  <lastBuildDate>Sat, 04 Apr 2026 21:17:17 GMT</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>NITRC RSS generator</generator>
  <item>
   <title>RE: Installation help</title>
   <link>http://stage.nitrcce.org/forum/forum.php?thread_id=1288&amp;forum_id=796</link>
   <description>&amp;lt;span style=&amp;quot;border-collapse: collapse; color: #242836; font-family: Arial; font-size: 12px;&amp;quot;&amp;gt;Hi &amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;border-collapse: collapse; color: #242836; font-family: Arial; font-size: 12px;&amp;quot;&amp;gt;Daniel,&amp;lt;/span&amp;gt;&lt;br /&gt;
[color=#242836]&amp;lt;span style=&amp;quot;border-collapse: collapse; font-size: 12px;&amp;quot;&amp;gt;I followed your instructions below in step (a) ONLY and indeed got the latest code for VMTK &amp;lt;/span&amp;gt;[/color][color=#242836]&amp;lt;span style=&amp;quot;border-collapse: collapse; font-size: 12px;&amp;quot;&amp;gt;(the last operation I performed was '&amp;lt;/span&amp;gt;[/color]&amp;lt;span style=&amp;quot;border-collapse: collapse; color: #242836; font-family: Arial; font-size: 12px;&amp;quot;&amp;gt;run Scripts/extend.tcl Extensions/VMTKVesselEnhancement.s3ext&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;border-collapse: collapse; color: #242836; font-family: Arial; font-size: 12px;&amp;quot;&amp;gt;').&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;border-collapse: collapse; color: #242836; font-family: Arial; font-size: 12px;&amp;quot;&amp;gt;I then performed some changes in the VMTK code, which I would like test via Slicer.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;border-collapse: collapse; color: #242836; font-family: Arial; font-size: 12px;&amp;quot;&amp;gt;As I understand it, if I use the import wizard you suggested, the VMTK code will be taken from the svn, and NOT from my private version. Is this correct?&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;border-collapse: collapse; color: #242836; font-family: Arial; font-size: 12px;&amp;quot;&amp;gt;I tried to make Slicer use my version by going to: View-&amp;gt;Application Settings -&amp;gt; Module settings,  and add the following directory as a preset: C:\Slicer3\Slicer3-ext\VmtkSlicerModule-install\lib\Slicer3\Modules&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;border-collapse: collapse; color: #242836; font-family: Arial; font-size: 12px;&amp;quot;&amp;gt;However, this does not add the VMTK module (even after Slicer has been restarted).&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[color=#242836]&amp;lt;span style=&amp;quot;border-collapse: collapse; font-size: 12px;&amp;quot;&amp;gt;Could you please help with this?&amp;lt;/span&amp;gt;[/color]&lt;br /&gt;
&lt;br /&gt;
[color=#242836]&amp;lt;span style=&amp;quot;border-collapse: collapse; font-size: 12px;&amp;quot;&amp;gt;Thanks a lot,&amp;lt;/span&amp;gt;[/color]&lt;br /&gt;
[color=#242836]&amp;lt;span style=&amp;quot;border-collapse: collapse; font-size: 12px;&amp;quot;&amp;gt;Ido&amp;lt;/span&amp;gt;[/color]</description>
   <author>Ido Yerushalmy</author>
   <pubDate>Thu, 21 Jul 2011 14:08:49 GMT</pubDate>
   <guid>http://stage.nitrcce.org/forum/forum.php?thread_id=1288&amp;forum_id=796</guid>
  </item>
  <item>
   <title>RE: Installation help</title>
   <link>http://stage.nitrcce.org/forum/forum.php?thread_id=1288&amp;forum_id=796</link>
   <description>Hi Dave,&lt;br /&gt;
&lt;br /&gt;
hey I see you already changed some stuff in the repo!&lt;br /&gt;
&lt;br /&gt;
So to develop additional functionality, I suggest the following environment:&lt;br /&gt;
&lt;br /&gt;
a) build slicer from source&lt;br /&gt;
- checkout the latest Slicer sourcecode&lt;br /&gt;
- build slicer&lt;br /&gt;
- cd Slicer3 (not build)&lt;br /&gt;
- run Scripts/extend.tcl Extensions/VmtkSlicerModule.s3ext&lt;br /&gt;
- run Scripts/extend.tcl Extensions/VMTKVesselEnhancement.s3ext&lt;br /&gt;
&lt;br /&gt;
then the base VMTK library module gets build and uploaded to the extension server.&lt;br /&gt;
&lt;br /&gt;
now install the VmtkSlicerModule and VMTKVesselEnhancement with the extension wizard in 3D Slicer&lt;br /&gt;
&lt;br /&gt;
b) use slicer nightly build&lt;br /&gt;
- download nightly build&lt;br /&gt;
- use extension wizard to install VmtkSlicerModule and VMTKVesselEnhancement&lt;br /&gt;
&lt;br /&gt;
You want to modify the python code of VMTKVesselEnhancement, which is at:&lt;br /&gt;
~/Slicer3USERNAME/@SVN@/VMTKVesselEnhancement/VMTKVesselEnhancement/&lt;br /&gt;
&lt;br /&gt;
Do your coding, and after each Slicer restart it automatically loads the new code.&lt;br /&gt;
&lt;br /&gt;
When the changes are stable, commit *.py from VMTKVesselEnhancement.&lt;br /&gt;
&lt;br /&gt;
@your install script:&lt;br /&gt;
I think the extension build system should be the way to go for distributing the modules. They depend on Slicer 3.5 anyway so the wizard is available to everybody. Nobody has to deal with CMake etc. then. The CMake files are configured for the extension build system. The installation instructions in the repository are outdated :)&lt;br /&gt;
&lt;br /&gt;
Bye,&lt;br /&gt;
Daniel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
</description>
   <author>Daniel Haehn</author>
   <pubDate>Wed, 03 Feb 2010 17:33:58 GMT</pubDate>
   <guid>http://stage.nitrcce.org/forum/forum.php?thread_id=1288&amp;forum_id=796</guid>
  </item>
  <item>
   <title>Installation help</title>
   <link>http://stage.nitrcce.org/forum/forum.php?thread_id=1288&amp;forum_id=796</link>
   <description>Hi Daniel,&lt;br /&gt;
&lt;br /&gt;
I'm trying to install the Modules and I'm having some problems: &lt;br /&gt;
&lt;br /&gt;
1)I've copied the dirs into Slicer3/Modules&lt;br /&gt;
2)Added the directory names to Slicer3/Modules/CMakeLists.txt like so:&lt;br /&gt;
&lt;br /&gt;
[QUOTE]subdirs(&lt;br /&gt;
VMTKEasyLevelSetSegmentation&lt;br /&gt;
VmtkSlicerModule&lt;br /&gt;
VMTKVesselEnhancement&lt;br /&gt;
VMTKLevelSetSegmentation&lt;br /&gt;
VMTKCenterlines&lt;br /&gt;
   CommandLineModule&lt;br /&gt;
   Editor&lt;br /&gt;
   ...&lt;br /&gt;
  )[/QUOTE]&lt;br /&gt;
&lt;br /&gt;
3) Moved to Slicer3-build/ and run make as root &lt;- I've attached the output as a file, but it's not much help.&lt;br /&gt;
&lt;br /&gt;
So make doesn't appear to build anything new.  When I open Slicer, I still have the &quot;old&quot; VMTK modules from Slicer's site but none of the new ones.  Should I be running &quot;$ ccmake ../Slicer3/&quot; instead?  I've tried that and it doesn't affect it either.  I'm sure this is some REALLY simple solution, but my brain is fried right now.&lt;br /&gt;
Thanks, &lt;br /&gt;
&lt;br /&gt;
Dave Welch&lt;br /&gt;
&lt;br /&gt;
P.S. I've done a little more digging and I have three new Slicer source folders in /usr/local/lib/, /usr/local/share/, and /usr/local/include/.  Comparing them with my original build folder, they are NOT copies and they are missing the VMTK modules I'm trying to install!  ????</description>
   <author>David Welch</author>
   <pubDate>Tue, 02 Feb 2010 16:37:41 GMT</pubDate>
   <guid>http://stage.nitrcce.org/forum/forum.php?thread_id=1288&amp;forum_id=796</guid>
  </item>
  <item>
   <title>Welcome to Help</title>
   <link>http://stage.nitrcce.org/forum/forum.php?thread_id=809&amp;forum_id=796</link>
   <description>Welcome to Help</description>
   <author>Christian Haselgrove</author>
   <pubDate>Thu, 12 Feb 2009 20:00:38 GMT</pubDate>
   <guid>http://stage.nitrcce.org/forum/forum.php?thread_id=809&amp;forum_id=796</guid>
  </item>
 </channel>
</rss>
