Thank you for the reply.<div><br></div><div>Interesting, I had not realized that vtk cannot handle rotated image data (without conversion/interpolation), that explains why there are no such properties in the xml file.</div>
<div><br></div><div>Well, that throws quite the wrench in my plans, but thanks for letting me know :)</div><div><br></div><div>BR/ Christoffer<br><br><div class="gmail_quote">On Thu, Apr 12, 2012 at 3:53 PM, David E DeMarle <span dir="ltr">&lt;<a href="mailto:dave.demarle@kitware.com">dave.demarle@kitware.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">No, vtk&#39;s image data is defined to be axis aligned.<br>
You have to apply filters to transform them (and change type to<br>
structuredgrid in the process), so the image data file formats are not<br>
the place to specify the transformation you want.<br>
<br>
David E DeMarle<br>
Kitware, Inc.<br>
R&amp;D Engineer<br>
21 Corporate Drive<br>
Clifton Park, NY 12065-8662<br>
Phone: <a href="tel:518-881-4909" value="+15188814909">518-881-4909</a><br>
<br>
<br>
<br>
On Wed, Apr 11, 2012 at 12:54 PM, Christoffer Green<br>
<div class="HOEnZb"><div class="h5">&lt;<a href="mailto:christoffer.green@gmail.com">christoffer.green@gmail.com</a>&gt; wrote:<br>
&gt; My question was if it is possible to define this within the xml file itself.<br>
&gt;<br>
&gt; Thanks.<br>
&gt;<br>
&gt; BR/ Christoffer<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Apr 11, 2012 at 4:20 PM, Jothybasu Selvaraj &lt;<a href="mailto:jothybasu@gmail.com">jothybasu@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Using vtkImageReslice you could rotate the vtkImageData.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; You need to create a vtkMatrix4x4 for the rotation nad pass this matrix to<br>
&gt;&gt; vtkImageReslice::<br>
&gt;&gt; SetReSliceAxes<br>
&gt;&gt;<br>
&gt;&gt; Jothy<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Apr 11, 2012 at 3:17 PM, Jothybasu Selvaraj &lt;<a href="mailto:jothybasu@gmail.com">jothybasu@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Using vtkImageReslice you could rotate the vtkImageData?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; You need to create a vtkMatrix4x4 for the rotation nad pass this matrix<br>
&gt;&gt;&gt; to vtkImageReslice::SetReSliceAxes<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Jothy<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Wed, Apr 11, 2012 at 3:10 PM, Christoffer Green<br>
&gt;&gt;&gt; &lt;<a href="mailto:christoffer.green@gmail.com">christoffer.green@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Hello!<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I have been trying to figure out if it is possible to rotate data<br>
&gt;&gt;&gt;&gt; directly from a imagedata xml file. Can anyone lend me a hand on how to do<br>
&gt;&gt;&gt;&gt; that?<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I am currently exporting data from matlab to a .vti imagedata xml file<br>
&gt;&gt;&gt;&gt; and importing it to paraview (that is I am writing the file without using<br>
&gt;&gt;&gt;&gt; vtk classes) but I<br>
&gt;&gt;&gt;&gt; do not know how to rotate the data. According to<br>
&gt;&gt;&gt;&gt; the <a href="http://www.vtk.org/VTK/img/file-formats.pdf" target="_blank">www.vtk.org/VTK/img/file-formats.pdf</a> file there is a Coordinate tag<br>
&gt;&gt;&gt;&gt; but it does not appear to have an effect when importing, but on the<br>
&gt;&gt;&gt;&gt; other hand its barely documented and I am really just guessing on how to use<br>
&gt;&gt;&gt;&gt; it.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Currently I am testing with this data (but my actual data is much<br>
&gt;&gt;&gt;&gt; larger):<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; &lt;?xml version=&quot;1.0&quot;?&gt;<br>
&gt;&gt;&gt;&gt; &lt;VTKFile type=&quot;ImageData&quot; version=&quot;0.1&quot; byte_order=&quot;LittleEndian&quot;&gt;<br>
&gt;&gt;&gt;&gt; &lt;ImageData WholeExtent=&quot;0 1 0 1 0 0&quot; Origin=&quot;0.0 0.0 0.0&quot; Spacing=&quot;0.4<br>
&gt;&gt;&gt;&gt; 0.4 0.4&quot;&gt;<br>
&gt;&gt;&gt;&gt; &lt;Piece Extent=&quot;0 1 0 1 0 0&quot;&gt;<br>
&gt;&gt;&gt;&gt; &lt;Coordinates&gt;<br>
&gt;&gt;&gt;&gt; &lt;DataArray type=&quot;Float32&quot; Name=&quot;x_coordinate&quot; format=&quot;ascii&quot;&gt;0.0 0.3<br>
&gt;&gt;&gt;&gt; 0.0&lt;/DataArray&gt;<br>
&gt;&gt;&gt;&gt; &lt;DataArray type=&quot;Float32&quot; Name=&quot;y_coordinate&quot; format=&quot;ascii&quot;&gt;0.5 0.2<br>
&gt;&gt;&gt;&gt; 0.0&lt;/DataArray&gt;<br>
&gt;&gt;&gt;&gt; &lt;DataArray type=&quot;Float32&quot; Name=&quot;z_coordinate&quot; format=&quot;ascii&quot;&gt;1.0 0.0<br>
&gt;&gt;&gt;&gt; 0.0&lt;/DataArray&gt;<br>
&gt;&gt;&gt;&gt; &lt;/Coordinates&gt;<br>
&gt;&gt;&gt;&gt; &lt;PointData&gt;<br>
&gt;&gt;&gt;&gt; &lt;DataArray type=&quot;Float32&quot; Name=&quot;MagnitudeArray&quot; format=&quot;ascii&quot;&gt;0.1  0.3<br>
&gt;&gt;&gt;&gt;  0.5  0.8&lt;/DataArray&gt;<br>
&gt;&gt;&gt;&gt; &lt;/PointData&gt;<br>
&gt;&gt;&gt;&gt; &lt;/Piece&gt;<br>
&gt;&gt;&gt;&gt; &lt;/ImageData&gt;<br>
&gt;&gt;&gt;&gt; &lt;/VTKFile&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Thanks<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; BR/ Christoffer<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt;&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt;&gt;&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt; Jothy<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Jothy<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;<br>
</div></div></blockquote></div><br></div>