X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSMESH%2FSMESH_Hexa_3D.hxx;h=0aa874c7a4cd696918c70217265269a43b175466;hb=2f80a011ae4257ce08ef0c477f512b08eb0188b0;hp=434ace0ea8212af7b22175e506cd8ae3ffe2c889;hpb=0b959120c59670d73c0a1f6d46bfa72a6ceb49cf;p=modules%2Fsmesh.git diff --git a/src/SMESH/SMESH_Hexa_3D.hxx b/src/SMESH/SMESH_Hexa_3D.hxx index 434ace0ea..0aa874c7a 100644 --- a/src/SMESH/SMESH_Hexa_3D.hxx +++ b/src/SMESH/SMESH_Hexa_3D.hxx @@ -1,11 +1,30 @@ -//============================================================================= -// File : SMESH_Hexa_3D.hxx -// Created : sam mai 18 23:15:26 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_Hexa_3D.hxx +// Author : Paul RASCLE, EDF +// Module : SMESH +// $Header$ #ifndef _SMESH_HEXA_3D_HXX_ #define _SMESH_HEXA_3D_HXX_ @@ -17,7 +36,7 @@ typedef struct point3Dstruct { - int nodeId; + const SMDS_MeshNode * node; } Point3DStruct; typedef double Pt3[3]; @@ -104,7 +123,7 @@ protected: int i, int j, int k, int nbx, int nby, int nbz, Point3DStruct *np, - const Handle(SMESHDS_Mesh)& meshDS); + const SMESHDS_Mesh* meshDS); CubeStruct _cube; FaceQuadStruct* _quads[6];