X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESH%2FSMESH_Quadrangle_2D.hxx;h=59bc904e75e91ed66cffd279600d5072732a7104;hp=9487f20c6a73603f03784d8e7c8a342023d18b0b;hb=f7fbf1c62246f439c35746c731f64dab57391c1b;hpb=0b959120c59670d73c0a1f6d46bfa72a6ceb49cf diff --git a/src/SMESH/SMESH_Quadrangle_2D.hxx b/src/SMESH/SMESH_Quadrangle_2D.hxx index 9487f20c6..59bc904e7 100644 --- a/src/SMESH/SMESH_Quadrangle_2D.hxx +++ b/src/SMESH/SMESH_Quadrangle_2D.hxx @@ -1,11 +1,30 @@ -//============================================================================= -// File : SMESH_Quadrangle_2D.hxx -// Created : sam mai 18 08:11:36 CEST 2002 -// Author : Paul RASCLE, EDF -// Project : SALOME -// Copyright : EDF 2002 -// $Header$ -//============================================================================= +// SMESH SMESH : implementaion of SMESH idl descriptions +// +// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, +// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS +// +// 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. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org +// +// +// +// File : SMESH_Quadrangle_2D.hxx +// Author : Paul RASCLE, EDF +// Module : SMESH +// $Header$ #ifndef _SMESH_QUADRANGLE_2D_HXX_ #define _SMESH_QUADRANGLE_2D_HXX_ @@ -22,7 +41,7 @@ typedef struct uvPtStruct double v; double x; // 2d parameter, normalized [0,1] double y; - int nodeId; + const SMDS_MeshNode * node; } UVPtStruct; typedef struct faceQuadStruct