[Insight-users] Rückruf: Pipeline problems: How to delete input data after calculation

Luis Ibanez luis.ibanez at kitware.com
Thu Apr 8 15:19:26 EDT 2010


Hi Gerald,

A filter does not have the right to delete its input.

It can however, delete its output.

If you have a pipeline such as

          filter1-->filter2-->filter3

you may want to try calling

       filter1->ReleaseDataFlagOn();

before you call Update()

In this way the output of filter1 will be deleted as soon
as filter2 finishes its update.


     Regards,


             Luis


----------------------------------------------------------
On Thu, Apr 8, 2010 at 6:10 AM, Lodron, Gerald
<Gerald.Lodron at joanneum.at> wrote:
> Lodron, Gerald möchte die Nachricht "Pipeline problems: How to delete input data after calculation" zurückrufen.
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>


More information about the Insight-users mailing list