[vtkusers] RE: [Insight-users] "Manual" break of Pipeline

Iván Macía imacia at vicomtech.org
Mon Feb 18 10:46:53 EST 2008


Yes,

 

If the output is of type ImageType in ITK you can do something like

 

ImageType::Pointer output = filter->GetOutput();

output->DisconnectPipeline();

 

I ignore which is the equivalent in VTK

 

HTH

 

Ivan

 

   _____  

De: insight-users-bounces+imacia=vicomtech.org at itk.org
[mailto:insight-users-bounces+imacia=vicomtech.org at itk.org] En nombre de
Osc at r
Enviado el: sábado, 16 de febrero de 2008 2:29
Para: Insight-users at itk.org; vtkusers at vtk.org
Asunto: [Insight-users] "Manual" break of Pipeline

 

Hi all!!!!

 

I'm building an itk-vtk application for segmentation 

Pipeline is as in itkSoftwareGuide, but i'm building FastMarching and
ShapeDetection, using the same filters 

(AnisotropicDiffussion, GradientMAgnitude and Sigmoid) for both, when run

anyfilter the first time, everything is OK, but if run 

FastMarching (and just FastMarching) then ShapeDetection executes too, i'm
think that 

it is because FastMarching->GetOutput(), is actually, an input for
shapeDetection,

is that right?? if it is, is there a way to stop this behaviour?? I mean, is
there a way to break up the pipeline temporary?? or break pipeline and
re-build it each time I need??

Tnx in advance...

 

 

Oscar Gutiérrez Luna

CIMAT A. C.

Cubiculo: J4

Tel.: 73 271-55 ext. 49672

 


No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.516 / Virus Database: 269.20.7/1285 - Release Date: 18/02/2008
5:50



No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.20.7/1285 - Release Date: 18/02/2008
5:50
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20080218/5de96523/attachment.htm>


More information about the vtkusers mailing list