<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.vistrails.org//index.php?action=history&amp;feed=atom&amp;title=User%3ATohline%2Fvtk%2FExamples%2FXMLwarpedQuilt</id>
	<title>User:Tohline/vtk/Examples/XMLwarpedQuilt - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.vistrails.org//index.php?action=history&amp;feed=atom&amp;title=User%3ATohline%2Fvtk%2FExamples%2FXMLwarpedQuilt"/>
	<link rel="alternate" type="text/html" href="https://www.vistrails.org//index.php?title=User:Tohline/vtk/Examples/XMLwarpedQuilt&amp;action=history"/>
	<updated>2026-04-19T08:24:13Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.36.2</generator>
	<entry>
		<id>https://www.vistrails.org//index.php?title=User:Tohline/vtk/Examples/XMLwarpedQuilt&amp;diff=7404&amp;oldid=prev</id>
		<title>Tohline: /* Example Input Files &amp;amp; VisTrails Pipelines */ Fix a few mistakes in introduction</title>
		<link rel="alternate" type="text/html" href="https://www.vistrails.org//index.php?title=User:Tohline/vtk/Examples/XMLwarpedQuilt&amp;diff=7404&amp;oldid=prev"/>
		<updated>2014-04-18T19:08:39Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Example Input Files &amp;amp; VisTrails Pipelines: &lt;/span&gt; Fix a few mistakes in introduction&lt;/span&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 19:08, 18 April 2014&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-l4&quot;&gt;Line 4:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 4:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;This is an example of an input data file that we have successfully used to generate a useful interactive rendering within VisTrails.  The file illustrates the POLYDATA dataset format in the context of VTK's ''XML File Format.''  To aid in implementation, we present the full ascii dataset, two resulting rendered images, and a screen shot of the VisTrails pipeline that was used to generate the image.  Note that the image captioned &amp;quot;Point Data&amp;quot; was generated, by default, while the image captioned &amp;quot;Cell Data&amp;quot; was generated after activating the ''SetScalarModeToUseCellData'' method within the '''vtkPolyDataMapper''' module.  Note, further, that the vertical &amp;quot;warping&amp;quot; of the configuration can be excluded &amp;amp;#8212; with the result being the rendering of a flat plane &amp;amp;#8212; by either:  &lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;This is an example of an input data file that we have successfully used to generate a useful interactive rendering within VisTrails.  The file illustrates the POLYDATA dataset format in the context of VTK's ''XML File Format.''  To aid in implementation, we present the full ascii dataset, two resulting rendered images, and a screen shot of the VisTrails pipeline that was used to generate the image.  Note that the image captioned &amp;quot;Point Data&amp;quot; was generated, by default, while the image captioned &amp;quot;Cell Data&amp;quot; was generated after activating the ''SetScalarModeToUseCellData'' method within the '''vtkPolyDataMapper''' module.  Note, further, that the vertical &amp;quot;warping&amp;quot; of the configuration can be excluded &amp;amp;#8212; with the result being the rendering of a flat plane &amp;amp;#8212; by either:  &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* Removing the '''vtkWarpScalar''' module from the VisTrails pipeline and connecting the '''vtkXMLPolyDataReader''' module directly to the '''vtkPolyDataMapper''' module; or&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* Removing the '''vtkWarpScalar''' module from the VisTrails pipeline and connecting the '''vtkXMLPolyDataReader''' module directly to the '''vtkPolyDataMapper''' module; or&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; 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;* Changing the floating-point value associated with the ''SetScaleFactor'' method inside the '''vtkWarpScalar''' method from 2.&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;5 &lt;/del&gt;to 0.0.&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; 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;* Changing the floating-point value associated with the ''SetScaleFactor'' method inside the '''vtkWarpScalar''' method from 2.&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;0 &lt;/ins&gt;to 0.0.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; 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;The lessons that we learned as we initially constructed this &amp;quot;Warped Quilt&amp;quot; example are detailed in the [[User:Tohline/vtk/SimpleCubeTutorial#WarpScala|&amp;quot;WarpScalar&amp;quot; subsection of our accompanying tutorial]].  A list of other example input data files [[User:Tohline/vtk/SimpleCubeTutorial#Other_Example_Input_Files_and_VisTrails_Pipelines|is provided near the end &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;of our accompanying ''Simple Cube Tutorial''&lt;/del&gt;]].&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; 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;The lessons that we learned as we initially constructed this &amp;quot;Warped Quilt&amp;quot; example are detailed in the [[User:Tohline/vtk/SimpleCubeTutorial#WarpScala|&amp;quot;WarpScalar&amp;quot; subsection of our accompanying tutorial]].  A list of other example input data files [[User:Tohline/vtk/SimpleCubeTutorial#Other_Example_Input_Files_and_VisTrails_Pipelines|is provided near the end]] &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;of the same tutorial&lt;/ins&gt;.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;==XML (PolyData) Warped Quilt Example==&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;==XML (PolyData) Warped Quilt Example==&lt;/div&gt;&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-l98&quot;&gt;Line 98:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 98:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;/table&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;/table&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;/div&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;/div&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; 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;&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;=Related Discussions=&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;=Related Discussions=&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;!-- diff cache key wikidb-vistrails_:diff::1.12:old-7403:rev-7404 --&gt;
&lt;/table&gt;</summary>
		<author><name>Tohline</name></author>
	</entry>
	<entry>
		<id>https://www.vistrails.org//index.php?title=User:Tohline/vtk/Examples/XMLwarpedQuilt&amp;diff=7403&amp;oldid=prev</id>
		<title>Tohline: Insert introductory paragraph</title>
		<link rel="alternate" type="text/html" href="https://www.vistrails.org//index.php?title=User:Tohline/vtk/Examples/XMLwarpedQuilt&amp;diff=7403&amp;oldid=prev"/>
		<updated>2014-04-18T19:05:02Z</updated>

		<summary type="html">&lt;p&gt;Insert introductory paragraph&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 19:05, 18 April 2014&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=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;=Example Input Files &amp;amp;amp; VisTrails Pipelines=&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;=Example Input Files &amp;amp;amp; VisTrails Pipelines=&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;{{LSU_HBook_header}}&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;{{LSU_HBook_header}}&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; 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;==XML (PolyData) Warped &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;Quit &lt;/del&gt;Example==&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; 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;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; 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;This is an example of an input data file that we have successfully used to generate a useful interactive rendering within VisTrails.  The file illustrates the POLYDATA dataset format in the context of VTK's ''XML File Format.''  To aid in implementation, we present the full ascii dataset, two resulting rendered images, and a screen shot of the VisTrails pipeline that was used to generate the image.  Note that the image captioned &amp;quot;Point Data&amp;quot; was generated, by default, while the image captioned &amp;quot;Cell Data&amp;quot; was generated after activating the ''SetScalarModeToUseCellData'' method within the '''vtkPolyDataMapper''' module.  Note, further, that the vertical &amp;quot;warping&amp;quot; of the configuration can be excluded &amp;amp;#8212; with the result being the rendering of a flat plane &amp;amp;#8212; by either: &lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; 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;* Removing the '''vtkWarpScalar''' module from the VisTrails pipeline and connecting the '''vtkXMLPolyDataReader''' module directly to the '''vtkPolyDataMapper''' module; or&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; 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;* Changing the floating-point value associated with the ''SetScaleFactor'' method inside the '''vtkWarpScalar''' method from 2.5 to 0.0.&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; 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;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; 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;The lessons that we learned as we initially constructed this &amp;quot;Warped Quilt&amp;quot; example are detailed in the [[User:Tohline/vtk/SimpleCubeTutorial#WarpScala|&amp;quot;WarpScalar&amp;quot; subsection of our accompanying tutorial]].  A list of other example input data files [[User:Tohline/vtk/SimpleCubeTutorial#Other_Example_Input_Files_and_VisTrails_Pipelines|is provided near the end of our accompanying ''Simple Cube Tutorial'']].&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; 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;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; 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;==XML (PolyData) Warped &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;Quilt &lt;/ins&gt;Example==&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;div align=&amp;quot;left&amp;quot;&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&amp;lt;div align=&amp;quot;left&amp;quot;&amp;gt;&lt;/div&gt;&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-l94&quot;&gt;Line 94:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 101:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br/&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;=Related Discussions=&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;=Related Discussions=&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; 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;* [[User:Tohline/vtk/&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;Understanding&lt;/del&gt;#&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;Understanding_vtk_Tools_Inside_VisTrails&lt;/del&gt;|&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;Understanding &lt;/del&gt;vtk &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;Tools Inside VisTrails&lt;/del&gt;]]&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; 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;* [[User:Tohline/vtk/&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;SimpleCubeTutorial&lt;/ins&gt;#&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;Other_Example_Input_Files_and_VisTrails_Pipelines&lt;/ins&gt;|&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;Other examples]] of properly formatted input data files&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; 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;* [[User:Tohline/vtk/SimpleCubeTutorial/CubeDetails#Cube_Definition_Details|&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;Cube Definition Details&lt;/del&gt;]]&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; 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;* [[User:Tohline/&lt;/ins&gt;vtk&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;/SimpleCubeTutorial#Simple_Cube_Tutorial|Simple Cube Tutorial&lt;/ins&gt;]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; 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;* [[User:Tohline/vtk/ColorLookupTablea#Color_Lookup_Tables|Color Lookup Tables]]&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; 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;*&lt;/ins&gt;* [[User:Tohline/vtk/SimpleCubeTutorial/CubeDetails#Cube_Definition_Details|&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;Specifying Points (Vertices) and Polygons&lt;/ins&gt;]] &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;of a cube&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; 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;&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;* [http://www.bu.edu/tech/files/2010/10/VTK-Fall-2010.ppt Robert Putnam's (Boston University) powerpoint tutorial] -- includes a ''Structured_Points'' example, written in Simple Legacy Format&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; 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;*&lt;/ins&gt;* [[User:Tohline/vtk/ColorLookupTablea#Color_Lookup_Tables|&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;Defining &lt;/ins&gt;Color Lookup Tables]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Tohline</name></author>
	</entry>
	<entry>
		<id>https://www.vistrails.org//index.php?title=User:Tohline/vtk/Examples/XMLwarpedQuilt&amp;diff=7391&amp;oldid=prev</id>
		<title>Tohline: Insert information on XML PolyData-formatted Warped Quilt example</title>
		<link rel="alternate" type="text/html" href="https://www.vistrails.org//index.php?title=User:Tohline/vtk/Examples/XMLwarpedQuilt&amp;diff=7391&amp;oldid=prev"/>
		<updated>2014-04-18T15:33:45Z</updated>

		<summary type="html">&lt;p&gt;Insert information on XML PolyData-formatted Warped Quilt example&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Example Input Files &amp;amp;amp; VisTrails Pipelines=&lt;br /&gt;
{{LSU_HBook_header}}&lt;br /&gt;
==XML (PolyData) Warped Quit Example==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;VTKFile type=&amp;quot;PolyData&amp;quot; version=&amp;quot;0.1&amp;quot; byte_order=&amp;quot;LittleEndian&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;PolyData&amp;gt;&lt;br /&gt;
    &amp;lt;Piece NumberOfPoints=&amp;quot;36&amp;quot; NumberOfPolys=&amp;quot;25&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;CellData Scalars=&amp;quot;cell_scalars&amp;quot; Normals=&amp;quot;cell_normals&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;DataArray type=&amp;quot;Float32&amp;quot; Name=&amp;quot;cell_scalars&amp;quot; format=&amp;quot;ascii&amp;quot;&amp;gt;&lt;br /&gt;
          0.2 0.2 0.2 0.2 0.2&lt;br /&gt;
          0.2 0.4 0.6 0.4 0.2&lt;br /&gt;
          0.2 0.6 0.8 0.6 0.2&lt;br /&gt;
          0.2 0.4 0.6 0.4 0.2&lt;br /&gt;
          0.2 0.2 0.2 0.2 0.2&lt;br /&gt;
        &amp;lt;/DataArray&amp;gt;&lt;br /&gt;
        &amp;lt;DataArray type=&amp;quot;Float32&amp;quot; Name=&amp;quot;cell_normals&amp;quot; NumberOfComponents=&amp;quot;3&amp;quot; format=&amp;quot;ascii&amp;quot;&amp;gt;&lt;br /&gt;
          0 0 1   0 0 1   0 0 1   0 0 1  0 0 1&lt;br /&gt;
          0 0 1   0 0 1   0 0 1   0 0 1  0 0 1&lt;br /&gt;
          0 0 1   0 0 1   0 0 1   0 0 1  0 0 1&lt;br /&gt;
          0 0 1   0 0 1   0 0 1   0 0 1  0 0 1&lt;br /&gt;
          0 0 1   0 0 1   0 0 1   0 0 1  0 0 1&lt;br /&gt;
        &amp;lt;/DataArray&amp;gt;&lt;br /&gt;
      &amp;lt;/CellData&amp;gt;&lt;br /&gt;
      &amp;lt;PointData Scalars=&amp;quot;colorful&amp;quot; Normals=&amp;quot;magnify&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;DataArray type=&amp;quot;Float32&amp;quot; Name=&amp;quot;colorful&amp;quot; format=&amp;quot;ascii&amp;quot;&amp;gt;&lt;br /&gt;
          0.2 0.2 0.2 0.2 0.2 0.2&lt;br /&gt;
          0.2 0.4 0.6 0.6 0.4 0.2&lt;br /&gt;
          0.2 0.6 0.8 0.8 0.6 0.2&lt;br /&gt;
          0.2 0.6 0.8 0.8 0.6 0.2&lt;br /&gt;
          0.2 0.4 0.6 0.6 0.4 0.2&lt;br /&gt;
          0.2 0.2 0.2 0.2 0.2 0.2&lt;br /&gt;
        &amp;lt;/DataArray&amp;gt;&lt;br /&gt;
        &amp;lt;DataArray type=&amp;quot;Float32&amp;quot; Name=&amp;quot;magnify&amp;quot; NumberOfComponents=&amp;quot;3&amp;quot; format=&amp;quot;ascii&amp;quot;&amp;gt;&lt;br /&gt;
          0 0 1   0 0 1   0 0 1   0 0 1  0 0 1  0 0 1&lt;br /&gt;
          0 0 1   0 0 1   0 0 1   0 0 1  0 0 1  0 0 1&lt;br /&gt;
          0 0 1   0 0 1   0 0 1   0 0 1  0 0 1  0 0 1&lt;br /&gt;
          0 0 1   0 0 1   0 0 1   0 0 1  0 0 1  0 0 1&lt;br /&gt;
          0 0 1   0 0 1   0 0 1   0 0 1  0 0 1  0 0 1&lt;br /&gt;
          0 0 1   0 0 1   0 0 1   0 0 1  0 0 1  0 0 1&lt;br /&gt;
        &amp;lt;/DataArray&amp;gt;&lt;br /&gt;
      &amp;lt;/PointData&amp;gt;&lt;br /&gt;
      &amp;lt;Points&amp;gt;&lt;br /&gt;
        &amp;lt;DataArray type=&amp;quot;Float32&amp;quot; NumberOfComponents=&amp;quot;3&amp;quot; format=&amp;quot;ascii&amp;quot;&amp;gt;&lt;br /&gt;
         0 0 0 1 0 0 2 0 0 3 0 0 4 0 0 5 0 0&lt;br /&gt;
         0 1 0 1 1 0 2 1 0 3 1 0 4 1 0 5 1 0&lt;br /&gt;
         0 2 0 1 2 0 2 2 0 3 2 0 4 2 0 5 2 0&lt;br /&gt;
         0 3 0 1 3 0 2 3 0 3 3 0 4 3 0 5 3 0&lt;br /&gt;
         0 4 0 1 4 0 2 4 0 3 4 0 4 4 0 5 4 0&lt;br /&gt;
         0 5 0 1 5 0 2 5 0 3 5 0 4 5 0 5 5 0&lt;br /&gt;
        &amp;lt;/DataArray&amp;gt;&lt;br /&gt;
      &amp;lt;/Points&amp;gt;&lt;br /&gt;
      &amp;lt;Polys&amp;gt;&lt;br /&gt;
        &amp;lt;DataArray type=&amp;quot;Int32&amp;quot; Name=&amp;quot;connectivity&amp;quot; format=&amp;quot;ascii&amp;quot;&amp;gt;&lt;br /&gt;
           0  1  7  6   1  2  8  7   2  3  9  8   3  4 10  9   4  5 11 10&lt;br /&gt;
           6  7 13 12   7  8 14 13   8  9 15 14   9 10 16 15  10 11 17 16&lt;br /&gt;
          12 13 19 18  13 14 20 19  14 15 21 20  15 16 22 21  16 17 23 22&lt;br /&gt;
          18 19 25 24  19 20 26 25  20 21 27 26  21 22 28 27  22 23 29 28&lt;br /&gt;
          24 25 31 30  25 26 32 31  26 27 33 32  27 28 34 33  28 29 35 34&lt;br /&gt;
        &amp;lt;/DataArray&amp;gt;&lt;br /&gt;
        &amp;lt;DataArray type=&amp;quot;Int32&amp;quot; Name=&amp;quot;offsets&amp;quot; format=&amp;quot;ascii&amp;quot;&amp;gt;&lt;br /&gt;
          4  8 12 16 20 24 28 32 36 40&lt;br /&gt;
         44 48 52 56 60 64 68 72 76 80&lt;br /&gt;
         84 88 92 96 100&lt;br /&gt;
        &amp;lt;/DataArray&amp;gt;&lt;br /&gt;
      &amp;lt;/Polys&amp;gt;&lt;br /&gt;
    &amp;lt;/Piece&amp;gt;&lt;br /&gt;
  &amp;lt;/PolyData&amp;gt;&lt;br /&gt;
&amp;lt;/VTKFile&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table border=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td align=&amp;quot;center&amp;quot; rowspan=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:WarpScalarPipeline.png|right|thumb|500px|Pipeline03]]&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:WarpScalarImage.png|right|thumb|200px|Warp (Point Data) Image]]&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
  &amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:WarpScalarCellDataImage.png|right|thumb|200px|Warp (Cell Data) Image]]&lt;br /&gt;
  &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Related Discussions=&lt;br /&gt;
* [[User:Tohline/vtk/Understanding#Understanding_vtk_Tools_Inside_VisTrails|Understanding vtk Tools Inside VisTrails]]&lt;br /&gt;
* [[User:Tohline/vtk/SimpleCubeTutorial/CubeDetails#Cube_Definition_Details|Cube Definition Details]]&lt;br /&gt;
* [[User:Tohline/vtk/ColorLookupTablea#Color_Lookup_Tables|Color Lookup Tables]]&lt;br /&gt;
* [http://www.bu.edu/tech/files/2010/10/VTK-Fall-2010.ppt Robert Putnam's (Boston University) powerpoint tutorial] -- includes a ''Structured_Points'' example, written in Simple Legacy Format&lt;/div&gt;</summary>
		<author><name>Tohline</name></author>
	</entry>
</feed>