<div dir="ltr"><font size="4">Sorry that I did not include the corrected code in the previous email. Here it is:</font><div><font size="4"><br></font><div><br></div><div><pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px">

<span style="color:rgb(192,192,192)">    </span><span style="color:rgb(0,128,0)">//</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,128,0)">DICOM</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,128,0)">Reader</span></pre>

<pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span><span style="color:rgb(128,0,128)">vtkSmartPointer</span><<span style="color:rgb(128,0,128)">vtkDICOMImageReader</span>><span style="color:rgb(192,192,192)"> </span>reader<span style="color:rgb(192,192,192)"> </span>=<span style="color:rgb(192,192,192)"> </span><span style="color:rgb(128,0,128)">vtkSmartPointer</span><<span style="color:rgb(128,0,128)">vtkDICOMImageReader</span>>::New();</pre>

<pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span>reader->SetDirectoryName(<span style="color:rgb(0,128,0)">"/home/Images/DICOM"</span>);</pre>

<pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span>reader-><span style="font-style:italic">Update</span>();</pre><pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px">

<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span><span style="white-space:pre-wrap;font-family:arial;color:rgb(128,0,128)">vtkSmartPointer</span><span style="white-space:pre-wrap;font-family:arial;color:rgb(0,0,0)"><</span><span style="white-space:pre-wrap;font-family:arial;color:rgb(128,0,128)">vtkImageData</span><span style="white-space:pre-wrap;font-family:arial;color:rgb(0,0,0)">> </span><span style="white-space:pre-wrap;font-family:arial;color:rgb(128,0,0)">DICOMvtkImageData</span><span style="white-space:pre-wrap;font-family:arial;color:rgb(192,192,192)"> </span><span style="white-space:pre-wrap;font-family:arial;color:rgb(0,0,0)">=</span><span style="white-space:pre-wrap;font-family:arial;color:rgb(192,192,192)"> </span><span style="white-space:pre-wrap;font-family:arial;color:rgb(128,0,128)">vtkSmartPointer</span><span style="white-space:pre-wrap;font-family:arial;color:rgb(0,0,0)"><</span><span style="white-space:pre-wrap;font-family:arial;color:rgb(128,0,128)">vtkImageData</span><span style="white-space:pre-wrap;font-family:arial;color:rgb(0,0,0)">>::</span><span style="white-space:pre-wrap;font-family:arial;color:rgb(0,0,0)">New</span><span style="white-space:pre-wrap;font-family:arial;color:rgb(0,0,0)">();</span><br>

</pre><pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span><span style="color:rgb(128,0,0)">DICOMvtkImageData</span><span style="color:rgb(0,0,0)">-></span><span style="font-style:italic;color:rgb(0,0,0)">DeepCopy</span><span style="color:rgb(0,0,0)">(</span><span style="color:rgb(128,128,0)">this</span><span style="color:rgb(0,0,0)">-></span><span style="color:rgb(128,0,0)">DICOMReader</span><span style="color:rgb(0,0,0)">-></span><span style="color:rgb(0,0,0)">GetOutput</span><span style="color:rgb(0,0,0)">());</span></pre>

</pre><pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px"><br></pre><pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span><span style="color:rgb(0,128,0)">//</span><span style="color:rgb(192,192,192)"> </span><font color="#008000">Mapper</font></pre>

<pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span><span style="color:rgb(128,0,128)">vtkSmartPointer</span><<span style="color:rgb(128,0,128)">vtkImageMapper</span>><span style="color:rgb(192,192,192)"> </span>imageMapper<span style="color:rgb(192,192,192)"> </span>=<span style="color:rgb(192,192,192)"> </span><span style="color:rgb(128,0,128)">vtkSmartPointer</span><<span style="color:rgb(128,0,128)">vtkImageMapper</span>>::New();</pre>

<pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span>imageMapper-><span style="font-style:italic">SetInputData</span>(reader->GetOutput());</pre><pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px">

<br></pre><pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span><span style="color:rgb(0,128,0)">//</span><span style="color:rgb(192,192,192)"> </span><font color="#008000">Actor</font></pre>

