<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.na-mic.org/w/index.php?action=history&amp;feed=atom&amp;title=Engineering%3ATCON_01_05_2006_SlicerDataModel</id>
	<title>Engineering:TCON 01 05 2006 SlicerDataModel - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.na-mic.org/w/index.php?action=history&amp;feed=atom&amp;title=Engineering%3ATCON_01_05_2006_SlicerDataModel"/>
	<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Engineering:TCON_01_05_2006_SlicerDataModel&amp;action=history"/>
	<updated>2026-04-06T23:51:13Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Engineering:TCON_01_05_2006_SlicerDataModel&amp;diff=4111&amp;oldid=prev</id>
		<title>Andy: Update from Wiki</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Engineering:TCON_01_05_2006_SlicerDataModel&amp;diff=4111&amp;oldid=prev"/>
		<updated>2006-12-18T13:36:06Z</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;== Attendants ==&lt;br /&gt;
&lt;br /&gt;
* Bill Lorensen, GE&lt;br /&gt;
* Steve Pieper, Isomics&lt;br /&gt;
* Alex Yarmarkovich, BWH&lt;br /&gt;
* Mike Halle, BWH&lt;br /&gt;
* Mathieu Malaterre, Kitware&lt;br /&gt;
* Luis Ibanez, Kitware&lt;br /&gt;
* Xiaodong Tao, GE&lt;br /&gt;
&lt;br /&gt;
== Topics ==&lt;br /&gt;
&lt;br /&gt;
=== Make MRML independent of ITK, VTK or any other toolkit ===&lt;br /&gt;
&lt;br /&gt;
* MRML API shouldn't use ITK or VTK types.&lt;br /&gt;
* Use type descriptors (e.g. strings) plus binary blocks to store/retrieve from the data model.&lt;br /&gt;
* Use auxiliary libraries for converting the binary blocks into toolkit specific types.&lt;br /&gt;
** MRML-VTK set of factories: to convert binary blocks into VTK classes.&lt;br /&gt;
** MRML-ITK set of factories: to convert binary blocks into ITK classes.&lt;br /&gt;
** MRML-Generic set of factories: to convert binary blocks into raw data types (e.g. array of chars).&lt;br /&gt;
* Use another factory mechanism to handle management of the data blocks (e.g. a factory that manages images and polydata using VTK).&lt;br /&gt;
* How to serialize the content of ITK/VTK classes, and deserialize them.&lt;br /&gt;
* Maybe register the (ITK/VTK...) factories with the main MRML library.&lt;br /&gt;
&lt;br /&gt;
=== How to deal with MetaData ===&lt;br /&gt;
&lt;br /&gt;
* Avoid MetaData that can be recomputed from the data (avoid redundancy).&lt;br /&gt;
&lt;br /&gt;
=== Wrapping MRML for Tcl and Python ===&lt;br /&gt;
&lt;br /&gt;
* Bill suggests to write MRML as we wish, and then add vtk wrappers to it. Just like the VTKITK wrappers.&lt;br /&gt;
&lt;br /&gt;
=== Symbolic Path Mechanism in MRML ===&lt;br /&gt;
&lt;br /&gt;
* How to implement in this context.&lt;br /&gt;
* Issue on how to maintain the symmetry of Reading/Writing external files.&lt;br /&gt;
&lt;br /&gt;
=== How to represent the Transforms ===&lt;br /&gt;
&lt;br /&gt;
* Avoid the current limitation of having only linear transforms&lt;br /&gt;
* How to deal with composed transforms&lt;br /&gt;
** Tradeoff between flexibility / speed / accuracy&lt;br /&gt;
** Does MRML needs to know about the details of the transforms ?&lt;br /&gt;
* Split a Transform library ? independent of ITK and VTK ?&lt;br /&gt;
&lt;br /&gt;
=== Avoid Templates ===&lt;br /&gt;
&lt;br /&gt;
* The basic MRML type is a binary block of data&lt;/div&gt;</summary>
		<author><name>Andy</name></author>
		
	</entry>
</feed>