<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Jan 7, 2015 at 2:24 PM, Christian Mol <span dir="ltr"><<a href="mailto:christianmol@gmail.com" target="_blank">christianmol@gmail.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Currently I am trying to display a dataset using VTK. It seems to work<br>
pretty well. A small problem though, is that using the code given<br>
below, scrolling beyond the actual data seems to be possible.</blockquote><div><br></div><div>The interactor doesn't check the bounds of the dataset.  There isn't any way</div><div>to achieve what you want with vtkInteractorStyleImage (except perhaps by</div><div>writing a set of callbacks, which could get messy).  My suggestion would be to</div><div>write a subclass of vtkInteractorStyleImage that does what you need.</div><div><br></div><div> - David</div><div> </div></div></div></div>