<div style="font-family:arial,sans-serif;font-size:13.333333969116211px"><span style="color:rgb(192,192,192)"></span><span style="color:rgb(128,0,128)">         vtkSmartPointer</span><<span style="color:rgb(128,0,128)">vtkImageActor</span>><span style="color:rgb(192,192,192)"> </span>mapActor<span style="color:rgb(192,192,192)"> </span>=<span style="color:rgb(192,192,192)"> </span><span style="color:rgb(128,0,128)">vtkSmartPointer</span><<span style="color:rgb(128,0,128)">vtkImageActor</span>>::New();<br>

</div><pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span>mapActor-><span style="font-style:italic">SetInputData</span>(imageMapper->GetInput());</pre>

<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span><span style="color:rgb(128,128,0)">int</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,0,0)">actorDisplayExtent</span><span style="color:rgb(0,0,0)">[</span><span style="color:rgb(0,0,128)">6</span><span style="color:rgb(0,0,0)">];</span></pre>


<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span><span style="color:rgb(128,0,0)">DICOMvtkImageData</span><span style="color:rgb(0,0,0)">-></span><span style="font-style:italic;color:rgb(0,0,0)">GetExtent</span><span style="color:rgb(0,0,0)">(</span><span style="color:rgb(0,0,0)">actorDisplayExtent</span><span style="color:rgb(0,0,0)">);</span></pre>


<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span>mapActor<span style="color:rgb(0,0,0)">-></span><span style="color:rgb(0,0,0)">SetDisplayExtent</span><span style="color:rgb(0,0,0)">(</span><span style="color:rgb(0,0,0)">actorDisplayExtent</span><span style="color:rgb(0,0,0)">[</span><span style="color:rgb(0,0,128)">0</span><span style="color:rgb(0,0,0)">],</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,0,0)">actorDisplayExtent</span><span style="color:rgb(0,0,0)">[</span><span style="color:rgb(0,0,128)">1</span><span style="color:rgb(0,0,0)">],</span></pre>


<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">                               </span><span style="color:rgb(0,0,0)">actorDisplayExtent</span><span style="color:rgb(0,0,0)">[</span><span style="color:rgb(0,0,128)">2</span><span style="color:rgb(0,0,0)">],</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,0,0)">actorDisplayExtent</span><span style="color:rgb(0,0,0)">[</span><span style="color:rgb(0,0,128)">3</span><span style="color:rgb(0,0,0)">],</span></pre>


<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">                               </span><span style="color:rgb(0,0,0);font-family:arial">desiredSliceIndex</span><span style="color:rgb(0,0,0);font-family:arial">, </span><span style="color:rgb(0,0,0);font-family:arial">desiredSliceIndex</span><span style="color:rgb(0,0,0);font-family:arial">);</span><br>

</pre></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Mar 4, 2014 at 12:29 PM, Sam Raby <span dir="ltr"><<a href="mailto:rabysam28@gmail.com" target="_blank">rabysam28@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I learnt that this seems to be a bug as reported here:<div><br></div><div><a href="http://www.paraview.org/Bug/bug_relationship_graph.php?bug_id=3661&graph=dependency" target="_blank">http://www.paraview.org/Bug/bug_relationship_graph.php?bug_id=3661&graph=dependency</a><br>


</div><div><br></div><div>From the link, I figured we can get around this issue by using GetDisplayExtent. So the following code works:</div><div class=""><div><br></div><div><pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px">

<span style="color:rgb(192,192,192)">    </span><span style="color:rgb(0,128,0)">//</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,128,0)">DICOM</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,128,0)">Reader</span></pre>


<pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span><span style="color:rgb(128,0,128)">vtkSmartPointer</span><<span style="color:rgb(128,0,128)">vtkDICOMImageReader</span>><span style="color:rgb(192,192,192)"> </span>reader<span style="color:rgb(192,192,192)"> </span>=<span style="color:rgb(192,192,192)"> </span><span style="color:rgb(128,0,128)">vtkSmartPointer</span><<span style="color:rgb(128,0,128)">vtkDICOMImageReader</span>>::New();</pre>


<pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span>reader->SetDirectoryName(<span style="color:rgb(0,128,0)">"/home/Images/DICOM"</span>);</pre>


<pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span>reader-><span style="font-style:italic">Update</span>();</pre><pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px">

<br></pre><pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span><span style="color:rgb(0,128,0)">//</span><span style="color:rgb(192,192,192)"> </span><font color="#008000">Mapper</font></pre>


<pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span><span style="color:rgb(128,0,128)">vtkSmartPointer</span><<span style="color:rgb(128,0,128)">vtkImageMapper</span>><span style="color:rgb(192,192,192)"> </span>imageMapper<span style="color:rgb(192,192,192)"> </span>=<span style="color:rgb(192,192,192)"> </span><span style="color:rgb(128,0,128)">vtkSmartPointer</span><<span style="color:rgb(128,0,128)">vtkImageMapper</span>>::New();</pre>


<pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span>imageMapper-><span style="font-style:italic">SetInputData</span>(reader->GetOutput());</pre><pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px">

<span style="color:rgb(192,192,192)">    </span>imageMapper-><span style="font-style:italic">SetZSlice</span>(<span style="color:rgb(0,0,128)">12</span>);<span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,128,0)">//</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,128,0)">does</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,128,0)">not</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,128,0)">work.</span></pre>


<pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px"><br></pre><pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span><span style="color:rgb(0,128,0)">//</span><span style="color:rgb(192,192,192)"> </span><font color="#008000">Actor</font></pre>


<div style="font-family:arial,sans-serif;font-size:13.333333969116211px"><span style="color:rgb(192,192,192)"></span><span style="color:rgb(128,0,128)">vtkSmartPointer</span><<span style="color:rgb(128,0,128)">vtkImageActor</span>><span style="color:rgb(192,192,192)"> </span>mapActor<span style="color:rgb(192,192,192)"> </span>=<span style="color:rgb(192,192,192)"> </span><span style="color:rgb(128,0,128)">vtkSmartPointer</span><<span style="color:rgb(128,0,128)">vtkImageActor</span>>::New();<br>


</div><pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span>mapActor-><span style="font-style:italic">SetInputData</span>(imageMapper->GetInput());</pre>

<pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span>mapActor->SetZSlice(<span style="color:rgb(0,0,128)">12</span>);<span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,128,0)">//</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,128,0)">this</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,128,0)">also</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,128,0)">does</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,128,0)">not</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,128,0)">work.</span></pre>


</div></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Mar 4, 2014 at 11:10 AM, Sam Raby <span dir="ltr"><<a href="mailto:rabysam28@gmail.com" target="_blank">rabysam28@gmail.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>I am trying to read DICOM series using vtkImageActor. (Note: I know I can read them easily by vtkImageViewer2, however it is not suitable for my application).</div>


<div><br></div><div>
The problem is when I use SetZSlice, it does not update the slice and it always shows the first slice of DICOM. I call SetZSlice in both vtkImageActor and vtkImageMapper but it does not change the slice.</div><div><br></div>



<div>Thanks for any tips, and here is my simple code:</div><div><br></div><div>
<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span><span style="color:rgb(0,128,0)">//</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,128,0)">DICOM</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,128,0)">Reader</span></pre>




<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span><span style="color:rgb(128,0,128)">vtkSmartPointer</span><span><</span><span style="color:rgb(128,0,128)">vtkDICOMImageReader</span><span>></span><span style="color:rgb(192,192,192)"> </span><span>reader</span><span style="color:rgb(192,192,192)"> </span><span>=</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(128,0,128)">vtkSmartPointer</span><span><</span><span style="color:rgb(128,0,128)">vtkDICOMImageReader</span><span>>::</span><span>New</span><span>();</span></pre>




<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span><span>reader</span><span>-></span><span>SetDirectoryName</span><span>(</span><span style="color:rgb(0,128,0)">"/home/Images/DICOM"</span><span>);</span></pre>




<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span><span>reader</span><span>-></span><span style="font-style:italic">Update</span><span>();</span></pre>

<pre style="margin-top:0px;margin-bottom:0px"><br></pre><pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span><span style="color:rgb(0,128,0)">//</span><span style="color:rgb(192,192,192)"> </span><font color="#008000">Mapper</font></pre>




<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span><span style="color:rgb(128,0,128)">vtkSmartPointer</span><span><</span><span style="color:rgb(128,0,128)">vtkImageMapper</span><span>></span><span style="color:rgb(192,192,192)"> </span><span>imageMapper</span><span style="color:rgb(192,192,192)"> </span><span>=</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(128,0,128)">vtkSmartPointer</span><span><</span><span style="color:rgb(128,0,128)">vtkImageMapper</span><span>>::</span><span>New</span><span>();</span></pre>




