[Insight-users] itkImageToVTKImageFilter

Andinet Enquobahrie andinet.enqu at kitware.com
Wed Oct 5 08:22:53 EDT 2005


Diego Parada wrote:

> Hi,
>
> I uses itkImageToVTKImageFilter to visualize an image data, when i 
> load data, runs fine, but when I load othe data set shows the 
> following error
>
> update extent does not lie whitin whole extent
>
> the code is:(this code load when the data changes)
>
> if(load)
> this->connector->SetInput(this->GetDocument()->m_Imagen);
> this->connector->Update();               
>
> Somebody can help me.
>
Hello Deigo,

You have to give us more information so that we can help you out.  What 
is the difference between the first and the second dataset you tried the 
filter on?
What type is "connector" ? how was it instantiated?..Please, post the 
whole program and we will try to figure out your problem.

cheers,
-Andinet





More information about the Insight-users mailing list