yfr : Merge with v1.2

This commit is contained in:
yfr 2003-07-10 10:13:42 +00:00
parent 007c019133
commit 789d7f7415
130 changed files with 3437 additions and 1410 deletions

View File

@ -1,13 +1,31 @@
#============================================================================== # SMESH SMESH : implementaion of SMESH idl descriptions
# File : Makefile.in #
# Created : lun mai 6 13:33:11 CEST 2002 # Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
# Author : Paul RASCLE, EDF # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
# Project : SALOME #
# Copyright : EDF 2002 # 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 : Makefile.in
# Author : Paul RASCLE, EDF
# Module : SMESH
# $Header$ # $Header$
#==============================================================================
# source path
top_srcdir=@top_srcdir@ top_srcdir=@top_srcdir@
top_builddir=../.. top_builddir=../..
srcdir=@srcdir@ srcdir=@srcdir@

View File

@ -1,14 +1,33 @@
using namespace std; // SMESH SMESH : implementaion of SMESH idl descriptions
//============================================================================= //
// File : SMESH_1D_Algo.cxx // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Created : sam mai 18 09:22:56 CEST 2002 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Author : Paul RASCLE, EDF //
// Project : SALOME // This library is free software; you can redistribute it and/or
// Copyright : EDF 2002 // modify it under the terms of the GNU Lesser General Public
// $Header$ // License as published by the Free Software Foundation; either
//============================================================================= // version 2.1 of the License.
using namespace std; //
// 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_1D_Algo.cxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
using namespace std;
using namespace std;
#include "SMESH_1D_Algo.hxx" #include "SMESH_1D_Algo.hxx"
#include "SMESH_Gen.hxx" #include "SMESH_Gen.hxx"

View File

@ -1,11 +1,30 @@
//============================================================================= // SMESH SMESH : implementaion of SMESH idl descriptions
// File : SMESH_1D_Algo.hxx //
// Created : sam mai 18 09:23:02 CEST 2002 // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Author : Paul RASCLE, EDF // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Project : SALOME //
// Copyright : EDF 2002 // This library is free software; you can redistribute it and/or
// $Header$ // 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_1D_Algo.hxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
#ifndef _SMESH_1D_ALGO_HXX_ #ifndef _SMESH_1D_ALGO_HXX_
#define _SMESH_1D_ALGO_HXX_ #define _SMESH_1D_ALGO_HXX_

View File

@ -1,14 +1,33 @@
using namespace std; // SMESH SMESH : implementaion of SMESH idl descriptions
//============================================================================= //
// File : SMESH_2D_Algo.cxx // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Created : sam mai 18 09:23:44 CEST 2002 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Author : Paul RASCLE, EDF //
// Project : SALOME // This library is free software; you can redistribute it and/or
// Copyright : EDF 2002 // modify it under the terms of the GNU Lesser General Public
// $Header$ // License as published by the Free Software Foundation; either
//============================================================================= // version 2.1 of the License.
using namespace std; //
// 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_2D_Algo.cxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
using namespace std;
using namespace std;
#include "SMESH_2D_Algo.hxx" #include "SMESH_2D_Algo.hxx"
#include "SMESH_Gen.hxx" #include "SMESH_Gen.hxx"

View File

@ -1,11 +1,30 @@
//============================================================================= // SMESH SMESH : implementaion of SMESH idl descriptions
// File : SMESH_2D_Algo.hxx //
// Created : sam mai 18 09:23:37 CEST 2002 // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Author : Paul RASCLE, EDF // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Project : SALOME //
// Copyright : EDF 2002 // This library is free software; you can redistribute it and/or
// $Header$ // 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_2D_Algo.hxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
#ifndef _SMESH_2D_ALGO_HXX_ #ifndef _SMESH_2D_ALGO_HXX_
#define _SMESH_2D_ALGO_HXX_ #define _SMESH_2D_ALGO_HXX_

View File

@ -1,14 +1,33 @@
using namespace std; // SMESH SMESH : implementaion of SMESH idl descriptions
//============================================================================= //
// File : SMESH_3D_Algo.cxx // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Created : sam mai 18 09:24:52 CEST 2002 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Author : Paul RASCLE, EDF //
// Project : SALOME // This library is free software; you can redistribute it and/or
// Copyright : EDF 2002 // modify it under the terms of the GNU Lesser General Public
// $Header$ // License as published by the Free Software Foundation; either
//============================================================================= // version 2.1 of the License.
using namespace std; //
// 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_3D_Algo.cxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
using namespace std;
using namespace std;
#include "SMESH_3D_Algo.hxx" #include "SMESH_3D_Algo.hxx"
#include "SMESH_Gen.hxx" #include "SMESH_Gen.hxx"

View File

@ -1,11 +1,30 @@
//============================================================================= // SMESH SMESH : implementaion of SMESH idl descriptions
// File : SMESH_3D_Algo.hxx //
// Created : sam mai 18 09:24:47 CEST 2002 // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Author : Paul RASCLE, EDF // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Project : SALOME //
// Copyright : EDF 2002 // This library is free software; you can redistribute it and/or
// $Header$ // 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_3D_Algo.hxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
#ifndef _SMESH_3D_ALGO_HXX_ #ifndef _SMESH_3D_ALGO_HXX_
#define _SMESH_3D_ALGO_HXX_ #define _SMESH_3D_ALGO_HXX_

View File

@ -1,14 +1,33 @@
using namespace std; // SMESH SMESH : implementaion of SMESH idl descriptions
//============================================================================= //
// File : SMESH_Algo.cxx // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Created : sam mai 18 09:20:53 CEST 2002 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Author : Paul RASCLE, EDF //
// Project : SALOME // This library is free software; you can redistribute it and/or
// Copyright : EDF 2002 // modify it under the terms of the GNU Lesser General Public
// $Header$ // License as published by the Free Software Foundation; either
//============================================================================= // version 2.1 of the License.
using namespace std; //
// 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_Algo.cxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
using namespace std;
using namespace std;
#include "SMESH_Algo.hxx" #include "SMESH_Algo.hxx"
#include "SMESH_Gen.hxx" #include "SMESH_Gen.hxx"
#include "SMESH_Mesh.hxx" #include "SMESH_Mesh.hxx"

View File

@ -1,11 +1,30 @@
//============================================================================= // SMESH SMESH : implementaion of SMESH idl descriptions
// File : SMESH_Algo.hxx //
// Created : sam mai 18 09:20:46 CEST 2002 // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Author : Paul RASCLE, EDF // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Project : SALOME //
// Copyright : EDF 2002 // This library is free software; you can redistribute it and/or
// $Header$ // 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_Algo.hxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
#ifndef _SMESH_ALGO_HXX_ #ifndef _SMESH_ALGO_HXX_
#define _SMESH_ALGO_HXX_ #define _SMESH_ALGO_HXX_

View File

@ -1,14 +1,33 @@
using namespace std; // SMESH SMESH : implementaion of SMESH idl descriptions
//============================================================================= //
// File : SMESH_Gen.cxx // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Created : sam mai 18 09:34:35 CEST 2002 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Author : Paul RASCLE, EDF //
// Project : SALOME // This library is free software; you can redistribute it and/or
// Copyright : EDF 2002 // modify it under the terms of the GNU Lesser General Public
// $Header$ // License as published by the Free Software Foundation; either
//============================================================================= // version 2.1 of the License.
using namespace std; //
// 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_Gen.cxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
using namespace std;
using namespace std;
#include "SMESH_Gen.hxx" #include "SMESH_Gen.hxx"
#include "SMESH_subMesh.hxx" #include "SMESH_subMesh.hxx"

View File

@ -1,11 +1,30 @@
//============================================================================= // SMESH SMESH : implementaion of SMESH idl descriptions
// File : SMESH_Gen.hxx //
// Created : jeu mai 16 22:53:13 CEST 2002 // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Author : Paul RASCLE, EDF // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Project : SALOME //
// Copyright : EDF 2002 // This library is free software; you can redistribute it and/or
// $Header$ // 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_Gen.hxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
#ifndef _SMESH_GEN_HXX_ #ifndef _SMESH_GEN_HXX_
#define _SMESH_GEN_HXX_ #define _SMESH_GEN_HXX_

View File

@ -1,14 +1,33 @@
using namespace std; // SMESH SMESH : implementaion of SMESH idl descriptions
//============================================================================= //
// File : SMESH_Hexa_3D.cxx // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Created : sam mai 18 23:15:30 CEST 2002 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Author : Paul RASCLE, EDF //
// Project : SALOME // This library is free software; you can redistribute it and/or
// Copyright : EDF 2002 // modify it under the terms of the GNU Lesser General Public
// $Header$ // License as published by the Free Software Foundation; either
//============================================================================= // version 2.1 of the License.
using namespace std; //
// 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.cxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
using namespace std;
using namespace std;
#include "SMESH_Hexa_3D.hxx" #include "SMESH_Hexa_3D.hxx"
#include "SMESH_Quadrangle_2D.hxx" #include "SMESH_Quadrangle_2D.hxx"
#include "SMESH_Gen.hxx" #include "SMESH_Gen.hxx"

View File

@ -1,11 +1,30 @@
//============================================================================= // SMESH SMESH : implementaion of SMESH idl descriptions
// File : SMESH_Hexa_3D.hxx //
// Created : sam mai 18 23:15:26 CEST 2002 // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Author : Paul RASCLE, EDF // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Project : SALOME //
// Copyright : EDF 2002 // This library is free software; you can redistribute it and/or
// $Header$ // 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_ #ifndef _SMESH_HEXA_3D_HXX_
#define _SMESH_HEXA_3D_HXX_ #define _SMESH_HEXA_3D_HXX_

View File

@ -1,14 +1,33 @@
using namespace std; // SMESH SMESH : implementaion of SMESH idl descriptions
//============================================================================= //
// File : SMESH_Hypothesis.cxx // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Created : sam mai 18 08:08:50 CEST 2002 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Author : Paul RASCLE, EDF //
// Project : SALOME // This library is free software; you can redistribute it and/or
// Copyright : EDF 2002 // modify it under the terms of the GNU Lesser General Public
// $Header$ // License as published by the Free Software Foundation; either
//============================================================================= // version 2.1 of the License.
using namespace std; //
// 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_Hypothesis.cxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
using namespace std;
using namespace std;
#include "SMESH_Hypothesis.hxx" #include "SMESH_Hypothesis.hxx"
#include "SMESH_Gen.hxx" #include "SMESH_Gen.hxx"
#include "utilities.h" #include "utilities.h"

View File

@ -1,11 +1,30 @@
//============================================================================= // SMESH SMESH : implementaion of SMESH idl descriptions
// File : SMESH_Hypothesis.hxx //
// Created : sam mai 18 08:07:54 CEST 2002 // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Author : Paul RASCLE, EDF // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Project : SALOME //
// Copyright : EDF 2002 // This library is free software; you can redistribute it and/or
// $Header$ // 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_Hypothesis.hxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
#ifndef _SMESH_HYPOTHESIS_HXX_ #ifndef _SMESH_HYPOTHESIS_HXX_
#define _SMESH_HYPOTHESIS_HXX_ #define _SMESH_HYPOTHESIS_HXX_

View File

@ -1,11 +1,30 @@
//============================================================================= // SMESH SMESH : implementaion of SMESH idl descriptions
// File : SMESH_HypothesisCreator.hxx //
// Created : lun mai 27 15:28:35 CEST 2002 // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Author : Paul RASCLE, EDF // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Project : SALOME //
// Copyright : EDF 2002 // This library is free software; you can redistribute it and/or
// $Header$ // 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_HypothesisCreator.hxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
#ifndef _SMESH_HYPOTHESISCREATOR_HXX_ #ifndef _SMESH_HYPOTHESISCREATOR_HXX_
#define _SMESH_HYPOTHESISCREATOR_HXX_ #define _SMESH_HYPOTHESISCREATOR_HXX_

View File

