<p><br /> <span style="font-size:  8pt; font-family: " lang="EN-US">vtkParametricSpline*  vtkpPs = vtkParametricSpline::New(); </span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span>vtkpPs-&gt;SetPoints(pts); </span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"> </span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span>vtkParametricFunctionSource*  vtkpPfs = vtkParametricFunctionSource::New(); </span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span>vtkpPfs-&gt;SetParametricFunction(vtkpPs); </span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span></span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span>vtkpPfs-&gt;SetUResolution(500); </span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span></span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span>vtkTransform  *xfm = vtkTransform::New();</span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span>xfm-&gt;Translate(0,  0, 70);</span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span></span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span>vtkTransformPolyDataFilter  *xfmPd = vtkTransformPolyDataFilter::New();</span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span>xfmPd-&gt;SetInput(vtkpPfs-&gt;GetOutput());</span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span>xfmPd-&gt;SetTransform(xfm);<span> </span></span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"> </span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span>vtkAppendPolyData  *appendPD = vtkAppendPolyData::New();</span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span>appendPD-&gt;AddInput(vtkpPfs-&gt;GetOutput());<span> </span></span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span>appendPD-&gt;AddInput(xfmPd-&gt;GetOutput());</span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"> </span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span>vtkRuledSurfaceFilter  *rsf = vtkRuledSurfaceFilter::New();</span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span>rsf-&gt;SetInputConnection(appendPD-&gt;GetOutputPort());</span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span>rsf-&gt;SetResolution(500,  500);</span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span>rsf-&gt;SetRuledModeToResample();</span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span>rsf-&gt;Update();</span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"> </span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span>vtkProbeFilter*  probe = vtkProbeFilter::New();</span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span>probe-&gt;SetInput(rsf-&gt;GetOutput());</span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span>probe-&gt;SetSource(pFrame-&gt;m_wndView.m_pImageData);<span> </span></span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span>probe-&gt;Update();</span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span></span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: "> </span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: "><span> </span>vtkImageData  *imagedata = vtkImageData::New();</span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: "><span> </span><strong>imagedata-&gt;GetPointData()-&gt;SetScalars(probe-&gt;GetOutput()-&gt;GetPointData()-&gt;GetScalars());</strong></span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: "><span> </span>imagedata-&gt;SetDimensions(500,  500, 1);</span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: "><span> </span></span><span style="font-size: 8pt; font-family: " lang="EN-US">imagedata-&gt;SetSpacing(1, 1, 1);</span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span>imagedata-&gt;Update();</span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"> </span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span><span> </span>vtkImageMapToColors* colorMap = vtkImageMapToColors::New();</span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span><span> </span>colorMap-&gt;PassAlphaToOutputOff();</span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span><span> </span>colorMap-&gt;SetActiveComponent(0);</span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span><span> </span>colorMap-&gt;SetOutputFormatToLuminance();</span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span><span> </span>colorMap-&gt;SetInput(imagedata);</span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span><span> </span>colorMap-&gt;SetLookupTable(pFrame-&gt;m_wndView.m_LookupTable_GrayScale);</span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span></span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span><span> </span><span> </span><span> </span><span style="color: blue;">this</span>-&gt;m_pImageActor =  vtkImageActor::New(); //resulting view 3</span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span><span> </span>m_pImageActor-&gt;PickableOff();</span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span><span> </span>m_pImageActor-&gt;SetInput(colorMap-&gt;GetOutput());</span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: " lang="EN-US"><span> </span><span> </span></span><span style="font-size: 8pt;  font-family: ">m_pImageActor-&gt;SetOrigin(0.0,  0.0, 0.0);</span></p>
<p class="MsoNormal"><span style="font-size:  8pt; font-family: "><span> </span><span> </span>m_pImageActor-&gt;SetPosition(0.0,  0.0, 0.0);</span></p>
<p class="MsoNormal"> </p>
<p><br /><br /></p>
<hr style="border-top: 1px solid #ccc;" />
<p><strong>Mensagem original</strong><br /><strong>De:</strong> l.a.pereira &lt; l.a.pereira@uol.com.br &gt;<br /><strong>Para:</strong> sercanimailgroups@gmail.com,bill.lorensen@gmail.com &lt; bill.lorensen@gmail.com &gt;,vtkusers@vtk.org &lt; vtkusers@vtk.org &gt;<br /><strong>Assunto:</strong> RES: [vtkusers] panoramic view<br /><strong>Enviada:</strong> 15/06/2010 10:51<br /><br /></p>
<p><span id="result_box" class="long_text"><span>Sercani Hello,<br /><br /></span><span style="background-color: #ffffff;">Unfortunately  Bill did not find the example code. </span><span style="background-color: #ffffff;">But I believe  there is very little for me to achieve my goal. </span><span>I  also believe that together we can solve our problems. </span><span style="background-color: #ffffff;">I am sending you a  piece of code responsible for generating the images you can see in the  attached file. </span><span style="background-color: #ffffff;">My problem now is that I am not able to generate the  final image in vtkImagedata. </span><span style="background-color: #ffffff;">It is being created incorrectly (departure  and distorted) as you can see the view number 3.</span></span></p>
<p><span id="result_box" class="medium_text"><span>If you can help  me solve the distortion in vtkImageData believe we will have a solution  to our problem. </span><span>Thanks,</span></span><span id="result_box" class="long_text"><span style="background-color: #ffffff;">From the five  points of the curve in view 2 I create a spline curve to refer it to  vtkruledsurface and vrkprobefilter.<br /><br /></span><span style="background-color: #ffffff;">Following is the  code that generates the image of view 3:</span></span></p>
<p><!--[if gte mso 9]><xml> <w:worddocument> <w:view>Normal</w:view> <w:zoom>0</w:zoom> <w:trackmoves /> <w:trackformatting /> <w:hyphenationzone>21</w:hyphenationzone> <w:punctuationkerning /> <w:validateagainstschemas /> <w:saveifxmlinvalid>false</w:saveifxmlinvalid> <w:ignoremixedcontent>false</w:ignoremixedcontent> <w:alwaysshowplaceholdertext>false</w:alwaysshowplaceholdertext> <w:donotpromoteqf /> <w:lidthemeother>PT-BR</w:lidthemeother> <w:lidthemeasian>X-NONE</w:lidthemeasian> <w:lidthemecomplexscript>X-NONE</w:lidthemecomplexscript> <w:compatibility> <w:breakwrappedtables /> <w:snaptogridincell /> <w:wraptextwithpunct /> <w:useasianbreakrules /> <w:dontgrowautofit /> <w:splitpgbreakandparamark /> <w:dontvertaligncellwithsp /> <w:dontbreakconstrainedforcedtables /> <w:dontvertalignintxbx /> <w:word11kerningpairs /> <w:cachedcolbalance /> </w:compatibility> <w:browserlevel>MicrosoftInternetExplorer4</w:browserlevel> <m:mathpr> <m:mathfont m:val="Cambria Math" /> <m:brkbin m:val="before" /> <m:brkbinsub m:val="&#45;-" /> <m:smallfrac m:val="off" /> <m:dispdef /> <m:lmargin m:val="0" /> <m:rmargin m:val="0" /> <m:defjc m:val="centerGroup" /> <m:wrapindent m:val="1440" /> <m:intlim m:val="subSup" /> <m:narylim m:val="undOvr" /> </m:mathpr></w:worddocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:latentstyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:lsdexception Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:lsdexception Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:lsdexception Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:lsdexception Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:lsdexception Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:lsdexception Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:lsdexception Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:lsdexception Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:lsdexception Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:lsdexception Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:lsdexception Locked="false" Priority="39" Name="toc 1" /> <w:lsdexception Locked="false" Priority="39" Name="toc 2" /> <w:lsdexception Locked="false" Priority="39" Name="toc 3" /> <w:lsdexception Locked="false" Priority="39" Name="toc 4" /> <w:lsdexception Locked="false" Priority="39" Name="toc 5" /> <w:lsdexception Locked="false" Priority="39" Name="toc 6" /> <w:lsdexception Locked="false" Priority="39" Name="toc 7" /> <w:lsdexception Locked="false" Priority="39" Name="toc 8" /> <w:lsdexception Locked="false" Priority="39" Name="toc 9" /> <w:lsdexception Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:lsdexception Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:lsdexception Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:lsdexception Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:lsdexception Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:lsdexception Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:lsdexception Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:lsdexception Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:lsdexception Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:lsdexception Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:lsdexception Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:lsdexception Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:lsdexception Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:lsdexception Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:lsdexception Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:lsdexception Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:lsdexception Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:lsdexception Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:lsdexception Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:lsdexception Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:lsdexception Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:lsdexception Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:lsdexception Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:lsdexception Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:lsdexception Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:lsdexception Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:lsdexception Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:lsdexception Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:lsdexception Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:lsdexception Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:lsdexception Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:lsdexception Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:lsdexception Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:lsdexception Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:lsdexception Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:lsdexception Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:lsdexception Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:lsdexception Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:lsdexception Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:lsdexception Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:lsdexception Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:lsdexception Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:lsdexception Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:lsdexception Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:lsdexception Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:lsdexception Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:lsdexception Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:lsdexception Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:lsdexception Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:lsdexception Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:lsdexception Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:lsdexception Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:lsdexception Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:lsdexception Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:lsdexception Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:lsdexception Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:lsdexception Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:lsdexception Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:lsdexception Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:lsdexception Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:lsdexception Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:lsdexception Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:lsdexception Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:lsdexception Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:lsdexception Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:lsdexception Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:lsdexception Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:lsdexception Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:lsdexception Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:lsdexception Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:lsdexception Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:lsdexception Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:lsdexception Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:lsdexception Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:lsdexception Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:lsdexception Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:lsdexception Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:lsdexception Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:lsdexception Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:lsdexception Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:lsdexception Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:lsdexception Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:lsdexception Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:lsdexception Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:lsdexception Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:lsdexception Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:lsdexception Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:lsdexception Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:lsdexception Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:lsdexception Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:lsdexception Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:lsdexception Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:lsdexception Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:lsdexception Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:lsdexception Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:lsdexception Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:lsdexception Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:lsdexception Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:lsdexception Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:lsdexception Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:lsdexception Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:lsdexception Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:lsdexception Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:lsdexception Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:lsdexception Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:lsdexception Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:lsdexception Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:lsdexception Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:lsdexception Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:lsdexception Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:lsdexception Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:lsdexception Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:lsdexception Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:lsdexception Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:lsdexception Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:lsdexception Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:lsdexception Locked="false" Priority="37" Name="Bibliography" /> <w:lsdexception Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:latentstyles> </xml><![endif]--></p>
<div class="notviscode"><!--  /* Font Definitions */  @font-face         {font-family:"Cambria Math";         panose-1:2 4 5 3 5 4 6 3 2 4;         mso-font-charset:1;         mso-generic-font-family:roman;         mso-font-format:other;         mso-font-pitch:variable;         mso-font-signature:0 0 0 0 0 0;} @font-face         {font-family:Calibri;         panose-1:2 15 5 2 2 2 4 3 2 4;         mso-font-charset:0;         mso-generic-font-family:swiss;         mso-font-pitch:variable;         mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal         {mso-style-unhide:no;         mso-style-qformat:yes;         mso-style-parent:"";         margin:0cm;         margin-bottom:.0001pt;         mso-pagination:widow-orphan;         font-size:11.0pt;         font-family:"Calibri","sans-serif";         mso-ascii-font-family:Calibri;         mso-ascii-theme-font:minor-latin;         mso-fareast-font-family:Calibri;         mso-fareast-theme-font:minor-latin;         mso-hansi-font-family:Calibri;         mso-hansi-theme-font:minor-latin;         mso-bidi-font-family:"Times New Roman";         mso-bidi-theme-font:minor-bidi;         mso-fareast-language:EN-US;} .MsoChpDefault         {mso-style-type:export-only;         mso-default-props:yes;         mso-ascii-font-family:Calibri;         mso-ascii-theme-font:minor-latin;         mso-fareast-font-family:Calibri;         mso-fareast-theme-font:minor-latin;         mso-hansi-font-family:Calibri;         mso-hansi-theme-font:minor-latin;         mso-bidi-font-family:"Times New Roman";         mso-bidi-theme-font:minor-bidi;         mso-fareast-language:EN-US;} @page WordSection1         {size:612.0pt 792.0pt;         margin:70.85pt 3.0cm 70.85pt 3.0cm;         mso-header-margin:36.0pt;         mso-footer-margin:36.0pt;         mso-paper-source:0;} div.WordSection1         {page:WordSection1;} --></div>
<!--[if gte mso 10]>
<div class='notviscode'>/* Style Definitions */  table.MsoNormalTable         {mso-style-name:"Tabela normal";         mso-tstyle-rowband-size:0;         mso-tstyle-colband-size:0;         mso-style-noshow:yes;         mso-style-priority:99;         mso-style-qformat:yes;         mso-style-parent:"";         mso-padding-alt:0cm 5.4pt 0cm 5.4pt;         mso-para-margin:0cm;         mso-para-margin-bottom:.0001pt;         mso-pagination:widow-orphan;         font-size:11.0pt;         font-family:"Calibri","sans-serif";         mso-ascii-font-family:Calibri;         mso-ascii-theme-font:minor-latin;         mso-fareast-font-family:"Times New Roman";         mso-fareast-theme-font:minor-fareast;         mso-hansi-font-family:Calibri;         mso-hansi-theme-font:minor-latin;}</div>
<![endif]-->
<p class="MsoNormal"><span style="font-size: 8pt; font-family: "><span> </span></span><span style="font-size: 8pt; font-family: " lang="EN-US">vtkParametricSpline* vtkpPs = vtkParametricSpline::New(); </span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span>vtkpPs-&gt;SetPoints(pts); </span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"> </span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span>vtkParametricFunctionSource* vtkpPfs = vtkParametricFunctionSource::New(); </span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span>vtkpPfs-&gt;SetParametricFunction(vtkpPs); </span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span></span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span>vtkpPfs-&gt;SetUResolution(500); </span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span></span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span>vtkTransform *xfm = vtkTransform::New();</span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span>xfm-&gt;Translate(0, 0, 70);</span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span></span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span>vtkTransformPolyDataFilter *xfmPd = vtkTransformPolyDataFilter::New();</span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span>xfmPd-&gt;SetInput(vtkpPfs-&gt;GetOutput());</span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span>xfmPd-&gt;SetTransform(xfm);<span> </span></span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"> </span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span>vtkAppendPolyData *appendPD = vtkAppendPolyData::New();</span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span>appendPD-&gt;AddInput(vtkpPfs-&gt;GetOutput());<span> </span></span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span>appendPD-&gt;AddInput(xfmPd-&gt;GetOutput());</span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"> </span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span>vtkRuledSurfaceFilter *rsf = vtkRuledSurfaceFilter::New();</span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span>rsf-&gt;SetInputConnection(appendPD-&gt;GetOutputPort());</span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span>rsf-&gt;SetResolution(500, 500);</span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span>rsf-&gt;SetRuledModeToResample();</span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span>rsf-&gt;Update();</span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"> </span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span>vtkProbeFilter* probe = vtkProbeFilter::New();</span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span>probe-&gt;SetInput(rsf-&gt;GetOutput());</span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span>probe-&gt;SetSource(pFrame-&gt;m_wndView.m_pImageData);<span> </span></span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span>probe-&gt;Update();</span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span></span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: "> </span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: "><span> </span>vtkImageData *imagedata = vtkImageData::New();</span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: "><span> </span>imagedata-&gt;GetPointData()-&gt;SetScalars(da);</span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: "><span> </span>imagedata-&gt;SetDimensions(500, 500, 1);</span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: "><span> </span></span><span style="font-size: 8pt; font-family: " lang="EN-US">imagedata-&gt;SetSpacing(1, 1, 1);</span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span>imagedata-&gt;Update();</span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"> </span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span><span> </span>vtkImageMapToColors* colorMap = vtkImageMapToColors::New();</span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span><span> </span>colorMap-&gt;PassAlphaToOutputOff();</span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span><span> </span>colorMap-&gt;SetActiveComponent(0);</span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span><span> </span>colorMap-&gt;SetOutputFormatToLuminance();</span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span><span> </span>colorMap-&gt;SetInput(imagedata);</span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span><span> </span>colorMap-&gt;SetLookupTable(pFrame-&gt;m_wndView.m_LookupTable_GrayScale);</span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span></span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span><span> </span><span> </span><span> </span><span style="color: blue;">this</span>-&gt;m_pImageActor = vtkImageActor::New(); //resulting view 3</span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span><span> </span>m_pImageActor-&gt;PickableOff();</span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span><span> </span>m_pImageActor-&gt;SetInput(colorMap-&gt;GetOutput());</span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: " lang="EN-US"><span> </span><span> </span></span><span style="font-size: 8pt; font-family: ">m_pImageActor-&gt;SetOrigin(0.0, 0.0, 0.0);</span></p>
<p class="MsoNormal"><span style="font-size: 8pt; font-family: "><span> </span><span> </span>m_pImageActor-&gt;SetPosition(0.0, 0.0, 0.0);</span></p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"><!--[if gte mso 9]><xml> <w:worddocument> <w:view>Normal</w:view> <w:zoom>0</w:zoom> <w:trackmoves /> <w:trackformatting /> <w:hyphenationzone>21</w:hyphenationzone> <w:punctuationkerning /> <w:validateagainstschemas /> <w:saveifxmlinvalid>false</w:saveifxmlinvalid> <w:ignoremixedcontent>false</w:ignoremixedcontent> <w:alwaysshowplaceholdertext>false</w:alwaysshowplaceholdertext> <w:donotpromoteqf /> <w:lidthemeother>PT-BR</w:lidthemeother> <w:lidthemeasian>X-NONE</w:lidthemeasian> <w:lidthemecomplexscript>X-NONE</w:lidthemecomplexscript> <w:compatibility> <w:breakwrappedtables /> <w:snaptogridincell /> <w:wraptextwithpunct /> <w:useasianbreakrules /> <w:dontgrowautofit /> <w:splitpgbreakandparamark /> <w:dontvertaligncellwithsp /> <w:dontbreakconstrainedforcedtables /> <w:dontvertalignintxbx /> <w:word11kerningpairs /> <w:cachedcolbalance /> </w:compatibility> <w:browserlevel>MicrosoftInternetExplorer4</w:browserlevel> <m:mathpr> <m:mathfont m:val="Cambria Math" /> <m:brkbin m:val="before" /> <m:brkbinsub m:val="&#45;-" /> <m:smallfrac m:val="off" /> <m:dispdef /> <m:lmargin m:val="0" /> <m:rmargin m:val="0" /> <m:defjc m:val="centerGroup" /> <m:wrapindent m:val="1440" /> <m:intlim m:val="subSup" /> <m:narylim m:val="undOvr" /> </m:mathpr></w:worddocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:latentstyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:lsdexception Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:lsdexception Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:lsdexception Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:lsdexception Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:lsdexception Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:lsdexception Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:lsdexception Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:lsdexception Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:lsdexception Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:lsdexception Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:lsdexception Locked="false" Priority="39" Name="toc 1" /> <w:lsdexception Locked="false" Priority="39" Name="toc 2" /> <w:lsdexception Locked="false" Priority="39" Name="toc 3" /> <w:lsdexception Locked="false" Priority="39" Name="toc 4" /> <w:lsdexception Locked="false" Priority="39" Name="toc 5" /> <w:lsdexception Locked="false" Priority="39" Name="toc 6" /> <w:lsdexception Locked="false" Priority="39" Name="toc 7" /> <w:lsdexception Locked="false" Priority="39" Name="toc 8" /> <w:lsdexception Locked="false" Priority="39" Name="toc 9" /> <w:lsdexception Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:lsdexception Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:lsdexception Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:lsdexception Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:lsdexception Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:lsdexception Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:lsdexception Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:lsdexception Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:lsdexception Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:lsdexception Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:lsdexception Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:lsdexception Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:lsdexception Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:lsdexception Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:lsdexception Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:lsdexception Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:lsdexception Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:lsdexception Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:lsdexception Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:lsdexception Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:lsdexception Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:lsdexception Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:lsdexception Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:lsdexception Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:lsdexception Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:lsdexception Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:lsdexception Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:lsdexception Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:lsdexception Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:lsdexception Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:lsdexception Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:lsdexception Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:lsdexception Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:lsdexception Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:lsdexception Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:lsdexception Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:lsdexception Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:lsdexception Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:lsdexception Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:lsdexception Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:lsdexception Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:lsdexception Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:lsdexception Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:lsdexception Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:lsdexception Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:lsdexception Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:lsdexception Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:lsdexception Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:lsdexception Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:lsdexception Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:lsdexception Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:lsdexception Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:lsdexception Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:lsdexception Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:lsdexception Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:lsdexception Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:lsdexception Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:lsdexception Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:lsdexception Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:lsdexception Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:lsdexception Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:lsdexception Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:lsdexception Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:lsdexception Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:lsdexception Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:lsdexception Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:lsdexception Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:lsdexception Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:lsdexception Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:lsdexception Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:lsdexception Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:lsdexception Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:lsdexception Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:lsdexception Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:lsdexception Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:lsdexception Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:lsdexception Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:lsdexception Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:lsdexception Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:lsdexception Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:lsdexception Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:lsdexception Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:lsdexception Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:lsdexception Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:lsdexception Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:lsdexception Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:lsdexception Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:lsdexception Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:lsdexception Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:lsdexception Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:lsdexception Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:lsdexception Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:lsdexception Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:lsdexception Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:lsdexception Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:lsdexception Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:lsdexception Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:lsdexception Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:lsdexception Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:lsdexception Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:lsdexception Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:lsdexception Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:lsdexception Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:lsdexception Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:lsdexception Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:lsdexception Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:lsdexception Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:lsdexception Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:lsdexception Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:lsdexception Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:lsdexception Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:lsdexception Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:lsdexception Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:lsdexception Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:lsdexception Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:lsdexception Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:lsdexception Locked="false" Priority="37" Name="Bibliography" /> <w:lsdexception Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:latentstyles> </xml><![endif]--></p>
<div class="notviscode"><!--  /* Font Definitions */  @font-face         {font-family:"Cambria Math";         panose-1:2 4 5 3 5 4 6 3 2 4;         mso-font-charset:1;         mso-generic-font-family:roman;         mso-font-format:other;         mso-font-pitch:variable;         mso-font-signature:0 0 0 0 0 0;} @font-face         {font-family:Calibri;         panose-1:2 15 5 2 2 2 4 3 2 4;         mso-font-charset:0;         mso-generic-font-family:swiss;         mso-font-pitch:variable;         mso-font-signature:-1610611985 1073750139 0 0 159 0;} @font-face         {font-family:Consolas;         panose-1:2 11 6 9 2 2 4 3 2 4;         mso-font-charset:0;         mso-generic-font-family:modern;         mso-font-pitch:fixed;         mso-font-signature:-1610611985 1073750091 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal         {mso-style-unhide:no;         mso-style-qformat:yes;         mso-style-parent:"";         margin:0cm;         margin-bottom:.0001pt;         mso-pagination:widow-orphan;         font-size:11.0pt;         font-family:"Calibri","sans-serif";         mso-ascii-font-family:Calibri;         mso-ascii-theme-font:minor-latin;         mso-fareast-font-family:Calibri;         mso-fareast-theme-font:minor-latin;         mso-hansi-font-family:Calibri;         mso-hansi-theme-font:minor-latin;         mso-bidi-font-family:"Times New Roman";         mso-bidi-theme-font:minor-bidi;         mso-fareast-language:EN-US;} p.MsoPlainText, li.MsoPlainText, div.MsoPlainText         {mso-style-priority:99;         mso-style-link:"Texto sem Formatação Char";         margin:0cm;         margin-bottom:.0001pt;         mso-pagination:widow-orphan;         font-size:10.5pt;         font-family:Consolas;         mso-fareast-font-family:Calibri;         mso-fareast-theme-font:minor-latin;         mso-bidi-font-family:"Times New Roman";         mso-bidi-theme-font:minor-bidi;         mso-fareast-language:EN-US;} span.TextosemFormataoChar         {mso-style-name:"Texto sem Formatação Char";         mso-style-priority:99;         mso-style-unhide:no;         mso-style-locked:yes;         mso-style-link:"Texto sem Formatação";         mso-ansi-font-size:10.5pt;         mso-bidi-font-size:10.5pt;         font-family:Consolas;         mso-ascii-font-family:Consolas;         mso-hansi-font-family:Consolas;} .MsoChpDefault         {mso-style-type:export-only;         mso-default-props:yes;         mso-ascii-font-family:Calibri;         mso-ascii-theme-font:minor-latin;         mso-fareast-font-family:Calibri;         mso-fareast-theme-font:minor-latin;         mso-hansi-font-family:Calibri;         mso-hansi-theme-font:minor-latin;         mso-bidi-font-family:"Times New Roman";         mso-bidi-theme-font:minor-bidi;         mso-fareast-language:EN-US;} @page WordSection1         {size:612.0pt 792.0pt;         margin:70.85pt 3.0cm 70.85pt 3.0cm;         mso-header-margin:36.0pt;         mso-footer-margin:36.0pt;         mso-paper-source:0;} div.WordSection1         {page:WordSection1;} --></div>
<!--[if gte mso 10]>
<div class='notviscode'>/* Style Definitions */  table.MsoNormalTable         {mso-style-name:"Tabela normal";         mso-tstyle-rowband-size:0;         mso-tstyle-colband-size:0;         mso-style-noshow:yes;         mso-style-priority:99;         mso-style-qformat:yes;         mso-style-parent:"";         mso-padding-alt:0cm 5.4pt 0cm 5.4pt;         mso-para-margin:0cm;         mso-para-margin-bottom:.0001pt;         mso-pagination:widow-orphan;         font-size:11.0pt;         font-family:"Calibri","sans-serif";         mso-ascii-font-family:Calibri;         mso-ascii-theme-font:minor-latin;         mso-fareast-font-family:"Times New Roman";         mso-fareast-theme-font:minor-fareast;         mso-hansi-font-family:Calibri;         mso-hansi-theme-font:minor-latin;}</div>
<![endif]-->
<p class="MsoPlainText"><span>-----Mensagem original-----<br /> De: sercani [mailto:sercanimailgroups@gmail.com] <br /> Enviada em: terça-feira, 15 de junho de 2010 04:09<br /> Para: l.a.pereira<br /> Assunto: Re: [vtkusers] panoramic view</span></p>
<p class="MsoPlainText"> </p>
<p class="MsoPlainText">Hi Luis,</p>
<p class="MsoPlainText">Could you manage to solve the panaromic view problem? I have to do the</p>
<p class="MsoPlainText">same thing(curved MPR) but vtkProbeFilter is working very slowly, it</p>
<p class="MsoPlainText">couldn't finish the process while the input data set is a 512*512*48</p>
<p class="MsoPlainText">imagedata and the source is a ruled surface which is created from the</p>
<p class="MsoPlainText">vtkSplineWidget's polydata...If Bill Lorensen send the sample code, can</p>
<p class="MsoPlainText">you also send it to me?</p>
<p class="MsoPlainText"> </p>
<p class="MsoPlainText">Sercani...</p>
<p> </p>
<p class="MsoNormal"> </p>
<p> </p>
<p> </p>