<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.slicer.org/w/index.php?action=history&amp;feed=atom&amp;title=Slicer3%3ASlicer3_Requirements</id>
	<title>Slicer3:Slicer3 Requirements - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.slicer.org/w/index.php?action=history&amp;feed=atom&amp;title=Slicer3%3ASlicer3_Requirements"/>
	<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Slicer3:Slicer3_Requirements&amp;action=history"/>
	<updated>2026-04-14T07:36:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Slicer3:Slicer3_Requirements&amp;diff=3743&amp;oldid=prev</id>
		<title>Marianna: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Slicer3:Slicer3_Requirements&amp;diff=3743&amp;oldid=prev"/>
		<updated>2008-05-15T17:55:49Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 17:55, 15 May 2008&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Marianna</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Slicer3:Slicer3_Requirements&amp;diff=3742&amp;oldid=prev</id>
		<title>Andy: Update from Wiki</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Slicer3:Slicer3_Requirements&amp;diff=3742&amp;oldid=prev"/>
		<updated>2006-12-18T13:38:32Z</updated>

		<summary type="html">&lt;p&gt;Update from Wiki&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== High level requirements discussed at the February 2006 meetings in Clifton Park ==&lt;br /&gt;
&lt;br /&gt;
=== General Requirements ===&lt;br /&gt;
&lt;br /&gt;
* User interface will be single threaded&lt;br /&gt;
* Cross session state&lt;br /&gt;
* Tracing&lt;br /&gt;
* Algorithms can be multi-threaded&lt;br /&gt;
* Undo/Redo&lt;br /&gt;
* Guaranteed performance&lt;br /&gt;
* Exceptions vs events vs error messages&lt;br /&gt;
* Events are more robust&lt;br /&gt;
* MRML&lt;br /&gt;
** Independent of vtk/itk&lt;br /&gt;
** Is it a Slicer project or for a larger community&lt;br /&gt;
* Handling of meta data&lt;br /&gt;
** Mixture of vtk/itk + mrml&lt;br /&gt;
** Mrml only&lt;br /&gt;
&lt;br /&gt;
=== Requirements - Languages ===&lt;br /&gt;
&lt;br /&gt;
* Scripting language&lt;br /&gt;
** Not in Slicer base&lt;br /&gt;
** But should be wrappable&lt;br /&gt;
** Modules can use whatever&lt;br /&gt;
*** C++ preferred&lt;br /&gt;
*** Tcl, python, shell scripts allowed&lt;br /&gt;
* Programming language – C++&lt;br /&gt;
* Data model – MRML&lt;br /&gt;
* Module description language – JSON XML ??&lt;br /&gt;
&lt;br /&gt;
=== Requirements - Toolkits ===&lt;br /&gt;
&lt;br /&gt;
* UI toolkit – kwwidgets&lt;br /&gt;
* System toolkit – kwsys&lt;br /&gt;
** May need enhancements&lt;br /&gt;
** Sockets, pipes …&lt;br /&gt;
* Logging&lt;br /&gt;
** ??&lt;br /&gt;
* Imaging/Segmentation/Registration toolkit – itk2.x&lt;br /&gt;
* Visualization toolkit – vtk5.x&lt;br /&gt;
* Structured Image I/O – itk IO factory&lt;br /&gt;
** Headerless – nrrd, meta&lt;br /&gt;
* DICOM&lt;br /&gt;
** gdcm&lt;br /&gt;
* DICOM Query/Retrieve&lt;br /&gt;
** dcmtk&lt;br /&gt;
* Other dataset I/O – vtk&lt;br /&gt;
* Containers - Standard template library&lt;br /&gt;
** Level of exposure&lt;br /&gt;
* Command line parser&lt;br /&gt;
** Candidates&lt;br /&gt;
*** Tclap&lt;br /&gt;
*** meta&lt;br /&gt;
*** Kwsys&lt;br /&gt;
*** Cli&lt;br /&gt;
&lt;br /&gt;
=== Requirements - Software Engineering ===&lt;br /&gt;
&lt;br /&gt;
* System build – CMake&lt;br /&gt;
* System test – Dart 2/CTest&lt;br /&gt;
* System packaging - CPack&lt;br /&gt;
* Style&lt;br /&gt;
* Kwstyle&lt;br /&gt;
** Each toolkit will use its own style&lt;br /&gt;
** Slicer&lt;br /&gt;
*** Vtk/itk&lt;br /&gt;
* Documentation&lt;br /&gt;
** Object Classes with doxygen style&lt;br /&gt;
** Word/Powerpoint&lt;br /&gt;
** Courseware&lt;br /&gt;
** Powerpoint/html&lt;br /&gt;
* Future Issuse&lt;br /&gt;
** Process&lt;br /&gt;
** Backward compatibility&lt;br /&gt;
** Software Review process&lt;/div&gt;</summary>
		<author><name>Andy</name></author>
		
	</entry>
</feed>