@ -1,14 +1,33 @@
using namespace std; // SMESH SMESH : implementaion of SMESH idl descriptions
//============================================================================= //
// File : SMESH_HypothesisFactory.cxx // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Created : mer mai 15 13:45:50 CEST 2002 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Author : Paul RASCLE, EDF //
// Project : SALOME // This library is free software; you can redistribute it and/or
// Copyright : EDF 2002 // modify it under the terms of the GNU Lesser General Public
// $Header$ // License as published by the Free Software Foundation; either
//============================================================================= // version 2.1 of the License.
using namespace std; //
// 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_HypothesisFactory.cxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
using namespace std;
using namespace std;
#include "SMESH_HypothesisFactory.hxx" #include "SMESH_HypothesisFactory.hxx"
#include "SMESH_Hypothesis.hxx" #include "SMESH_Hypothesis.hxx"
#include "SMESH_HypothesisCreator.hxx" #include "SMESH_HypothesisCreator.hxx"

View File

@ -1,11 +1,30 @@
//============================================================================= // SMESH SMESH : implementaion of SMESH idl descriptions
// File : SMESH_HypothesisFactory.hxx //
// Created : mer mai 15 13:45:47 CEST 2002 // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Author : Paul RASCLE, EDF // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Project : SALOME //
// Copyright : EDF 2002 // This library is free software; you can redistribute it and/or
// $Header$ // 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_HypothesisFactory.hxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
#ifndef _SMESH_HYPOTHESISFACTORY_HXX_ #ifndef _SMESH_HYPOTHESISFACTORY_HXX_
#define _SMESH_HYPOTHESISFACTORY_HXX_ #define _SMESH_HYPOTHESISFACTORY_HXX_

View File

@ -1,14 +1,33 @@
using namespace std; // SMESH SMESH : implementaion of SMESH idl descriptions
//============================================================================= //
// File : SMESH_LengthFromEdges.cxx // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Created : mar jun 11 22:42:30 CEST 2002 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Author : Paul RASCLE, EDF //
// Project : SALOME // This library is free software; you can redistribute it and/or
// Copyright : EDF 2002 // modify it under the terms of the GNU Lesser General Public
// $Header$ // License as published by the Free Software Foundation; either
//============================================================================= // version 2.1 of the License.
using namespace std; //
// 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_LengthFromEdges.cxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
using namespace std;
using namespace std;
#include "SMESH_LengthFromEdges.hxx" #include "SMESH_LengthFromEdges.hxx"
#include "utilities.h" #include "utilities.h"

View File

@ -1,11 +1,30 @@
//============================================================================= // SMESH SMESH : implementaion of SMESH idl descriptions
// File : SMESH_LengthFromEdges.hxx //
// Created : mar jun 11 22:42:20 CEST 2002 // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Author : Paul RASCLE, EDF // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Project : SALOME //
// Copyright : EDF 2002 // This library is free software; you can redistribute it and/or
// $Header$ // 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_LengthFromEdges.hxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
#ifndef _SMESH_LENGTHFROMEDGES_HXX_ #ifndef _SMESH_LENGTHFROMEDGES_HXX_
#define _SMESH_LENGTHFROMEDGES_HXX_ #define _SMESH_LENGTHFROMEDGES_HXX_

View File

@ -1,14 +1,33 @@
using namespace std; // SMESH SMESH : implementaion of SMESH idl descriptions
//============================================================================= //
// File : SMESH_LocalLength.cxx // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Created : sam mai 18 08:10:23 CEST 2002 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Author : Paul RASCLE, EDF //
// Project : SALOME // This library is free software; you can redistribute it and/or
// Copyright : EDF 2002 // modify it under the terms of the GNU Lesser General Public
// $Header$ // License as published by the Free Software Foundation; either
//============================================================================= // version 2.1 of the License.
using namespace std; //
// 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_LocalLength.cxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
using namespace std;
using namespace std;
#include "SMESH_LocalLength.hxx" #include "SMESH_LocalLength.hxx"
#include "utilities.h" #include "utilities.h"

View File

@ -1,11 +1,30 @@
//============================================================================= // SMESH SMESH : implementaion of SMESH idl descriptions
// File : SMESH_LocalLength.hxx //
// Created : sam mai 18 08:10:19 CEST 2002 // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Author : Paul RASCLE, EDF // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Project : SALOME //
// Copyright : EDF 2002 // This library is free software; you can redistribute it and/or
// $Header$ // 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_LocalLength.hxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
#ifndef _SMESH_LOCALLENGTH_HXX_ #ifndef _SMESH_LOCALLENGTH_HXX_
#define _SMESH_LOCALLENGTH_HXX_ #define _SMESH_LOCALLENGTH_HXX_

View File

@ -1,14 +1,33 @@
using namespace std; // SMESH SMESH : implementaion of SMESH idl descriptions
//============================================================================= //
// File : SMESH_MEFISTO_2D.cxx // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Created : sam mai 18 08:10:55 CEST 2002 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Author : Paul RASCLE, EDF //
// Project : SALOME // This library is free software; you can redistribute it and/or
// Copyright : EDF 2002 // modify it under the terms of the GNU Lesser General Public
// $Header$ // License as published by the Free Software Foundation; either
//============================================================================= // version 2.1 of the License.
using namespace std; //
// 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_MEFISTO_2D.cxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
using namespace std;
using namespace std;
#include "SMESH_MEFISTO_2D.hxx" #include "SMESH_MEFISTO_2D.hxx"
#include "SMESH_Gen.hxx" #include "SMESH_Gen.hxx"
#include "SMESH_Mesh.hxx" #include "SMESH_Mesh.hxx"

View File

@ -1,11 +1,30 @@
//============================================================================= // SMESH SMESH : implementaion of SMESH idl descriptions
// File : SMESH_MEFISTO_2D.hxx //
// Created : sam mai 18 08:10:50 CEST 2002 // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Author : Paul RASCLE, EDF // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Project : SALOME //
// Copyright : EDF 2002 // This library is free software; you can redistribute it and/or
// $Header$ // 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_MEFISTO_2D.hxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
#ifndef _SMESH_MEFISTO_2D_HXX_ #ifndef _SMESH_MEFISTO_2D_HXX_
#define _SMESH_MEFISTO_2D_HXX_ #define _SMESH_MEFISTO_2D_HXX_

View File

@ -1,14 +1,33 @@
using namespace std; // SMESH SMESH : implementaion of SMESH idl descriptions
//============================================================================= //
// File : SMESH_MaxElementArea.cxx // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Created : sam mai 18 23:14:08 CEST 2002 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Author : Paul RASCLE, EDF //
// Project : SALOME // This library is free software; you can redistribute it and/or
// Copyright : EDF 2002 // modify it under the terms of the GNU Lesser General Public
// $Header$ // License as published by the Free Software Foundation; either
//============================================================================= // version 2.1 of the License.
using namespace std; //
// 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_MaxElementArea.cxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
using namespace std;
using namespace std;
#include "SMESH_MaxElementArea.hxx" #include "SMESH_MaxElementArea.hxx"
#include "utilities.h" #include "utilities.h"

View File

@ -1,11 +1,30 @@
//============================================================================= // SMESH SMESH : implementaion of SMESH idl descriptions
// File : SMESH_MaxElementArea.hxx //
// Created : sam mai 18 23:14:04 CEST 2002 // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Author : Paul RASCLE, EDF // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Project : SALOME //
// Copyright : EDF 2002 // This library is free software; you can redistribute it and/or
// $Header$ // 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_MaxElementArea.hxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
#ifndef _SMESH_MAXELEMENTAREA_HXX_ #ifndef _SMESH_MAXELEMENTAREA_HXX_
#define _SMESH_MAXELEMENTAREA_HXX_ #define _SMESH_MAXELEMENTAREA_HXX_

View File

@ -1,9 +1,29 @@
// 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_MaxElementVolume.cxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
using namespace std; using namespace std;
//=============================================================================
// File : SMESH_MaxElementVolume.cxx
// Created : sam mai 18 23:14:45 CEST 2002
// Author : Paul RASCLE, EDF
// Project : SALOME
// Copyright : EDF 2002
// $Header$
//=============================================================================

View File

@ -1,8 +1,28 @@
//============================================================================= // SMESH SMESH : implementaion of SMESH idl descriptions
// File : SMESH_MaxElementVolume.hxx //
// Created : sam mai 18 23:14:41 CEST 2002 // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Author : Paul RASCLE, EDF // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Project : SALOME //
// Copyright : EDF 2002 // This library is free software; you can redistribute it and/or
// $Header$ // 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_MaxElementVolume.hxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$

View File

@ -1,14 +1,33 @@
using namespace std; // SMESH SMESH : implementaion of SMESH idl descriptions
//============================================================================= //
// File : SMESH_Mesh.cxx // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Created : sam mai 18 08:08:43 CEST 2002 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Author : Paul RASCLE, EDF //
// Project : SALOME // This library is free software; you can redistribute it and/or
// Copyright : EDF 2002 // modify it under the terms of the GNU Lesser General Public
// $Header$ // License as published by the Free Software Foundation; either
//============================================================================= // version 2.1 of the License.
using namespace std; //
// 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_Mesh.cxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
using namespace std;
using namespace std;
#include "SMESH_Mesh.hxx" #include "SMESH_Mesh.hxx"
#include "SMESH_subMesh.hxx" #include "SMESH_subMesh.hxx"
#include "SMESH_Gen.hxx" #include "SMESH_Gen.hxx"

View File

@ -1,11 +1,30 @@
//============================================================================= // SMESH SMESH : implementaion of SMESH idl descriptions
// File : SMESH_Mesh.hxx //
// Created : sam mai 18 08:07:35 CEST 2002 // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Author : Paul RASCLE, EDF // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Project : SALOME //
// Copyright : EDF 2002 // This library is free software; you can redistribute it and/or
// $Header$ // 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_Mesh.hxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
#ifndef _SMESH_MESH_HXX_ #ifndef _SMESH_MESH_HXX_
#define _SMESH_MESH_HXX_ #define _SMESH_MESH_HXX_

View File

