[vtk-developers] Is this intended?

David E DeMarle dave.demarle at kitware.com
Tue Nov 27 14:23:43 EST 2012


Yes I think so.

If this->InputInformation[i] == NULL it skips the clause.
Otherwise it temporarily stores this->InputInformation[i] into v so
that it can be Deleted later.

David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909


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
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtk-developers
>



More information about the vtk-developers mailing list