[vtk-developers] Is this intended?

Sebastien Jourdain sebastien.jourdain at kitware.com
Tue Nov 27 14:32:29 EST 2012


yes it is

if(vtkInformationVector* v = this->InputInformation[i])

        {

        // Set the pointer to NULL first to avoid reporting of the

        // entry if deleting the vector causes a garbage collection

        // reference walk.

        this->InputInformation[i] = 0;

        v->Delete();

        }



On Tue, Nov 27, 2012 at 2:06 PM, Henry Lehmann <
henry.lehmann at informatik.tu-freiberg.de> wrote:

> checkout vtk from git and look at vtkExecutive.cxx line 95
> if(vtkInformationVector* v = this->InputInformation[i])
>
> ______________________________**_________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/**
> opensource/opensource.html<http://www.kitware.com/opensource/opensource.html>
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/**listinfo/vtk-developers<http://www.vtk.org/mailman/listinfo/vtk-developers>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20121127/7fbca5ae/attachment.html>


More information about the vtk-developers mailing list