[vtkusers] Problemas con vtkExtractVOI
Moreland, Kenneth
kmorel at sandia.gov
Thu May 29 10:49:15 EDT 2008
My Spanish is bad, but I think you said the SetInput line is failing. I believe the fix is:
extract->SetInput(v16->GetOutput());
-Ken
> -----Original Message-----
> From: vtkusers-bounces at vtk.org [mailto:vtkusers-bounces at vtk.org] On Behalf
> Of mmavila at unex.es
> Sent: Monday, May 26, 2008 5:21 PM
> To: vtkusers at vtk.org
> Subject: [vtkusers] Problemas con vtkExtractVOI
>
> A ver si alguien me puede ayudar. Yo intento seleccionar una región de
> interés de una imagen pero me falla este código: (Estoy utilizando vtk
> 4.0)
>
> vtkExtractVOI *extract = vtkExtractVOI::New();
> extract->SetVOI (31, 31, 0, 63, 0, 92);
> extract->SetSampleRate (1, 1, 1);
> extract->SetInput(v16->GetOutput); ///// Aquí falla, es como si el
> método SetInput no existiese
> extract->ReleaseDataFlagOff();
> extract->Update();
>
> Alguien me podría explicar el porqué.
>
> Muchas gracias.
>
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list