<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span><span>imageMapper</span><span>-></span><span style="font-style:italic">SetInputData</span><span>(</span><span>reader</span><span>-></span><span>GetOutput</span><span>());</span></pre>




<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span><span>imageMapper</span><span>-></span><span style="font-style:italic">SetZSlice</span><span>(</span><span style="color:rgb(0,0,128)">12</span><span>);</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,128,0)">//</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,128,0)">does</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,128,0)">not</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,128,0)">work.</span></pre>




<pre style="margin-top:0px;margin-bottom:0px"><br></pre><pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span><span style="color:rgb(0,128,0)">//</span><span style="color:rgb(192,192,192)"> </span><font color="#008000">Actor</font></pre>



<div><span style="color:rgb(192,192,192)">    </span><span style="color:rgb(128,0,128)">vtkSmartPointer</span><span><</span><span style="color:rgb(128,0,128)">vtkImageActor</span><span>></span><span style="color:rgb(192,192,192)"> </span><span>mapActor</span><span style="color:rgb(192,192,192)"> </span><span>=</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(128,0,128)">vtkSmartPointer</span><span><</span><span style="color:rgb(128,0,128)">vtkImageActor</span><span>>::</span><span>New</span><span>();</span><br>



</div>
<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span><span>mapActor</span><span>-></span><span style="font-style:italic">SetInputData</span><span>(</span><span>imageMapper</span><span>-></span><span>GetInput</span><span>());</span></pre>




<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span><span>mapActor</span><span>-></span><span>SetZSlice</span><span>(</span><span style="color:rgb(0,0,128)">12</span><span>);</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,128,0)">//</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,128,0)">this</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,128,0)">also</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,128,0)">does</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,128,0)">not</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,128,0)">work.</span></pre>




<pre style="margin-top:0px;margin-bottom:0px"><br></pre><pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span><span style="color:rgb(0,128,0)">//</span><span style="color:rgb(192,192,192)"> </span><font color="#008000">Visualization</font></pre>




<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span><span style="color:rgb(128,0,128)">vtkRenderer</span><span style="color:rgb(192,192,192)"> </span><span>*</span><span>ren</span><span>=</span><span style="color:rgb(128,0,128)">vtkRenderer</span><span>::</span><span>New</span><span>();</span></pre>




<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span><span>ren</span><span>-></span><span>AddActor</span><span>(</span><span>mapActor</span><span>);</span></pre>


<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span><span>ren</span><span>-></span><span>ResetCamera</span><span>();</span></pre>

<pre style="margin-top:0px;margin-bottom:0px"><br></pre>
<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span><span style="color:rgb(128,0,128)">vtkSmartPointer</span><span><</span><span style="color:rgb(128,0,128)">vtkRenderWindow</span><span>></span><span style="color:rgb(192,192,192)"> </span><span>renderWindow</span><span style="color:rgb(192,192,192)"> </span><span>=</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(128,0,128)">vtkSmartPointer</span><span><</span><span style="color:rgb(128,0,128)">vtkRenderWindow</span><span>>::</span><span>New</span><span>();</span></pre>




<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span><span>renderWindow</span><span>-></span><span style="font-style:italic">AddRenderer</span><span>(</span><span>ren</span><span>);</span></pre>




<pre style="margin-top:0px;margin-bottom:0px"><br></pre>
<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span><span style="color:rgb(128,0,128)">vtkSmartPointer</span><span><</span><span style="color:rgb(128,0,128)">vtkRenderWindowInteractor</span><span>></span><span style="color:rgb(192,192,192)"> </span><span>iren</span><span style="color:rgb(192,192,192)"> </span><span>=</span><span style="color:rgb(192,192,192)"> </span><span style="color:rgb(128,0,128)">vtkSmartPointer</span><span><</span><span style="color:rgb(128,0,128)">vtkRenderWindowInteractor</span><span>>::</span><span>New</span><span>();</span></pre>




<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span><span>iren</span><span>-></span><span>SetRenderWindow</span><span>(</span><span>renderWindow</span><span>);</span></pre>


<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span><span>iren</span><span>-></span><span style="font-style:italic">Start</span><span>();</span></pre>
</div><div><br></div></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>