[Paraview] What's the correct way of releasing memory in ParaView?

Andy Bauer andy.bauer at kitware.com
Thu Apr 17 09:59:45 EDT 2014


This should work. If something depends on source though (e.g. a filter that
is connected to source) than source cannot be deleted before its
dependencies are deleted/removed.


On Wed, Apr 16, 2014 at 8:28 PM, Mohammad Mirzadeh <mirzadeh at gmail.com>wrote:

> Say I have a source in the pipeline. Is issuing:
>
> Delete(source)
> del source
>
> supposed to completely remove the object from the pipeline, thus freeing
> the memory? This does not seem to do the job for me.
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20140417/5f9ac021/attachment.html>


More information about the ParaView mailing list