@ -1,14 +1,33 @@
using namespace std; // SMESH SMESH : implementaion of SMESH idl descriptions
//============================================================================= //
// File : SMESH_NumberOfSegments.cxx // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Created : sam mai 18 08:11:15 CEST 2002 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Author : Paul RASCLE, EDF //
// Project : SALOME // This library is free software; you can redistribute it and/or
// Copyright : EDF 2002 // modify it under the terms of the GNU Lesser General Public
// $Header$ // License as published by the Free Software Foundation; either
//============================================================================= // version 2.1 of the License.
using namespace std; //
// 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_NumberOfSegments.cxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
using namespace std;
using namespace std;
#include "SMESH_NumberOfSegments.hxx" #include "SMESH_NumberOfSegments.hxx"
//============================================================================= //=============================================================================
@ -21,6 +40,7 @@ SMESH_NumberOfSegments::SMESH_NumberOfSegments(int hypId, int studyId, SMESH_Gen
: SMESH_Hypothesis(hypId, studyId, gen) : SMESH_Hypothesis(hypId, studyId, gen)
{ {
_numberOfSegments = 1; _numberOfSegments = 1;
_scaleFactor = 1.0;
_name = "NumberOfSegments"; _name = "NumberOfSegments";
} }
@ -69,6 +89,33 @@ int SMESH_NumberOfSegments::GetNumberOfSegments()
*/ */
//============================================================================= //=============================================================================
void SMESH_NumberOfSegments::SetScaleFactor(double scaleFactor)
throw (SALOME_Exception)
{
if (scaleFactor < 0)
throw SALOME_Exception(LOCALIZED("scale factor must be positive"));
_scaleFactor = scaleFactor;
NotifySubMeshesHypothesisModification();
}
//=============================================================================
/*!
*
*/
//=============================================================================
double SMESH_NumberOfSegments::GetScaleFactor()
{
return _scaleFactor;
}
//=============================================================================
/*!
*
*/
//=============================================================================
ostream & SMESH_NumberOfSegments::SaveTo(ostream & save) ostream & SMESH_NumberOfSegments::SaveTo(ostream & save)
{ {
return save << this; return save << this;

View File

@ -1,11 +1,30 @@
//============================================================================= // SMESH SMESH : implementaion of SMESH idl descriptions
// File : SMESH_NumberOfSegments.hxx //
// Created : sam mai 18 08:11:20 CEST 2002 // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Author : Paul RASCLE, EDF // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Project : SALOME //
// Copyright : EDF 2002 // This library is free software; you can redistribute it and/or
// $Header$ // 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_NumberOfSegments.hxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
#ifndef _SMESH_NUMBEROFSEGMENTS_HXX_ #ifndef _SMESH_NUMBEROFSEGMENTS_HXX_
#define _SMESH_NUMBEROFSEGMENTS_HXX_ #define _SMESH_NUMBEROFSEGMENTS_HXX_
@ -25,6 +44,11 @@ public:
int GetNumberOfSegments(); int GetNumberOfSegments();
void SetScaleFactor(double scaleFactor)
throw (SALOME_Exception);
double GetScaleFactor();
virtual ostream & SaveTo(ostream & save); virtual ostream & SaveTo(ostream & save);
virtual istream & LoadFrom(istream & load); virtual istream & LoadFrom(istream & load);
friend ostream& operator << (ostream & save, SMESH_NumberOfSegments & hyp); friend ostream& operator << (ostream & save, SMESH_NumberOfSegments & hyp);
@ -32,6 +56,7 @@ public:
protected: protected:
int _numberOfSegments; int _numberOfSegments;
double _scaleFactor;
}; };
#endif #endif

View File

@ -1,14 +1,33 @@
using namespace std; // SMESH SMESH : implementaion of SMESH idl descriptions
//============================================================================= //
// File : SMESH_Quadrangle_2D.cxx // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Created : sam mai 18 08:11:32 CEST 2002 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Author : Paul RASCLE, EDF //
// Project : SALOME // This library is free software; you can redistribute it and/or
// Copyright : EDF 2002 // modify it under the terms of the GNU Lesser General Public
// $Header$ // License as published by the Free Software Foundation; either
//============================================================================= // version 2.1 of the License.
using namespace std; //
// 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.cxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
using namespace std;
using namespace std;
#include "SMESH_Quadrangle_2D.hxx" #include "SMESH_Quadrangle_2D.hxx"
#include "SMESH_Gen.hxx" #include "SMESH_Gen.hxx"
#include "SMESH_Mesh.hxx" #include "SMESH_Mesh.hxx"

View File

@ -1,11 +1,30 @@
//============================================================================= // SMESH SMESH : implementaion of SMESH idl descriptions
// File : SMESH_Quadrangle_2D.hxx //
// Created : sam mai 18 08:11:36 CEST 2002 // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Author : Paul RASCLE, EDF // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Project : SALOME //
// Copyright : EDF 2002 // This library is free software; you can redistribute it and/or
// $Header$ // 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_ #ifndef _SMESH_QUADRANGLE_2D_HXX_
#define _SMESH_QUADRANGLE_2D_HXX_ #define _SMESH_QUADRANGLE_2D_HXX_

View File

@ -1,14 +1,33 @@
using namespace std; // SMESH SMESH : implementaion of SMESH idl descriptions
//============================================================================= //
// File : SMESH_Regular_1D.cxx // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Created : sam mai 18 08:11:58 CEST 2002 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Author : Paul RASCLE, EDF //
// Project : SALOME // This library is free software; you can redistribute it and/or
// Copyright : EDF 2002 // modify it under the terms of the GNU Lesser General Public
// $Header$ // License as published by the Free Software Foundation; either
//============================================================================= // version 2.1 of the License.
using namespace std; //
// 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_Regular_1D.cxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
using namespace std;
using namespace std;
#include "SMESH_Regular_1D.hxx" #include "SMESH_Regular_1D.hxx"
#include "SMESH_Gen.hxx" #include "SMESH_Gen.hxx"
#include "SMESH_Mesh.hxx" #include "SMESH_Mesh.hxx"
@ -151,6 +170,7 @@ bool SMESH_Regular_1D::CheckHypothesis(SMESH_Mesh& aMesh,
_hypNumberOfSegments = dynamic_cast<SMESH_NumberOfSegments*> (theHyp); _hypNumberOfSegments = dynamic_cast<SMESH_NumberOfSegments*> (theHyp);
ASSERT(_hypNumberOfSegments); ASSERT(_hypNumberOfSegments);
_numberOfSegments = _hypNumberOfSegments->GetNumberOfSegments(); _numberOfSegments = _hypNumberOfSegments->GetNumberOfSegments();
_scaleFactor = _hypNumberOfSegments->GetScaleFactor();
_localLength = 0; _localLength = 0;
isOk = true; isOk = true;
} }
@ -229,6 +249,18 @@ bool SMESH_Regular_1D::Compute(SMESH_Mesh& aMesh,
for (int i=2; i<NbPoints; i++) for (int i=2; i<NbPoints; i++)
{ {
double param = Discret.Parameter(i); double param = Discret.Parameter(i);
if(_numberOfSegments > 1)
{
double epsilon = 0.001;
if( fabs(_scaleFactor-1.0) > epsilon )
{
double alpha = pow(_scaleFactor, 1.0/(_numberOfSegments-1) );
double d = length*(1-pow(alpha,i-1))/(1-pow(alpha,_numberOfSegments));
param = d;
}
}
gp_Pnt P = Curve->Value(param); gp_Pnt P = Curve->Value(param);
//Add the Node in the DataStructure //Add the Node in the DataStructure

View File

@ -1,11 +1,30 @@
//============================================================================= // SMESH SMESH : implementaion of SMESH idl descriptions
// File : SMESH_Regular_1D.hxx //
// Created : sam mai 18 08:11:54 CEST 2002 // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Author : Paul RASCLE, EDF // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Project : SALOME //
// Copyright : EDF 2002 // This library is free software; you can redistribute it and/or
// $Header$ // 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_Regular_1D.hxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
#ifndef _SMESH_REGULAR_1D_HXX_ #ifndef _SMESH_REGULAR_1D_HXX_
#define _SMESH_REGULAR_1D_HXX_ #define _SMESH_REGULAR_1D_HXX_
@ -36,6 +55,7 @@ public:
protected: protected:
double _localLength; double _localLength;
int _numberOfSegments; int _numberOfSegments;
double _scaleFactor;
SMESH_LocalLength* _hypLocalLength; SMESH_LocalLength* _hypLocalLength;
SMESH_NumberOfSegments* _hypNumberOfSegments; SMESH_NumberOfSegments* _hypNumberOfSegments;
}; };

View File

@ -1,15 +1,32 @@
using namespace std; // SMESH SMESH : implementaion of SMESH idl descriptions
//============================================================================= //
// File : SMESH_subMesh.cxx // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Created : jeu mai 30 13:28:32 CEST 2002 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Author : Paul RASCLE, EDF //
// Project : SALOME // This library is free software; you can redistribute it and/or
// Copyright : EDF 2002 // modify it under the terms of the GNU Lesser General Public
// $Header$ // 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_subMesh.cxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
using namespace std; using namespace std;
#include "SMESH_subMesh.hxx" #include "SMESH_subMesh.hxx"
#include "SMESH_Gen.hxx" #include "SMESH_Gen.hxx"
#include "SMESH_Mesh.hxx" #include "SMESH_Mesh.hxx"

View File

@ -1,11 +1,30 @@
//============================================================================= // SMESH SMESH : implementaion of SMESH idl descriptions
// File : SMESH_subMesh.hxx //
// Created : jeu mai 30 13:28:36 CEST 2002 // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Author : Paul RASCLE, EDF // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Project : SALOME //
// Copyright : EDF 2002 // This library is free software; you can redistribute it and/or
// $Header$ // 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_subMesh.hxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
#ifndef _SMESH_SUBMESH_HXX_ #ifndef _SMESH_SUBMESH_HXX_
#define _SMESH_SUBMESH_HXX_ #define _SMESH_SUBMESH_HXX_

View File

@ -1,17 +1,28 @@
// File generated by CPPExt (Transient) // SMESH SMESHDS : management of mesh data and SMESH document
// //
// Copyright (C) 1991,1995 by // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// MATRA DATAVISION, FRANCE //
// // This library is free software; you can redistribute it and/or
// This software is furnished in accordance with the terms and conditions // modify it under the terms of the GNU Lesser General Public
// of the contract and with the inclusion of the above copyright notice. // License as published by the Free Software Foundation; either
// This software or any other copy thereof may not be provided or otherwise // version 2.1 of the License.
// be made available to any other person. No title to an ownership of the //
// software is hereby transferred. // This library is distributed in the hope that it will be useful,
// // but WITHOUT ANY WARRANTY; without even the implied warranty of
// At the termination of the contract, the software and all copies of this // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// software must be deleted. // 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 : Handle_SMESHDS_Command.hxx
// Module : SMESH
#ifndef _Handle_SMESHDS_Command_HeaderFile #ifndef _Handle_SMESHDS_Command_HeaderFile
#define _Handle_SMESHDS_Command_HeaderFile #define _Handle_SMESHDS_Command_HeaderFile

View File

@ -1,17 +1,28 @@
// File generated by CPPExt (Transient) // SMESH SMESHDS : management of mesh data and SMESH document
// //
// Copyright (C) 1991,1995 by // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// MATRA DATAVISION, FRANCE //
// // This library is free software; you can redistribute it and/or
// This software is furnished in accordance with the terms and conditions // modify it under the terms of the GNU Lesser General Public
// of the contract and with the inclusion of the above copyright notice. // License as published by the Free Software Foundation; either
// This software or any other copy thereof may not be provided or otherwise // version 2.1 of the License.
// be made available to any other person. No title to an ownership of the //
// software is hereby transferred. // This library is distributed in the hope that it will be useful,
// // but WITHOUT ANY WARRANTY; without even the implied warranty of
// At the termination of the contract, the software and all copies of this // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// software must be deleted. // 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 : Handle_SMESHDS_DataMapNodeOfDataMapOfIntegerMesh.hxx
// Module : SMESH
#ifndef _Handle_SMESHDS_DataMapNodeOfDataMapOfIntegerMesh_HeaderFile #ifndef _Handle_SMESHDS_DataMapNodeOfDataMapOfIntegerMesh_HeaderFile
#define _Handle_SMESHDS_DataMapNodeOfDataMapOfIntegerMesh_HeaderFile #define _Handle_SMESHDS_DataMapNodeOfDataMapOfIntegerMesh_HeaderFile

View File

@ -1,17 +1,28 @@
// File generated by CPPExt (Transient) // SMESH SMESHDS : management of mesh data and SMESH document
// //
// Copyright (C) 1991,1995 by // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// MATRA DATAVISION, FRANCE //
// // This library is free software; you can redistribute it and/or
// This software is furnished in accordance with the terms and conditions // modify it under the terms of the GNU Lesser General Public
// of the contract and with the inclusion of the above copyright notice. // License as published by the Free Software Foundation; either
// This software or any other copy thereof may not be provided or otherwise // version 2.1 of the License.
// be made available to any other person. No title to an ownership of the //
// software is hereby transferred. // This library is distributed in the hope that it will be useful,
// // but WITHOUT ANY WARRANTY; without even the implied warranty of
// At the termination of the contract, the software and all copies of this // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// software must be deleted. // 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 : Handle_SMESHDS_DataMapNodeOfDataMapOfIntegerPtrHypothesis.hxx
// Module : SMESH
#ifndef _Handle_SMESHDS_DataMapNodeOfDataMapOfIntegerPtrHypothesis_HeaderFile #ifndef _Handle_SMESHDS_DataMapNodeOfDataMapOfIntegerPtrHypothesis_HeaderFile
#define _Handle_SMESHDS_DataMapNodeOfDataMapOfIntegerPtrHypothesis_HeaderFile #define _Handle_SMESHDS_DataMapNodeOfDataMapOfIntegerPtrHypothesis_HeaderFile

View File

@ -1,17 +1,28 @@
// File generated by CPPExt (Transient) // SMESH SMESHDS : management of mesh data and SMESH document
// //
// Copyright (C) 1991,1995 by // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// MATRA DATAVISION, FRANCE //
// // This library is free software; you can redistribute it and/or
// This software is furnished in accordance with the terms and conditions // modify it under the terms of the GNU Lesser General Public
// of the contract and with the inclusion of the above copyright notice. // License as published by the Free Software Foundation; either
// This software or any other copy thereof may not be provided or otherwise // version 2.1 of the License.
// be made available to any other person. No title to an ownership of the //
// software is hereby transferred. // This library is distributed in the hope that it will be useful,
// // but WITHOUT ANY WARRANTY; without even the implied warranty of
// At the termination of the contract, the software and all copies of this // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// software must be deleted. // 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 : Handle_SMESHDS_DataMapNodeOfDataMapOfIntegerSubMesh.hxx
// Module : SMESH
#ifndef _Handle_SMESHDS_DataMapNodeOfDataMapOfIntegerSubMesh_HeaderFile #ifndef _Handle_SMESHDS_DataMapNodeOfDataMapOfIntegerSubMesh_HeaderFile
#define _Handle_SMESHDS_DataMapNodeOfDataMapOfIntegerSubMesh_HeaderFile #define _Handle_SMESHDS_DataMapNodeOfDataMapOfIntegerSubMesh_HeaderFile

View File

@ -1,17 +1,28 @@
// File generated by CPPExt (Transient) // SMESH SMESHDS : management of mesh data and SMESH document
// //
// Copyright (C) 1991,1995 by // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// MATRA DATAVISION, FRANCE //
// // This library is free software; you can redistribute it and/or
// This software is furnished in accordance with the terms and conditions // modify it under the terms of the GNU Lesser General Public
// of the contract and with the inclusion of the above copyright notice. // License as published by the Free Software Foundation; either
// This software or any other copy thereof may not be provided or otherwise // version 2.1 of the License.
// be made available to any other person. No title to an ownership of the //
// software is hereby transferred. // This library is distributed in the hope that it will be useful,
// // but WITHOUT ANY WARRANTY; without even the implied warranty of
// At the termination of the contract, the software and all copies of this // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// software must be deleted. // 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 : Handle_SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis.hxx
// Module : SMESH
#ifndef _Handle_SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis_HeaderFile #ifndef _Handle_SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis_HeaderFile
#define _Handle_SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis_HeaderFile #define _Handle_SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis_HeaderFile

View File

@ -1,17 +1,28 @@
// File generated by CPPExt (Transient) // SMESH SMESHDS : management of mesh data and SMESH document
// //
// Copyright (C) 1991,1995 by // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// MATRA DATAVISION, FRANCE //
// // This library is free software; you can redistribute it and/or
// This software is furnished in accordance with the terms and conditions // modify it under the terms of the GNU Lesser General Public
// of the contract and with the inclusion of the above copyright notice. // License as published by the Free Software Foundation; either
// This software or any other copy thereof may not be provided or otherwise // version 2.1 of the License.
// be made available to any other person. No title to an ownership of the //
// software is hereby transferred. // This library is distributed in the hope that it will be useful,
// // but WITHOUT ANY WARRANTY; without even the implied warranty of
// At the termination of the contract, the software and all copies of this // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// software must be deleted. // 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 : Handle_SMESHDS_DataMapNodeOfDataMapOfShapeSubMesh.hxx
// Module : SMESH
#ifndef _Handle_SMESHDS_DataMapNodeOfDataMapOfShapeSubMesh_HeaderFile #ifndef _Handle_SMESHDS_DataMapNodeOfDataMapOfShapeSubMesh_HeaderFile
#define _Handle_SMESHDS_DataMapNodeOfDataMapOfShapeSubMesh_HeaderFile #define _Handle_SMESHDS_DataMapNodeOfDataMapOfShapeSubMesh_HeaderFile

View File

@ -1,17 +1,28 @@
// File generated by CPPExt (Transient) // SMESH SMESHDS : management of mesh data and SMESH document
// //
// Copyright (C) 1991,1995 by // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// MATRA DATAVISION, FRANCE //
// // This library is free software; you can redistribute it and/or
// This software is furnished in accordance with the terms and conditions // modify it under the terms of the GNU Lesser General Public
// of the contract and with the inclusion of the above copyright notice. // License as published by the Free Software Foundation; either
// This software or any other copy thereof may not be provided or otherwise // version 2.1 of the License.
// be made available to any other person. No title to an ownership of the //
// software is hereby transferred. // This library is distributed in the hope that it will be useful,
// // but WITHOUT ANY WARRANTY; without even the implied warranty of
// At the termination of the contract, the software and all copies of this // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// software must be deleted. // 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 : Handle_SMESHDS_Document.hxx
// Module : SMESH
#ifndef _Handle_SMESHDS_Document_HeaderFile #ifndef _Handle_SMESHDS_Document_HeaderFile
#define _Handle_SMESHDS_Document_HeaderFile #define _Handle_SMESHDS_Document_HeaderFile

View File

@ -1,17 +1,28 @@
// File generated by CPPExt (Transient) // SMESH SMESHDS : management of mesh data and SMESH document
// //
// Copyright (C) 1991,1995 by // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// MATRA DATAVISION, FRANCE //
// // This library is free software; you can redistribute it and/or
// This software is furnished in accordance with the terms and conditions // modify it under the terms of the GNU Lesser General Public
// of the contract and with the inclusion of the above copyright notice. // License as published by the Free Software Foundation; either
// This software or any other copy thereof may not be provided or otherwise // version 2.1 of the License.
// be made available to any other person. No title to an ownership of the //
// software is hereby transferred. // This library is distributed in the hope that it will be useful,
// // but WITHOUT ANY WARRANTY; without even the implied warranty of
// At the termination of the contract, the software and all copies of this // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// software must be deleted. // 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 : Handle_SMESHDS_ListNodeOfListOfAsciiString.hxx
// Module : SMESH
#ifndef _Handle_SMESHDS_ListNodeOfListOfAsciiString_HeaderFile #ifndef _Handle_SMESHDS_ListNodeOfListOfAsciiString_HeaderFile
#define _Handle_SMESHDS_ListNodeOfListOfAsciiString_HeaderFile #define _Handle_SMESHDS_ListNodeOfListOfAsciiString_HeaderFile

View File

@ -1,17 +1,28 @@
// File generated by CPPExt (Transient) // SMESH SMESHDS : management of mesh data and SMESH document
// //
// Copyright (C) 1991,1995 by // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// MATRA DATAVISION, FRANCE //
// // This library is free software; you can redistribute it and/or
// This software is furnished in accordance with the terms and conditions // modify it under the terms of the GNU Lesser General Public
// of the contract and with the inclusion of the above copyright notice. // License as published by the Free Software Foundation; either
// This software or any other copy thereof may not be provided or otherwise // version 2.1 of the License.
// be made available to any other person. No title to an ownership of the //
// software is hereby transferred. // This library is distributed in the hope that it will be useful,
// // but WITHOUT ANY WARRANTY; without even the implied warranty of
// At the termination of the contract, the software and all copies of this // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// software must be deleted. // 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 : Handle_SMESHDS_ListNodeOfListOfCommand.hxx
// Module : SMESH
#ifndef _Handle_SMESHDS_ListNodeOfListOfCommand_HeaderFile #ifndef _Handle_SMESHDS_ListNodeOfListOfCommand_HeaderFile
#define _Handle_SMESHDS_ListNodeOfListOfCommand_HeaderFile #define _Handle_SMESHDS_ListNodeOfListOfCommand_HeaderFile

View File

@ -1,17 +1,28 @@
// File generated by CPPExt (Transient) // SMESH SMESHDS : management of mesh data and SMESH document
// //
// Copyright (C) 1991,1995 by // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// MATRA DATAVISION, FRANCE //
// // This library is free software; you can redistribute it and/or
// This software is furnished in accordance with the terms and conditions // modify it under the terms of the GNU Lesser General Public
// of the contract and with the inclusion of the above copyright notice. // License as published by the Free Software Foundation; either
// This software or any other copy thereof may not be provided or otherwise // version 2.1 of the License.
// be made available to any other person. No title to an ownership of the //
// software is hereby transferred. // This library is distributed in the hope that it will be useful,
// // but WITHOUT ANY WARRANTY; without even the implied warranty of
// At the termination of the contract, the software and all copies of this // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// software must be deleted. // 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 : Handle_SMESHDS_ListNodeOfListOfPtrHypothesis.hxx
// Module : SMESH
#ifndef _Handle_SMESHDS_ListNodeOfListOfPtrHypothesis_HeaderFile #ifndef _Handle_SMESHDS_ListNodeOfListOfPtrHypothesis_HeaderFile
#define _Handle_SMESHDS_ListNodeOfListOfPtrHypothesis_HeaderFile #define _Handle_SMESHDS_ListNodeOfListOfPtrHypothesis_HeaderFile

View File

@ -1,17 +1,28 @@
// File generated by CPPExt (Transient) // SMESH SMESHDS : management of mesh data and SMESH document
// //
// Copyright (C) 1991,1995 by // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// MATRA DATAVISION, FRANCE //
// // This library is free software; you can redistribute it and/or
// This software is furnished in accordance with the terms and conditions // modify it under the terms of the GNU Lesser General Public
// of the contract and with the inclusion of the above copyright notice. // License as published by the Free Software Foundation; either
// This software or any other copy thereof may not be provided or otherwise // version 2.1 of the License.
// be made available to any other person. No title to an ownership of the //
// software is hereby transferred. // This library is distributed in the hope that it will be useful,
// // but WITHOUT ANY WARRANTY; without even the implied warranty of
// At the termination of the contract, the software and all copies of this // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// software must be deleted. // 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 : Handle_SMESHDS_Mesh.hxx
// Module : SMESH
#ifndef _Handle_SMESHDS_Mesh_HeaderFile #ifndef _Handle_SMESHDS_Mesh_HeaderFile
#define _Handle_SMESHDS_Mesh_HeaderFile #define _Handle_SMESHDS_Mesh_HeaderFile

View File

@ -1,17 +1,28 @@
// File generated by CPPExt (Transient) // SMESH SMESHDS : management of mesh data and SMESH document
// //
// Copyright (C) 1991,1995 by // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// MATRA DATAVISION, FRANCE //
// // This library is free software; you can redistribute it and/or
// This software is furnished in accordance with the terms and conditions // modify it under the terms of the GNU Lesser General Public
// of the contract and with the inclusion of the above copyright notice. // License as published by the Free Software Foundation; either
// This software or any other copy thereof may not be provided or otherwise // version 2.1 of the License.
// be made available to any other person. No title to an ownership of the //
// software is hereby transferred. // This library is distributed in the hope that it will be useful,
// // but WITHOUT ANY WARRANTY; without even the implied warranty of
// At the termination of the contract, the software and all copies of this // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// software must be deleted. // 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 : Handle_SMESHDS_Script.hxx
// Module : SMESH
#ifndef _Handle_SMESHDS_Script_HeaderFile #ifndef _Handle_SMESHDS_Script_HeaderFile
#define _Handle_SMESHDS_Script_HeaderFile #define _Handle_SMESHDS_Script_HeaderFile

View File

@ -1,17 +1,28 @@
// File generated by CPPExt (Transient) // SMESH SMESHDS : management of mesh data and SMESH document
// //
// Copyright (C) 1991,1995 by // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// MATRA DATAVISION, FRANCE //
// // This library is free software; you can redistribute it and/or
// This software is furnished in accordance with the terms and conditions // modify it under the terms of the GNU Lesser General Public
// of the contract and with the inclusion of the above copyright notice. // License as published by the Free Software Foundation; either
// This software or any other copy thereof may not be provided or otherwise // version 2.1 of the License.
// be made available to any other person. No title to an ownership of the //
// software is hereby transferred. // This library is distributed in the hope that it will be useful,
// // but WITHOUT ANY WARRANTY; without even the implied warranty of
// At the termination of the contract, the software and all copies of this // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// software must be deleted. // 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 : Handle_SMESHDS_SubMesh.hxx
// Module : SMESH
#ifndef _Handle_SMESHDS_SubMesh_HeaderFile #ifndef _Handle_SMESHDS_SubMesh_HeaderFile
#define _Handle_SMESHDS_SubMesh_HeaderFile #define _Handle_SMESHDS_SubMesh_HeaderFile

View File

@ -1,10 +1,30 @@
# -* Makefile *- # SMESH SMESHDS : management of mesh data and SMESH document
# #
# Author : Patrick GOLDBRONN (CEA) # Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
# Date : 29/06/2001 # 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 : Makefile.in
# Author : Patrick GOLDBRONN (CEA)
# Module : SMESH
# source path
top_srcdir=@top_srcdir@ top_srcdir=@top_srcdir@
top_builddir=../.. top_builddir=../..
srcdir=@srcdir@ srcdir=@srcdir@
@ -108,6 +128,7 @@ CPPFLAGS += $(OCC_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
CXXFLAGS += $(OCC_CXXFLAGS) -I${KERNEL_ROOT_DIR}/include/salome CXXFLAGS += $(OCC_CXXFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
LDFLAGS += $(OCC_LIBS) LDFLAGS += $(OCC_LIBS)
# additional file to be cleaned # additional file to be cleaned
MOSTLYCLEAN = MOSTLYCLEAN =
CLEAN = CLEAN =

View File

@ -1,9 +1,29 @@
-- File : SMESHDS.cdl -- SMESH SMESHDS : management of mesh data and SMESH document
-- Created : --
-- Author : Yves FRICAUD, OCC -- Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-- Project : SALOME -- CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-- Copyright : OCC --
-- 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 : SMESHDS.cdl
-- Author : Yves FRICAUD, OCC
-- Module : SMESH
package SMESHDS package SMESHDS

View File

@ -1,8 +1,29 @@
-- File : SMESHDS_Script.cdl -- SMESH SMESHDS : management of mesh data and SMESH document
-- Created : --
-- Author : Yves FRICAUD, OCC -- Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-- Project : SALOME -- CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-- Copyright : OCC --
-- 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 : SMESHDS_Script.cdl
-- Author : Yves FRICAUD, OCC
-- Module : SMESH
class Command from SMESHDS inherits TShared from MMgt class Command from SMESHDS inherits TShared from MMgt

View File

@ -1,13 +1,32 @@
using namespace std; // SMESH SMESHDS : management of mesh data and SMESH document
//============================================================================= //
// File : SMESH_Command.cxx // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Created : // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Author : Yves FRICAUD, OCC //
// Project : SALOME // This library is free software; you can redistribute it and/or
// Copyright : OCC 2002 // modify it under the terms of the GNU Lesser General Public
// $Header: // 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_Command.cxx
// Author : Yves FRICAUD, OCC
// Module : SMESH
// $Header:
using namespace std;
#include "SMESHDS_Command.ixx" #include "SMESHDS_Command.ixx"
#include "SMESHDS_CommandType.hxx" #include "SMESHDS_CommandType.hxx"
#include "utilities.h" #include "utilities.h"

View File

@ -1,18 +1,29 @@
// File generated by CPPExt (Transient) // SMESH SMESHDS : management of mesh data and SMESH document
// //
// Copyright (C) 1991,1995 by // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// MATRA DATAVISION, FRANCE //
// // This library is free software; you can redistribute it and/or
// This software is furnished in accordance with the terms and conditions // modify it under the terms of the GNU Lesser General Public
// of the contract and with the inclusion of the above copyright notice. // License as published by the Free Software Foundation; either
// This software or any other copy thereof may not be provided or otherwise // version 2.1 of the License.
// be made available to any other person. No title to an ownership of the //
// software is hereby transferred. // This library is distributed in the hope that it will be useful,
// // but WITHOUT ANY WARRANTY; without even the implied warranty of
// At the termination of the contract, the software and all copies of this // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// software must be deleted. // 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 : SMESHDS_Command.hxx
// Module : SMESH
#ifndef _SMESHDS_Command_HeaderFile #ifndef _SMESHDS_Command_HeaderFile
#define _SMESHDS_Command_HeaderFile #define _SMESHDS_Command_HeaderFile

View File

@ -1,17 +1,29 @@
// File generated by CPPExt (Transient) // SMESH SMESHDS : management of mesh data and SMESH document
// Copyright (C) 1991,1995 by
//
// MATRA DATAVISION, FRANCE
//
// This software is furnished in accordance with the terms and conditions
// of the contract and with the inclusion of the above copyright notice.
// This software or any other copy thereof may not be provided or otherwise
// be made available to any other person. No title to an ownership of the
// software is hereby transferred.
//
// At the termination of the contract, the software and all copies of this
// software must be deleted.
// //
// 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 : SMESHDS_Command.ixx
// Module : SMESH
#include "SMESHDS_Command.jxx" #include "SMESHDS_Command.jxx"
#ifndef _Standard_TypeMismatch_HeaderFile #ifndef _Standard_TypeMismatch_HeaderFile

View File

@ -1,3 +1,29 @@
// SMESH SMESHDS : management of mesh data and SMESH document
//
// 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 : SMESHDS_Command.jxx
// Module : SMESH
#ifndef _TColStd_ListOfInteger_HeaderFile #ifndef _TColStd_ListOfInteger_HeaderFile
#include <TColStd_ListOfInteger.hxx> #include <TColStd_ListOfInteger.hxx>
#endif #endif

View File

@ -1,17 +1,29 @@
// File generated by CPPExt (Enum) // SMESH SMESHDS : management of mesh data and SMESH document
// Copyright (C) 1991,1995 by
//
// MATRA DATAVISION, FRANCE
//
// This software is furnished in accordance with the terms and conditions
// of the contract and with the inclusion of the above copyright notice.
// This software or any other copy thereof may not be provided or otherwise
// be made available to any other person. No title to an ownership of the
// software is hereby transferred.
//
// At the termination of the contract, the software and all copies of this
// software must be deleted.
// //
// 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 : SMESHDS_CommandType.hxx
// Module : SMESH
#ifndef _SMESHDS_CommandType_HeaderFile #ifndef _SMESHDS_CommandType_HeaderFile
#define _SMESHDS_CommandType_HeaderFile #define _SMESHDS_CommandType_HeaderFile

View File

@ -1,16 +1,28 @@
// File generated by CPPExt (Value) // SMESH SMESHDS : management of mesh data and SMESH document
// Copyright (C) 1991,1995 by //
// // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// MATRA DATAVISION, FRANCE // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// //
// This software is furnished in accordance with the terms and conditions // This library is free software; you can redistribute it and/or
// of the contract and with the inclusion of the above copyright notice. // modify it under the terms of the GNU Lesser General Public
// This software or any other copy thereof may not be provided or otherwise // License as published by the Free Software Foundation; either
// be made available to any other person. No title to an ownership of the // version 2.1 of the License.
// software is hereby transferred. //
// // This library is distributed in the hope that it will be useful,
// At the termination of the contract, the software and all copies of this // but WITHOUT ANY WARRANTY; without even the implied warranty of
// software must be deleted. // 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 : SMESHDS_DataMapIteratorOfDataMapOfIntegerMesh.hxx
// Module : SMESH
#ifndef _SMESHDS_DataMapIteratorOfDataMapOfIntegerMesh_HeaderFile #ifndef _SMESHDS_DataMapIteratorOfDataMapOfIntegerMesh_HeaderFile
#define _SMESHDS_DataMapIteratorOfDataMapOfIntegerMesh_HeaderFile #define _SMESHDS_DataMapIteratorOfDataMapOfIntegerMesh_HeaderFile

View File

@ -1,18 +1,30 @@
using namespace std; // SMESH SMESHDS : management of mesh data and SMESH document
// File generated by CPPExt (Value)
// Copyright (C) 1991,1995 by
//
// MATRA DATAVISION, FRANCE
//
// This software is furnished in accordance with the terms and conditions
// of the contract and with the inclusion of the above copyright notice.
// This software or any other copy thereof may not be provided or otherwise
// be made available to any other person. No title to an ownership of the
// software is hereby transferred.
//
// At the termination of the contract, the software and all copies of this
// software must be deleted.
// //
// 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 : SMESHDS_DataMapIteratorOfDataMapOfIntegerMesh_0.cxx
// Module : SMESH
using namespace std;
#include "SMESHDS_DataMapIteratorOfDataMapOfIntegerMesh.hxx" #include "SMESHDS_DataMapIteratorOfDataMapOfIntegerMesh.hxx"
#ifndef _Standard_NoSuchObject_HeaderFile #ifndef _Standard_NoSuchObject_HeaderFile

View File

@ -1,16 +1,28 @@
// File generated by CPPExt (Value) // SMESH SMESHDS : management of mesh data and SMESH document
// Copyright (C) 1991,1995 by //
// // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// MATRA DATAVISION, FRANCE // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// //
// This software is furnished in accordance with the terms and conditions // This library is free software; you can redistribute it and/or
// of the contract and with the inclusion of the above copyright notice. // modify it under the terms of the GNU Lesser General Public
// This software or any other copy thereof may not be provided or otherwise // License as published by the Free Software Foundation; either
// be made available to any other person. No title to an ownership of the // version 2.1 of the License.
// software is hereby transferred. //
// // This library is distributed in the hope that it will be useful,
// At the termination of the contract, the software and all copies of this // but WITHOUT ANY WARRANTY; without even the implied warranty of
// software must be deleted. // 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 : SMESHDS_DataMapIteratorOfDataMapOfIntegerPtrHypothesis.hxx
// Module : SMESH
#ifndef _SMESHDS_DataMapIteratorOfDataMapOfIntegerPtrHypothesis_HeaderFile #ifndef _SMESHDS_DataMapIteratorOfDataMapOfIntegerPtrHypothesis_HeaderFile
#define _SMESHDS_DataMapIteratorOfDataMapOfIntegerPtrHypothesis_HeaderFile #define _SMESHDS_DataMapIteratorOfDataMapOfIntegerPtrHypothesis_HeaderFile

View File

@ -1,18 +1,30 @@
using namespace std; // SMESH SMESHDS : management of mesh data and SMESH document
// File generated by CPPExt (Value)
// Copyright (C) 1991,1995 by
//
// MATRA DATAVISION, FRANCE
//
// This software is furnished in accordance with the terms and conditions
// of the contract and with the inclusion of the above copyright notice.
// This software or any other copy thereof may not be provided or otherwise
// be made available to any other person. No title to an ownership of the
// software is hereby transferred.
//
// At the termination of the contract, the software and all copies of this
// software must be deleted.
// //
// 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 : SMESHDS_DataMapIteratorOfDataMapOfIntegerPtrHypothesis_0.cxx
// Module : SMESH
using namespace std;
#include "SMESHDS_DataMapIteratorOfDataMapOfIntegerPtrHypothesis.hxx" #include "SMESHDS_DataMapIteratorOfDataMapOfIntegerPtrHypothesis.hxx"
#ifndef _Standard_NoSuchObject_HeaderFile #ifndef _Standard_NoSuchObject_HeaderFile

View File

@ -1,16 +1,28 @@
// File generated by CPPExt (Value) // SMESH SMESHDS : management of mesh data and SMESH document
// Copyright (C) 1991,1995 by //
// // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// MATRA DATAVISION, FRANCE // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// //
// This software is furnished in accordance with the terms and conditions // This library is free software; you can redistribute it and/or
// of the contract and with the inclusion of the above copyright notice. // modify it under the terms of the GNU Lesser General Public
// This software or any other copy thereof may not be provided or otherwise // License as published by the Free Software Foundation; either
// be made available to any other person. No title to an ownership of the // version 2.1 of the License.
// software is hereby transferred. //
// // This library is distributed in the hope that it will be useful,
// At the termination of the contract, the software and all copies of this // but WITHOUT ANY WARRANTY; without even the implied warranty of
// software must be deleted. // 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 : SMESHDS_DataMapIteratorOfDataMapOfIntegerSubMesh.hxx
// Module : SMESH
#ifndef _SMESHDS_DataMapIteratorOfDataMapOfIntegerSubMesh_HeaderFile #ifndef _SMESHDS_DataMapIteratorOfDataMapOfIntegerSubMesh_HeaderFile
#define _SMESHDS_DataMapIteratorOfDataMapOfIntegerSubMesh_HeaderFile #define _SMESHDS_DataMapIteratorOfDataMapOfIntegerSubMesh_HeaderFile

View File

@ -1,18 +1,30 @@
using namespace std; // SMESH SMESHDS : management of mesh data and SMESH document
// File generated by CPPExt (Value)
// Copyright (C) 1991,1995 by
//
// MATRA DATAVISION, FRANCE
//
// This software is furnished in accordance with the terms and conditions
// of the contract and with the inclusion of the above copyright notice.
// This software or any other copy thereof may not be provided or otherwise
// be made available to any other person. No title to an ownership of the
// software is hereby transferred.
//
// At the termination of the contract, the software and all copies of this
// software must be deleted.
// //
// 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 : SMESHDS_DataMapIteratorOfDataMapOfIntegerSubMesh_0.cxx
// Module : SMESH
using namespace std;
#include "SMESHDS_DataMapIteratorOfDataMapOfIntegerSubMesh.hxx" #include "SMESHDS_DataMapIteratorOfDataMapOfIntegerSubMesh.hxx"
#ifndef _Standard_NoSuchObject_HeaderFile #ifndef _Standard_NoSuchObject_HeaderFile

View File

@ -1,16 +1,28 @@
// File generated by CPPExt (Value) // SMESH SMESHDS : management of mesh data and SMESH document
// Copyright (C) 1991,1995 by //
// // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// MATRA DATAVISION, FRANCE // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// //
// This software is furnished in accordance with the terms and conditions // This library is free software; you can redistribute it and/or
// of the contract and with the inclusion of the above copyright notice. // modify it under the terms of the GNU Lesser General Public
// This software or any other copy thereof may not be provided or otherwise // License as published by the Free Software Foundation; either
// be made available to any other person. No title to an ownership of the // version 2.1 of the License.
// software is hereby transferred. //
// // This library is distributed in the hope that it will be useful,
// At the termination of the contract, the software and all copies of this // but WITHOUT ANY WARRANTY; without even the implied warranty of
// software must be deleted. // 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 : SMESHDS_DataMapIteratorOfDataMapOfShapeListOfPtrHypothesis.hxx
// Module : SMESH
#ifndef _SMESHDS_DataMapIteratorOfDataMapOfShapeListOfPtrHypothesis_HeaderFile #ifndef _SMESHDS_DataMapIteratorOfDataMapOfShapeListOfPtrHypothesis_HeaderFile
#define _SMESHDS_DataMapIteratorOfDataMapOfShapeListOfPtrHypothesis_HeaderFile #define _SMESHDS_DataMapIteratorOfDataMapOfShapeListOfPtrHypothesis_HeaderFile

View File

@ -1,18 +1,30 @@
using namespace std; // SMESH SMESHDS : management of mesh data and SMESH document
// File generated by CPPExt (Value)
// Copyright (C) 1991,1995 by
//
// MATRA DATAVISION, FRANCE
//
// This software is furnished in accordance with the terms and conditions
// of the contract and with the inclusion of the above copyright notice.
// This software or any other copy thereof may not be provided or otherwise
// be made available to any other person. No title to an ownership of the
// software is hereby transferred.
//
// At the termination of the contract, the software and all copies of this
// software must be deleted.
// //
// 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 : SMESHDS_DataMapIteratorOfDataMapOfShapeListOfPtrHypothesis_0.cxx
// Module : SMESH
using namespace std;
#include "SMESHDS_DataMapIteratorOfDataMapOfShapeListOfPtrHypothesis.hxx" #include "SMESHDS_DataMapIteratorOfDataMapOfShapeListOfPtrHypothesis.hxx"
#ifndef _Standard_NoSuchObject_HeaderFile #ifndef _Standard_NoSuchObject_HeaderFile

View File

@ -1,16 +1,28 @@
// File generated by CPPExt (Value) // SMESH SMESHDS : management of mesh data and SMESH document
// Copyright (C) 1991,1995 by //
// // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// MATRA DATAVISION, FRANCE // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// //
// This software is furnished in accordance with the terms and conditions // This library is free software; you can redistribute it and/or
// of the contract and with the inclusion of the above copyright notice. // modify it under the terms of the GNU Lesser General Public
// This software or any other copy thereof may not be provided or otherwise // License as published by the Free Software Foundation; either
// be made available to any other person. No title to an ownership of the // version 2.1 of the License.
// software is hereby transferred. //
// // This library is distributed in the hope that it will be useful,
// At the termination of the contract, the software and all copies of this // but WITHOUT ANY WARRANTY; without even the implied warranty of
// software must be deleted. // 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 : SMESHDS_DataMapIteratorOfDataMapOfShapeSubMesh.hxx
// Module : SMESH
#ifndef _SMESHDS_DataMapIteratorOfDataMapOfShapeSubMesh_HeaderFile #ifndef _SMESHDS_DataMapIteratorOfDataMapOfShapeSubMesh_HeaderFile
#define _SMESHDS_DataMapIteratorOfDataMapOfShapeSubMesh_HeaderFile #define _SMESHDS_DataMapIteratorOfDataMapOfShapeSubMesh_HeaderFile

View File

@ -1,18 +1,30 @@
using namespace std; // SMESH SMESHDS : management of mesh data and SMESH document
// File generated by CPPExt (Value)
// Copyright (C) 1991,1995 by
//
// MATRA DATAVISION, FRANCE
//
// This software is furnished in accordance with the terms and conditions
// of the contract and with the inclusion of the above copyright notice.
// This software or any other copy thereof may not be provided or otherwise
// be made available to any other person. No title to an ownership of the
// software is hereby transferred.
//
// At the termination of the contract, the software and all copies of this
// software must be deleted.
// //
// 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 : SMESHDS_DataMapIteratorOfDataMapOfShapeSubMesh_0.cxx
// Module : SMESH
using namespace std;
#include "SMESHDS_DataMapIteratorOfDataMapOfShapeSubMesh.hxx" #include "SMESHDS_DataMapIteratorOfDataMapOfShapeSubMesh.hxx"
#ifndef _Standard_NoSuchObject_HeaderFile #ifndef _Standard_NoSuchObject_HeaderFile

View File

@ -1,18 +1,29 @@
// File generated by CPPExt (Transient) // SMESH SMESHDS : management of mesh data and SMESH document
// //
// Copyright (C) 1991,1995 by // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// MATRA DATAVISION, FRANCE //
// // This library is free software; you can redistribute it and/or
// This software is furnished in accordance with the terms and conditions // modify it under the terms of the GNU Lesser General Public
// of the contract and with the inclusion of the above copyright notice. // License as published by the Free Software Foundation; either
// This software or any other copy thereof may not be provided or otherwise // version 2.1 of the License.
// be made available to any other person. No title to an ownership of the //
// software is hereby transferred. // This library is distributed in the hope that it will be useful,
// // but WITHOUT ANY WARRANTY; without even the implied warranty of
// At the termination of the contract, the software and all copies of this // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// software must be deleted. // 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 : SMESHDS_DataMapNodeOfDataMapOfIntegerMesh.hxx
// Module : SMESH
#ifndef _SMESHDS_DataMapNodeOfDataMapOfIntegerMesh_HeaderFile #ifndef _SMESHDS_DataMapNodeOfDataMapOfIntegerMesh_HeaderFile
#define _SMESHDS_DataMapNodeOfDataMapOfIntegerMesh_HeaderFile #define _SMESHDS_DataMapNodeOfDataMapOfIntegerMesh_HeaderFile

View File

@ -1,18 +1,30 @@
using namespace std; // SMESH SMESHDS : management of mesh data and SMESH document
// File generated by CPPExt (Transient)
// Copyright (C) 1991,1995 by
//
// MATRA DATAVISION, FRANCE
//
// This software is furnished in accordance with the terms and conditions
// of the contract and with the inclusion of the above copyright notice.
// This software or any other copy thereof may not be provided or otherwise
// be made available to any other person. No title to an ownership of the
// software is hereby transferred.
//
// At the termination of the contract, the software and all copies of this
// software must be deleted.
// //
// 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 : SMESHDS_DataMapNodeOfDataMapOfIntegerMesh_0.cxx
// Module : SMESH
using namespace std;
#include "SMESHDS_DataMapNodeOfDataMapOfIntegerMesh.hxx" #include "SMESHDS_DataMapNodeOfDataMapOfIntegerMesh.hxx"
#ifndef _Standard_TypeMismatch_HeaderFile #ifndef _Standard_TypeMismatch_HeaderFile

View File

@ -1,18 +1,29 @@
// File generated by CPPExt (Transient) // SMESH SMESHDS : management of mesh data and SMESH document
// //
// Copyright (C) 1991,1995 by // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// MATRA DATAVISION, FRANCE //
// // This library is free software; you can redistribute it and/or
// This software is furnished in accordance with the terms and conditions // modify it under the terms of the GNU Lesser General Public
// of the contract and with the inclusion of the above copyright notice. // License as published by the Free Software Foundation; either
// This software or any other copy thereof may not be provided or otherwise // version 2.1 of the License.
// be made available to any other person. No title to an ownership of the //
// software is hereby transferred. // This library is distributed in the hope that it will be useful,
// // but WITHOUT ANY WARRANTY; without even the implied warranty of
// At the termination of the contract, the software and all copies of this // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// software must be deleted. // 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 : SMESHDS_DataMapNodeOfDataMapOfIntegerPtrHypothesis.hxx
// Module : SMESH
#ifndef _SMESHDS_DataMapNodeOfDataMapOfIntegerPtrHypothesis_HeaderFile #ifndef _SMESHDS_DataMapNodeOfDataMapOfIntegerPtrHypothesis_HeaderFile
#define _SMESHDS_DataMapNodeOfDataMapOfIntegerPtrHypothesis_HeaderFile #define _SMESHDS_DataMapNodeOfDataMapOfIntegerPtrHypothesis_HeaderFile

View File

@ -1,18 +1,30 @@
using namespace std; // SMESH SMESHDS : management of mesh data and SMESH document
// File generated by CPPExt (Transient)
// Copyright (C) 1991,1995 by
//
// MATRA DATAVISION, FRANCE
//
// This software is furnished in accordance with the terms and conditions
// of the contract and with the inclusion of the above copyright notice.
// This software or any other copy thereof may not be provided or otherwise
// be made available to any other person. No title to an ownership of the
// software is hereby transferred.
//
// At the termination of the contract, the software and all copies of this
// software must be deleted.
// //
// 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 : SMESHDS_DataMapNodeOfDataMapOfIntegerPtrHypothesis_0.cxx
// Module : SMESH
using namespace std;
#include "SMESHDS_DataMapNodeOfDataMapOfIntegerPtrHypothesis.hxx" #include "SMESHDS_DataMapNodeOfDataMapOfIntegerPtrHypothesis.hxx"
#ifndef _Standard_TypeMismatch_HeaderFile #ifndef _Standard_TypeMismatch_HeaderFile

View File

@ -1,18 +1,29 @@
// File generated by CPPExt (Transient) // SMESH SMESHDS : management of mesh data and SMESH document
// //
// Copyright (C) 1991,1995 by // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// MATRA DATAVISION, FRANCE //
// // This library is free software; you can redistribute it and/or
// This software is furnished in accordance with the terms and conditions // modify it under the terms of the GNU Lesser General Public
// of the contract and with the inclusion of the above copyright notice. // License as published by the Free Software Foundation; either
// This software or any other copy thereof may not be provided or otherwise // version 2.1 of the License.
// be made available to any other person. No title to an ownership of the //
// software is hereby transferred. // This library is distributed in the hope that it will be useful,
// // but WITHOUT ANY WARRANTY; without even the implied warranty of
// At the termination of the contract, the software and all copies of this // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// software must be deleted. // 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 : SMESHDS_DataMapNodeOfDataMapOfIntegerSubMesh.hxx
// Module : SMESH
#ifndef _SMESHDS_DataMapNodeOfDataMapOfIntegerSubMesh_HeaderFile #ifndef _SMESHDS_DataMapNodeOfDataMapOfIntegerSubMesh_HeaderFile
#define _SMESHDS_DataMapNodeOfDataMapOfIntegerSubMesh_HeaderFile #define _SMESHDS_DataMapNodeOfDataMapOfIntegerSubMesh_HeaderFile

View File

@ -1,18 +1,30 @@
using namespace std; // SMESH SMESHDS : management of mesh data and SMESH document
// File generated by CPPExt (Transient)
// Copyright (C) 1991,1995 by
//
// MATRA DATAVISION, FRANCE
//
// This software is furnished in accordance with the terms and conditions
// of the contract and with the inclusion of the above copyright notice.
// This software or any other copy thereof may not be provided or otherwise
// be made available to any other person. No title to an ownership of the
// software is hereby transferred.
//
// At the termination of the contract, the software and all copies of this
// software must be deleted.
// //
// 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 : SMESHDS_DataMapNodeOfDataMapOfIntegerSubMesh_0.cxx
// Module : SMESH
using namespace std;
#include "SMESHDS_DataMapNodeOfDataMapOfIntegerSubMesh.hxx" #include "SMESHDS_DataMapNodeOfDataMapOfIntegerSubMesh.hxx"
#ifndef _Standard_TypeMismatch_HeaderFile #ifndef _Standard_TypeMismatch_HeaderFile

View File

@ -1,18 +1,29 @@
// File generated by CPPExt (Transient) // SMESH SMESHDS : management of mesh data and SMESH document
// //
// Copyright (C) 1991,1995 by // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// MATRA DATAVISION, FRANCE //
// // This library is free software; you can redistribute it and/or
// This software is furnished in accordance with the terms and conditions // modify it under the terms of the GNU Lesser General Public
// of the contract and with the inclusion of the above copyright notice. // License as published by the Free Software Foundation; either
// This software or any other copy thereof may not be provided or otherwise // version 2.1 of the License.
// be made available to any other person. No title to an ownership of the //
// software is hereby transferred. // This library is distributed in the hope that it will be useful,
// // but WITHOUT ANY WARRANTY; without even the implied warranty of
// At the termination of the contract, the software and all copies of this // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// software must be deleted. // 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 : SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis.hxx
// Module : SMESH
#ifndef _SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis_HeaderFile #ifndef _SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis_HeaderFile
#define _SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis_HeaderFile #define _SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis_HeaderFile

View File

@ -1,18 +1,30 @@
using namespace std; // SMESH SMESHDS : management of mesh data and SMESH document
// File generated by CPPExt (Transient)
// Copyright (C) 1991,1995 by
//
// MATRA DATAVISION, FRANCE
//
// This software is furnished in accordance with the terms and conditions
// of the contract and with the inclusion of the above copyright notice.
// This software or any other copy thereof may not be provided or otherwise
// be made available to any other person. No title to an ownership of the
// software is hereby transferred.
//
// At the termination of the contract, the software and all copies of this
// software must be deleted.
// //
// 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 : SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis_0.cxx
// Module : SMESH
using namespace std;
#include "SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis.hxx" #include "SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis.hxx"
#ifndef _Standard_TypeMismatch_HeaderFile #ifndef _Standard_TypeMismatch_HeaderFile

View File

@ -1,18 +1,29 @@
// File generated by CPPExt (Transient) // SMESH SMESHDS : management of mesh data and SMESH document
// //
// Copyright (C) 1991,1995 by // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// MATRA DATAVISION, FRANCE //
// // This library is free software; you can redistribute it and/or
// This software is furnished in accordance with the terms and conditions // modify it under the terms of the GNU Lesser General Public
// of the contract and with the inclusion of the above copyright notice. // License as published by the Free Software Foundation; either
// This software or any other copy thereof may not be provided or otherwise // version 2.1 of the License.
// be made available to any other person. No title to an ownership of the //
// software is hereby transferred. // This library is distributed in the hope that it will be useful,
// // but WITHOUT ANY WARRANTY; without even the implied warranty of
// At the termination of the contract, the software and all copies of this // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// software must be deleted. // 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 : SMESHDS_DataMapNodeOfDataMapOfShapeSubMesh.hxx
// Module : SMESH
#ifndef _SMESHDS_DataMapNodeOfDataMapOfShapeSubMesh_HeaderFile #ifndef _SMESHDS_DataMapNodeOfDataMapOfShapeSubMesh_HeaderFile
#define _SMESHDS_DataMapNodeOfDataMapOfShapeSubMesh_HeaderFile #define _SMESHDS_DataMapNodeOfDataMapOfShapeSubMesh_HeaderFile

View File

@ -1,18 +1,30 @@
using namespace std; // SMESH SMESHDS : management of mesh data and SMESH document
// File generated by CPPExt (Transient)
// Copyright (C) 1991,1995 by
//
// MATRA DATAVISION, FRANCE
//
// This software is furnished in accordance with the terms and conditions
// of the contract and with the inclusion of the above copyright notice.
// This software or any other copy thereof may not be provided or otherwise
// be made available to any other person. No title to an ownership of the
// software is hereby transferred.
//
// At the termination of the contract, the software and all copies of this
// software must be deleted.
// //
// 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 : SMESHDS_DataMapNodeOfDataMapOfShapeSubMesh_0.cxx
// Module : SMESH
using namespace std;
#include "SMESHDS_DataMapNodeOfDataMapOfShapeSubMesh.hxx" #include "SMESHDS_DataMapNodeOfDataMapOfShapeSubMesh.hxx"
#ifndef _Standard_TypeMismatch_HeaderFile #ifndef _Standard_TypeMismatch_HeaderFile

View File

@ -1,16 +1,28 @@
// File generated by CPPExt (Value) // SMESH SMESHDS : management of mesh data and SMESH document
// Copyright (C) 1991,1995 by //
// // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// MATRA DATAVISION, FRANCE // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// //
// This software is furnished in accordance with the terms and conditions // This library is free software; you can redistribute it and/or
// of the contract and with the inclusion of the above copyright notice. // modify it under the terms of the GNU Lesser General Public
// This software or any other copy thereof may not be provided or otherwise // License as published by the Free Software Foundation; either
// be made available to any other person. No title to an ownership of the // version 2.1 of the License.
// software is hereby transferred. //
// // This library is distributed in the hope that it will be useful,
// At the termination of the contract, the software and all copies of this // but WITHOUT ANY WARRANTY; without even the implied warranty of
// software must be deleted. // 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 : SMESHDS_DataMapOfIntegerMesh.hxx
// Module : SMESH
#ifndef _SMESHDS_DataMapOfIntegerMesh_HeaderFile #ifndef _SMESHDS_DataMapOfIntegerMesh_HeaderFile
#define _SMESHDS_DataMapOfIntegerMesh_HeaderFile #define _SMESHDS_DataMapOfIntegerMesh_HeaderFile

View File

@ -1,18 +1,30 @@
using namespace std; // SMESH SMESHDS : management of mesh data and SMESH document
// File generated by CPPExt (Value)
// Copyright (C) 1991,1995 by
//
// MATRA DATAVISION, FRANCE
//
// This software is furnished in accordance with the terms and conditions
// of the contract and with the inclusion of the above copyright notice.
// This software or any other copy thereof may not be provided or otherwise
// be made available to any other person. No title to an ownership of the
// software is hereby transferred.
//
// At the termination of the contract, the software and all copies of this
// software must be deleted.
// //
// 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 : SMESHDS_DataMapOfIntegerMesh_0.cxx
// Module : SMESH
using namespace std;
#include "SMESHDS_DataMapOfIntegerMesh.hxx" #include "SMESHDS_DataMapOfIntegerMesh.hxx"
#ifndef _Standard_DomainError_HeaderFile #ifndef _Standard_DomainError_HeaderFile

View File

@ -1,16 +1,28 @@
// File generated by CPPExt (Value) // SMESH SMESHDS : management of mesh data and SMESH document
// Copyright (C) 1991,1995 by //
// // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// MATRA DATAVISION, FRANCE // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// //
// This software is furnished in accordance with the terms and conditions // This library is free software; you can redistribute it and/or
// of the contract and with the inclusion of the above copyright notice. // modify it under the terms of the GNU Lesser General Public
// This software or any other copy thereof may not be provided or otherwise // License as published by the Free Software Foundation; either
// be made available to any other person. No title to an ownership of the // version 2.1 of the License.
// software is hereby transferred. //
// // This library is distributed in the hope that it will be useful,
// At the termination of the contract, the software and all copies of this // but WITHOUT ANY WARRANTY; without even the implied warranty of
// software must be deleted. // 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 : SMESHDS_DataMapOfIntegerPtrHypothesis.hxx
// Module : SMESH
#ifndef _SMESHDS_DataMapOfIntegerPtrHypothesis_HeaderFile #ifndef _SMESHDS_DataMapOfIntegerPtrHypothesis_HeaderFile
#define _SMESHDS_DataMapOfIntegerPtrHypothesis_HeaderFile #define _SMESHDS_DataMapOfIntegerPtrHypothesis_HeaderFile

View File

@ -1,18 +1,30 @@
using namespace std; // SMESH SMESHDS : management of mesh data and SMESH document
// File generated by CPPExt (Value)
// Copyright (C) 1991,1995 by
//
// MATRA DATAVISION, FRANCE
//
// This software is furnished in accordance with the terms and conditions
// of the contract and with the inclusion of the above copyright notice.
// This software or any other copy thereof may not be provided or otherwise
// be made available to any other person. No title to an ownership of the
// software is hereby transferred.
//
// At the termination of the contract, the software and all copies of this
// software must be deleted.
// //
// 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 : SMESHDS_DataMapOfIntegerPtrHypothesis_0.cxx
// Module : SMESH
using namespace std;
#include "SMESHDS_DataMapOfIntegerPtrHypothesis.hxx" #include "SMESHDS_DataMapOfIntegerPtrHypothesis.hxx"
#ifndef _Standard_DomainError_HeaderFile #ifndef _Standard_DomainError_HeaderFile

View File

@ -1,16 +1,28 @@
// File generated by CPPExt (Value) // SMESH SMESHDS : management of mesh data and SMESH document
// Copyright (C) 1991,1995 by //
// // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// MATRA DATAVISION, FRANCE // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// //
// This software is furnished in accordance with the terms and conditions // This library is free software; you can redistribute it and/or
// of the contract and with the inclusion of the above copyright notice. // modify it under the terms of the GNU Lesser General Public
// This software or any other copy thereof may not be provided or otherwise // License as published by the Free Software Foundation; either
// be made available to any other person. No title to an ownership of the // version 2.1 of the License.
// software is hereby transferred. //
// // This library is distributed in the hope that it will be useful,
// At the termination of the contract, the software and all copies of this // but WITHOUT ANY WARRANTY; without even the implied warranty of
// software must be deleted. // 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 : SMESHDS_DataMapOfIntegerSubMesh.hxx
// Module : SMESH
#ifndef _SMESHDS_DataMapOfIntegerSubMesh_HeaderFile #ifndef _SMESHDS_DataMapOfIntegerSubMesh_HeaderFile
#define _SMESHDS_DataMapOfIntegerSubMesh_HeaderFile #define _SMESHDS_DataMapOfIntegerSubMesh_HeaderFile

View File

@ -1,18 +1,30 @@
using namespace std; // SMESH SMESHDS : management of mesh data and SMESH document
// File generated by CPPExt (Value)
// Copyright (C) 1991,1995 by
//
// MATRA DATAVISION, FRANCE
//
// This software is furnished in accordance with the terms and conditions
// of the contract and with the inclusion of the above copyright notice.
// This software or any other copy thereof may not be provided or otherwise
// be made available to any other person. No title to an ownership of the
// software is hereby transferred.
//
// At the termination of the contract, the software and all copies of this
// software must be deleted.
// //
// 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 : SMESHDS_DataMapOfIntegerSubMesh_0.cxx
// Module : SMESH
using namespace std;
#include "SMESHDS_DataMapOfIntegerSubMesh.hxx" #include "SMESHDS_DataMapOfIntegerSubMesh.hxx"
#ifndef _Standard_DomainError_HeaderFile #ifndef _Standard_DomainError_HeaderFile

View File

@ -1,16 +1,28 @@
// File generated by CPPExt (Value) // SMESH SMESHDS : management of mesh data and SMESH document
// Copyright (C) 1991,1995 by //
// // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// MATRA DATAVISION, FRANCE // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// //
// This software is furnished in accordance with the terms and conditions // This library is free software; you can redistribute it and/or
// of the contract and with the inclusion of the above copyright notice. // modify it under the terms of the GNU Lesser General Public
// This software or any other copy thereof may not be provided or otherwise // License as published by the Free Software Foundation; either
// be made available to any other person. No title to an ownership of the // version 2.1 of the License.
// software is hereby transferred. //
// // This library is distributed in the hope that it will be useful,
// At the termination of the contract, the software and all copies of this // but WITHOUT ANY WARRANTY; without even the implied warranty of
// software must be deleted. // 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 : SMESHDS_DataMapOfShapeListOfPtrHypothesis.hxx
// Module : SMESH
#ifndef _SMESHDS_DataMapOfShapeListOfPtrHypothesis_HeaderFile #ifndef _SMESHDS_DataMapOfShapeListOfPtrHypothesis_HeaderFile
#define _SMESHDS_DataMapOfShapeListOfPtrHypothesis_HeaderFile #define _SMESHDS_DataMapOfShapeListOfPtrHypothesis_HeaderFile

View File

@ -1,18 +1,30 @@
using namespace std; // SMESH SMESHDS : management of mesh data and SMESH document
// File generated by CPPExt (Value)
// Copyright (C) 1991,1995 by
//
// MATRA DATAVISION, FRANCE
//
// This software is furnished in accordance with the terms and conditions
// of the contract and with the inclusion of the above copyright notice.
// This software or any other copy thereof may not be provided or otherwise
// be made available to any other person. No title to an ownership of the
// software is hereby transferred.
//
// At the termination of the contract, the software and all copies of this
// software must be deleted.
// //
// 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 : SMESHDS_DataMapOfShapeListOfPtrHypothesis_0.cxx
// Module : SMESH
using namespace std;
#include "SMESHDS_DataMapOfShapeListOfPtrHypothesis.hxx" #include "SMESHDS_DataMapOfShapeListOfPtrHypothesis.hxx"
#ifndef _Standard_DomainError_HeaderFile #ifndef _Standard_DomainError_HeaderFile

View File

@ -1,16 +1,28 @@
// File generated by CPPExt (Value) // SMESH SMESHDS : management of mesh data and SMESH document
// Copyright (C) 1991,1995 by //
// // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// MATRA DATAVISION, FRANCE // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// //
// This software is furnished in accordance with the terms and conditions // This library is free software; you can redistribute it and/or
// of the contract and with the inclusion of the above copyright notice. // modify it under the terms of the GNU Lesser General Public
// This software or any other copy thereof may not be provided or otherwise // License as published by the Free Software Foundation; either
// be made available to any other person. No title to an ownership of the // version 2.1 of the License.
// software is hereby transferred. //
// // This library is distributed in the hope that it will be useful,
// At the termination of the contract, the software and all copies of this // but WITHOUT ANY WARRANTY; without even the implied warranty of
// software must be deleted. // 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 : SMESHDS_DataMapOfShapeSubMesh.hxx
// Module : SMESH
#ifndef _SMESHDS_DataMapOfShapeSubMesh_HeaderFile #ifndef _SMESHDS_DataMapOfShapeSubMesh_HeaderFile
#define _SMESHDS_DataMapOfShapeSubMesh_HeaderFile #define _SMESHDS_DataMapOfShapeSubMesh_HeaderFile

View File

@ -1,18 +1,30 @@
using namespace std; // SMESH SMESHDS : management of mesh data and SMESH document
// File generated by CPPExt (Value)
// Copyright (C) 1991,1995 by
//
// MATRA DATAVISION, FRANCE
//
// This software is furnished in accordance with the terms and conditions
// of the contract and with the inclusion of the above copyright notice.
// This software or any other copy thereof may not be provided or otherwise
// be made available to any other person. No title to an ownership of the
// software is hereby transferred.
//
// At the termination of the contract, the software and all copies of this
// software must be deleted.
// //
// 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 : SMESHDS_DataMapOfShapeSubMesh_0.cxx
// Module : SMESH
using namespace std;
#include "SMESHDS_DataMapOfShapeSubMesh.hxx" #include "SMESHDS_DataMapOfShapeSubMesh.hxx"
#ifndef _Standard_DomainError_HeaderFile #ifndef _Standard_DomainError_HeaderFile

View File

@ -1,8 +1,29 @@
-- File : SMESHDS_Document.cdl -- SMESH SMESHDS : management of mesh data and SMESH document
-- Created : --
-- Author : Yves FRICAUD, OCC -- Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-- Project : SALOME -- CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-- Copyright : OCC --
-- 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 : SMESHDS_Document.cdl
-- Author : Yves FRICAUD, OCC
-- Module : SMESH
class Document from SMESHDS inherits TShared from MMgt class Document from SMESHDS inherits TShared from MMgt

View File

@ -1,13 +1,32 @@
using namespace std; // SMESH SMESHDS : management of mesh data and SMESH document
//============================================================================= //
// File : SMESHDS_Document.cxx // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Created : // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Author : Yves FRICAUD, OCC //
// Project : SALOME // This library is free software; you can redistribute it and/or
// Copyright : OCC 2002 // modify it under the terms of the GNU Lesser General Public
// $Header: // 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 : SMESHDS_Document.cxx
// Author : Yves FRICAUD, OCC
// Module : SMESH
// $Header:
using namespace std;
#include "SMESHDS_Document.ixx" #include "SMESHDS_Document.ixx"
#include "SMESHDS_Hypothesis.hxx" #include "SMESHDS_Hypothesis.hxx"

View File

@ -1,18 +1,29 @@
// File generated by CPPExt (Transient) // SMESH SMESHDS : management of mesh data and SMESH document
// //
// Copyright (C) 1991,1995 by // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// MATRA DATAVISION, FRANCE //
// // This library is free software; you can redistribute it and/or
// This software is furnished in accordance with the terms and conditions // modify it under the terms of the GNU Lesser General Public
// of the contract and with the inclusion of the above copyright notice. // License as published by the Free Software Foundation; either
// This software or any other copy thereof may not be provided or otherwise // version 2.1 of the License.
// be made available to any other person. No title to an ownership of the //
// software is hereby transferred. // This library is distributed in the hope that it will be useful,
// // but WITHOUT ANY WARRANTY; without even the implied warranty of
// At the termination of the contract, the software and all copies of this // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// software must be deleted. // 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 : SMESHDS_Document.hxx
// Module : SMESH
#ifndef _SMESHDS_Document_HeaderFile #ifndef _SMESHDS_Document_HeaderFile
#define _SMESHDS_Document_HeaderFile #define _SMESHDS_Document_HeaderFile

View File

@ -1,17 +1,29 @@
// File generated by CPPExt (Transient) // SMESH SMESHDS : management of mesh data and SMESH document
// Copyright (C) 1991,1995 by
//
// MATRA DATAVISION, FRANCE
//
// This software is furnished in accordance with the terms and conditions
// of the contract and with the inclusion of the above copyright notice.
// This software or any other copy thereof may not be provided or otherwise
// be made available to any other person. No title to an ownership of the
// software is hereby transferred.
//
// At the termination of the contract, the software and all copies of this
// software must be deleted.
// //
// 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 : SMESHDS_Document.ixx
// Module : SMESH
#include "SMESHDS_Document.jxx" #include "SMESHDS_Document.jxx"
#ifndef _Standard_TypeMismatch_HeaderFile #ifndef _Standard_TypeMismatch_HeaderFile

View File

@ -1,3 +1,29 @@
// SMESH SMESHDS : management of mesh data and SMESH document
//
// 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 : SMESHDS_Document.jxx
// Module : SMESH
#ifndef _SMESHDS_Mesh_HeaderFile #ifndef _SMESHDS_Mesh_HeaderFile
#include "SMESHDS_Mesh.hxx" #include "SMESHDS_Mesh.hxx"
#endif #endif

View File

@ -1,14 +1,33 @@
using namespace std; // SMESH SMESHDS : management of mesh data and SMESH document
//============================================================================= //
// File : SMESHDS_Hypothesis.cxx // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Created : sam mai 18 08:08:50 CEST 2002 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Author : Paul RASCLE, EDF //
// Project : SALOME // This library is free software; you can redistribute it and/or
// Copyright : EDF 2002 // modify it under the terms of the GNU Lesser General Public
// $Header$ // License as published by the Free Software Foundation; either
//============================================================================= // version 2.1 of the License.
using namespace std; //
// 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 : SMESHDS_Hypothesis.cxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
using namespace std;
using namespace std;
#include "SMESHDS_Hypothesis.hxx" #include "SMESHDS_Hypothesis.hxx"

View File

@ -1,11 +1,30 @@
//============================================================================= // SMESH SMESHDS : management of mesh data and SMESH document
// File : SMESHDS_Hypothesis.hxx //
// Created : sam mai 18 08:07:54 CEST 2002 // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// Author : Paul RASCLE, EDF // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Project : SALOME //
// Copyright : EDF 2002 // This library is free software; you can redistribute it and/or
// $Header$ // 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 : SMESHDS_Hypothesis.hxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
#ifndef _SMESHDS_HYPOTHESIS_HXX_ #ifndef _SMESHDS_HYPOTHESIS_HXX_
#define _SMESHDS_HYPOTHESIS_HXX_ #define _SMESHDS_HYPOTHESIS_HXX_

View File

@ -1,16 +1,28 @@
// File generated by CPPExt (Value) // SMESH SMESHDS : management of mesh data and SMESH document
// Copyright (C) 1991,1995 by //
// // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// MATRA DATAVISION, FRANCE // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// //
// This software is furnished in accordance with the terms and conditions // This library is free software; you can redistribute it and/or
// of the contract and with the inclusion of the above copyright notice. // modify it under the terms of the GNU Lesser General Public
// This software or any other copy thereof may not be provided or otherwise // License as published by the Free Software Foundation; either
// be made available to any other person. No title to an ownership of the // version 2.1 of the License.
// software is hereby transferred. //
// // This library is distributed in the hope that it will be useful,
// At the termination of the contract, the software and all copies of this // but WITHOUT ANY WARRANTY; without even the implied warranty of
// software must be deleted. // 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 : SMESHDS_ListIteratorOfListOfAsciiString.hxx
// Module : SMESH
#ifndef _SMESHDS_ListIteratorOfListOfAsciiString_HeaderFile #ifndef _SMESHDS_ListIteratorOfListOfAsciiString_HeaderFile
#define _SMESHDS_ListIteratorOfListOfAsciiString_HeaderFile #define _SMESHDS_ListIteratorOfListOfAsciiString_HeaderFile

View File

@ -1,18 +1,30 @@
using namespace std; // SMESH SMESHDS : management of mesh data and SMESH document
// File generated by CPPExt (Value)
// Copyright (C) 1991,1995 by
//
// MATRA DATAVISION, FRANCE
//
// This software is furnished in accordance with the terms and conditions
// of the contract and with the inclusion of the above copyright notice.
// This software or any other copy thereof may not be provided or otherwise
// be made available to any other person. No title to an ownership of the
// software is hereby transferred.
//
// At the termination of the contract, the software and all copies of this
// software must be deleted.
// //
// 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 : SMESHDS_ListIteratorOfListOfAsciiString_0.cxx
// Module : SMESH
using namespace std;
#include "SMESHDS_ListIteratorOfListOfAsciiString.hxx" #include "SMESHDS_ListIteratorOfListOfAsciiString.hxx"
#ifndef _Standard_NoMoreObject_HeaderFile #ifndef _Standard_NoMoreObject_HeaderFile

View File

@ -1,16 +1,28 @@
// File generated by CPPExt (Value) // SMESH SMESHDS : management of mesh data and SMESH document
// Copyright (C) 1991,1995 by //
// // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// MATRA DATAVISION, FRANCE // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// //
// This software is furnished in accordance with the terms and conditions // This library is free software; you can redistribute it and/or
// of the contract and with the inclusion of the above copyright notice. // modify it under the terms of the GNU Lesser General Public
// This software or any other copy thereof may not be provided or otherwise // License as published by the Free Software Foundation; either
// be made available to any other person. No title to an ownership of the // version 2.1 of the License.
// software is hereby transferred. //
// // This library is distributed in the hope that it will be useful,
// At the termination of the contract, the software and all copies of this // but WITHOUT ANY WARRANTY; without even the implied warranty of
// software must be deleted. // 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 : SMESHDS_ListIteratorOfListOfCommand.hxx
// Module : SMESH
#ifndef _SMESHDS_ListIteratorOfListOfCommand_HeaderFile #ifndef _SMESHDS_ListIteratorOfListOfCommand_HeaderFile
#define _SMESHDS_ListIteratorOfListOfCommand_HeaderFile #define _SMESHDS_ListIteratorOfListOfCommand_HeaderFile

View File

@ -1,18 +1,30 @@
using namespace std; // SMESH SMESHDS : management of mesh data and SMESH document
// File generated by CPPExt (Value)
// Copyright (C) 1991,1995 by
//
// MATRA DATAVISION, FRANCE
//
// This software is furnished in accordance with the terms and conditions
// of the contract and with the inclusion of the above copyright notice.
// This software or any other copy thereof may not be provided or otherwise
// be made available to any other person. No title to an ownership of the
// software is hereby transferred.
//
// At the termination of the contract, the software and all copies of this
// software must be deleted.
// //
// 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 : SMESHDS_ListIteratorOfListOfCommand_0.cxx
// Module : SMESH
using namespace std;
#include "SMESHDS_ListIteratorOfListOfCommand.hxx" #include "SMESHDS_ListIteratorOfListOfCommand.hxx"
#ifndef _Standard_NoMoreObject_HeaderFile #ifndef _Standard_NoMoreObject_HeaderFile

Some files were not shown because too many files have changed in this diff Show More