<div dir="ltr">I might have time for a longer answer later, but for now, I suggest you look at vtkImageChangeInformation.<div><br></div><div> - David</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 16, 2016 at 6:19 AM, Elvis Stansvik <span dir="ltr"><<a href="mailto:elvis.stansvik@orexplore.com" target="_blank">elvis.stansvik@orexplore.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">2016-09-16 14:15 GMT+02:00 Elvis Stansvik <<a href="mailto:elvis.stansvik@orexplore.com">elvis.stansvik@orexplore.com</a>><wbr>:<br>
> 2016-09-16 13:26 GMT+02:00 Elvis Stansvik <<a href="mailto:elvis.stansvik@orexplore.com">elvis.stansvik@orexplore.com</a>><wbr>:<br>
>> This is a very basic question, but I feel like I've missed something<br>
>> fundamental.<br>
>><br>
>> I have a volume which I set the position for using SetPosition. I'm<br>
>> not applying any other transformations such as rotation or scale.<br>
>><br>
>> What surprises me is that after having set the position, if I look at<br>
>> the MinZBound of the volume, it doesn't correspond to the Z position I<br>
>> set.<br>
>><br>
>> E.g. if I (after I set the position of the volume) do<br>
>><br>
>>     qDebug() << "MinZBound:" << volume->GetMinZBound();<br>
>>     qDebug() << "Position[3]" << volume->GetPosition()[2];<br>
>><br>
>> I can get output such as:<br>
>><br>
>>     MinZBound: -0.162738<br>
>>     Position[3] -0.165138<br>
>><br>
>> I thought that the bounds of a volume was in VTK world coordinates. If<br>
>> so, shouldn't MinZBound be exactly the Z position?<br>
>><br>
>> Thanks for any clarifications, I've probably missed something simple.<br>
><br>
> I forgot to say that in the X and Y axes, there seems to always be a<br>
> correspondance after my SetPosition(..):<br>
><br>
> MinXBound: -0.0299<br>
> Position[0] -0.0299<br>
> MinYBound: -0.0299<br>
> Position[1] -0.0299<br>
><br>
> I can't see what's special about the Z direction. What else affects<br>
> the bounds of the vtkVolume? The reason I'm asking, and what made me<br>
> discover this, is that my volumes don't show up at the positions I<br>
> expect them to.<br>
><br>
> I'm sure I've missed something trivial, but I'm at a loss as to what it is :/<br>
<br>
</div></div>A perhaps important piece of information is that the vtkVolume uses a<br>
vtkImageData that was the result of a vtkExtractVOI (taking a piece of<br>
the image in the Z direction). So.. is there something special I<br>
should watch out for regarding the bounds of the resulting image when<br>
using vtkExtractVOI?<br>
<br>
I found this old and unanswered post from 2006 where someone else was<br>
seeing strange bounds after a vtkExtractVOI:<br>
<br>
    <a href="http://www.vtk.org/pipermail/vtkusers/2006-December/039113.html" rel="noreferrer" target="_blank">http://www.vtk.org/pipermail/<wbr>vtkusers/2006-December/039113.<wbr>html</a><br>
<br>
Or perhaps that poster also suffers from the same confusions I am at the moment?<br>
<span class="HOEnZb"><font color="#888888"><br>
Elvis<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
><br>
> Elvis<br>
><br>
>><br>
>> Elvis<br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_<wbr>FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/vtkusers</a><br>
</div></div></blockquote></div><br></div>