X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FVTKViewer%2FVTKViewer_ArcBuilder.h;h=13f68ec8b58a2492e2ab8ce4f34156647ca1966d;hb=refs%2Fheads%2Fngr%2Fpython3_dev_pv5.4;hp=93aea12f3e631d1348fc256c9451ba609fcb0a07;hpb=bb8609caf7881d966fbb88dec0a7822736da93f5;p=modules%2Fgui.git diff --git a/src/VTKViewer/VTKViewer_ArcBuilder.h b/src/VTKViewer/VTKViewer_ArcBuilder.h index 93aea12f3..13f68ec8b 100644 --- a/src/VTKViewer/VTKViewer_ArcBuilder.h +++ b/src/VTKViewer/VTKViewer_ArcBuilder.h @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -26,6 +26,7 @@ #include #include +#include class vtkCell; class vtkDataArray; @@ -37,7 +38,7 @@ class Pnt; typedef std::list PntList; -vtkIdType MergevtkPoints(const std::vector& theCollection, +vtkIdType MergevtkPoints(const std::vector< vtkSmartPointer< vtkPoints > >& theCollection, const std::vector< std::vector >& theScalarCollection, vtkPoints* thePoints, std::map& thePntId2ScalarValue, @@ -184,7 +185,7 @@ class VTKViewer_ArcBuilder{ double myAngle; ArcStatus myStatus; - vtkPoints* myPoints; + vtkSmartPointer myPoints; std::vector myScalarValues; };