<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://crtc.cs.odu.edu/index.php?action=history&amp;feed=atom&amp;title=3D_Slicer_CBC3D_Extension</id>
		<title>3D Slicer CBC3D Extension - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://crtc.cs.odu.edu/index.php?action=history&amp;feed=atom&amp;title=3D_Slicer_CBC3D_Extension"/>
		<link rel="alternate" type="text/html" href="https://crtc.cs.odu.edu/index.php?title=3D_Slicer_CBC3D_Extension&amp;action=history"/>
		<updated>2026-05-12T17:19:16Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://crtc.cs.odu.edu/index.php?title=3D_Slicer_CBC3D_Extension&amp;diff=1795&amp;oldid=prev</id>
		<title>Jbest at 17:56, 26 July 2018</title>
		<link rel="alternate" type="text/html" href="https://crtc.cs.odu.edu/index.php?title=3D_Slicer_CBC3D_Extension&amp;diff=1795&amp;oldid=prev"/>
				<updated>2018-07-26T17:56:28Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;tr style='vertical-align: top;' lang='en'&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 17:56, 26 July 2018&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot; &gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;#160;&amp;#160;  In late June, I began working to integrate the current versions of the CBC3D extension into 3D slicer. I received the older multi-tissue version of CBC3D code that Fotis used to create the CBC3D extension, and I added it to my repository on Github. I made the changes suggested by Jean-Christophe Fillion-Robin to fix the issues that were preventing the CBC3D extension from being built and packaged. I then changed the Slicer Extensions Index file to point to my repository with the changed code. The Slicer Extensions Index file is used by the Slicer Extensions build system to build, test, package, and upload the extension to the extension server, so that it can be installed using the extension manager. He also suggested that I add a license file to the repository. Github had a copyright template for BSD License, so I used this template to add a License.txt file to the CBC3D Github repository. I updated the documentation page on the Slicer Wiki. &amp;#160;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;#160;&amp;#160;  In late June, I began working to integrate the current versions of the CBC3D extension into 3D slicer. I received the older multi-tissue version of CBC3D code that Fotis used to create the CBC3D extension, and I added it to my &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;[https://github.com/jbest002/CBC3D_I2M_Conversion_SlicerExtension &lt;/ins&gt;repository&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;] &lt;/ins&gt;on Github. I made the changes suggested by Jean-Christophe Fillion-Robin to fix the issues that were preventing the CBC3D extension from being built and packaged. I then changed the Slicer Extensions Index file to point to my repository with the changed code. The Slicer Extensions Index file is used by the Slicer Extensions build system to build, test, package, and upload the extension to the extension server, so that it can be installed using the extension manager. He also suggested that I add a license file to the repository. Github had a copyright template for BSD License, so I used this template to add a License.txt file to the CBC3D Github repository. I updated the documentation page on the &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;[https://www.slicer.org/wiki/Documentation/Nightly/Extensions/CBC_3D_I2MConversion &lt;/ins&gt;Slicer Wiki&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;]&lt;/ins&gt;. &amp;#160;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;#160;&amp;#160;  I am currently testing out the code to make sure it would work with the upcoming release of 3D Slicer version 4.9. I built the Slicer source code for the 4.9 version using cmake and QT5. I had some problems building Slicer with Qt in the beginning, but I eventually was able to build it successfully. Once the slicer code was built, I built the current CBC3D extension using the Body Centric Cubic Mesh and Mesh Compression modules. I was able to build the extension binaries on cmake. I then used visual studios 2015 to create the library executables for the Body Centric Cubic Mesh and Mesh Compression modules to be used on 3D Slicer. The Mesh Compression module creates a mesh, but I encountered some problems with displaying the mesh for the Body Centric Cubic Mesh. I am still working on improving the code to make sure everything is working properly.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;#160;&amp;#160;  I am currently testing out the code to make sure it would work with the upcoming release of 3D Slicer version 4.9. I built the Slicer source code for the 4.9 version using cmake and QT5. I had some problems building Slicer with Qt in the beginning, but I eventually was able to build it successfully. Once the slicer code was built, I built the current CBC3D extension using the Body Centric Cubic Mesh and Mesh Compression modules. I was able to build the extension binaries on cmake. I then used visual studios 2015 to create the library executables for the Body Centric Cubic Mesh and Mesh Compression modules to be used on 3D Slicer. The Mesh Compression module creates a mesh, but I encountered some problems with displaying the mesh for the Body Centric Cubic Mesh. I am still working on improving the code to make sure everything is working properly.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;div&amp;gt;&amp;lt;ul&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;div&amp;gt;&amp;lt;ul&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Jbest</name></author>	</entry>

	<entry>
		<id>https://crtc.cs.odu.edu/index.php?title=3D_Slicer_CBC3D_Extension&amp;diff=1794&amp;oldid=prev</id>
		<title>Jbest at 17:36, 26 July 2018</title>
		<link rel="alternate" type="text/html" href="https://crtc.cs.odu.edu/index.php?title=3D_Slicer_CBC3D_Extension&amp;diff=1794&amp;oldid=prev"/>
				<updated>2018-07-26T17:36:51Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;tr style='vertical-align: top;' lang='en'&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 17:36, 26 July 2018&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot; &gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;#160;&amp;#160;  In late June, I began working to integrate the current versions of the CBC3D extension into 3D slicer. I received the older multi-tissue version of CBC3D code that Fotis used to create the CBC3D extension, and I added it to my repository on Github. I made the changes suggested by Jean-Christophe Fillion-Robin to fix the issues that were preventing the CBC3D extension from being built and packaged. I then changed the Slicer Extensions Index file to point to my repository with the changed code. The Slicer Extensions Index file is used by the Slicer Extensions build system to build, test, package, and upload the extension to the extension server, so that it can be installed using the extension manager. He also suggested that I add a license file to the repository. Github had a copyright template for BSD License, so I used this template to add a License.txt file to the CBC3D Github repository. I updated the documentation page on the Slicer Wiki. &amp;#160;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;#160;&amp;#160;  In late June, I began working to integrate the current versions of the CBC3D extension into 3D slicer. I received the older multi-tissue version of CBC3D code that Fotis used to create the CBC3D extension, and I added it to my repository on Github. I made the changes suggested by Jean-Christophe Fillion-Robin to fix the issues that were preventing the CBC3D extension from being built and packaged. I then changed the Slicer Extensions Index file to point to my repository with the changed code. The Slicer Extensions Index file is used by the Slicer Extensions build system to build, test, package, and upload the extension to the extension server, so that it can be installed using the extension manager. He also suggested that I add a license file to the repository. Github had a copyright template for BSD License, so I used this template to add a License.txt file to the CBC3D Github repository. I updated the documentation page on the Slicer Wiki. &amp;#160;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;#160;&amp;#160;  I am currently testing out the code to make sure it would work with the upcoming release of 3D Slicer version 4.9. I built the Slicer source code for the 4.9 version using cmake and QT5. I had some problems building Slicer with Qt in the beginning, but I eventually was able to build it successfully. Once the slicer code was built, I built the current CBC3D extension using the Body Centric Cubic Mesh and Mesh Compression modules. I was able to build the extension binaries on cmake. I then used visual studios 2015 to create the library executables for the Body Centric Cubic Mesh and Mesh Compression modules to be used on 3D Slicer. The Mesh Compression module creates a mesh, but I encountered some problems with displaying the mesh for the Body Centric Cubic Mesh. I am still working on improving the code to make sure everything is working properly.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;#160;&amp;#160;  I am currently testing out the code to make sure it would work with the upcoming release of 3D Slicer version 4.9. I built the Slicer source code for the 4.9 version using cmake and QT5. I had some problems building Slicer with Qt in the beginning, but I eventually was able to build it successfully. Once the slicer code was built, I built the current CBC3D extension using the Body Centric Cubic Mesh and Mesh Compression modules. I was able to build the extension binaries on cmake. I then used visual studios 2015 to create the library executables for the Body Centric Cubic Mesh and Mesh Compression modules to be used on 3D Slicer. The Mesh Compression module creates a mesh, but I encountered some problems with displaying the mesh for the Body Centric Cubic Mesh. I am still working on improving the code to make sure everything is working properly.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&amp;lt;div&amp;gt;&amp;lt;ul&amp;gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&amp;lt;div&amp;gt;&amp;lt;ul&amp;gt; &lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&amp;lt;li style=&amp;quot;display: inline-block;&amp;quot;&amp;gt; [[File:BCC.png|thumb|none|600px|'''Body Centric Cubic Mesh Module''']] &amp;lt;/li&amp;gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&amp;lt;li style=&amp;quot;display: inline-block;&amp;quot;&amp;gt; [[File:MeshCompression.png|thumb|none|600px|'''Mesh Compression Module''']] &amp;lt;/li&amp;gt; &lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Jbest</name></author>	</entry>

	<entry>
		<id>https://crtc.cs.odu.edu/index.php?title=3D_Slicer_CBC3D_Extension&amp;diff=1769&amp;oldid=prev</id>
		<title>Jbest: Created page with &quot;   In late June, I began working to integrate the current versions of the CBC3D extension into 3D slicer. I received the older multi-tissue version of CBC3D code that Fotis us...&quot;</title>
		<link rel="alternate" type="text/html" href="https://crtc.cs.odu.edu/index.php?title=3D_Slicer_CBC3D_Extension&amp;diff=1769&amp;oldid=prev"/>
				<updated>2018-07-23T17:01:17Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;   In late June, I began working to integrate the current versions of the CBC3D extension into 3D slicer. I received the older multi-tissue version of CBC3D code that Fotis us...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;   In late June, I began working to integrate the current versions of the CBC3D extension into 3D slicer. I received the older multi-tissue version of CBC3D code that Fotis used to create the CBC3D extension, and I added it to my repository on Github. I made the changes suggested by Jean-Christophe Fillion-Robin to fix the issues that were preventing the CBC3D extension from being built and packaged. I then changed the Slicer Extensions Index file to point to my repository with the changed code. The Slicer Extensions Index file is used by the Slicer Extensions build system to build, test, package, and upload the extension to the extension server, so that it can be installed using the extension manager. He also suggested that I add a license file to the repository. Github had a copyright template for BSD License, so I used this template to add a License.txt file to the CBC3D Github repository. I updated the documentation page on the Slicer Wiki. &lt;br /&gt;
   I am currently testing out the code to make sure it would work with the upcoming release of 3D Slicer version 4.9. I built the Slicer source code for the 4.9 version using cmake and QT5. I had some problems building Slicer with Qt in the beginning, but I eventually was able to build it successfully. Once the slicer code was built, I built the current CBC3D extension using the Body Centric Cubic Mesh and Mesh Compression modules. I was able to build the extension binaries on cmake. I then used visual studios 2015 to create the library executables for the Body Centric Cubic Mesh and Mesh Compression modules to be used on 3D Slicer. The Mesh Compression module creates a mesh, but I encountered some problems with displaying the mesh for the Body Centric Cubic Mesh. I am still working on improving the code to make sure everything is working properly.&lt;/div&gt;</summary>
		<author><name>Jbest</name></author>	</entry>

	</feed>