mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
Update copyright information
This commit is contained in:
parent
8147092455
commit
efe4782e2e
@ -1,6 +1,6 @@
|
|||||||
# SMESH SMESHDS : management of mesh data and SMESH document
|
# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
#
|
#
|
||||||
# Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is free software; you can redistribute it and/or
|
||||||
@ -19,13 +19,12 @@
|
|||||||
#
|
#
|
||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
#
|
#
|
||||||
#
|
# SMESH SMESHDS : management of mesh data and SMESH document
|
||||||
#
|
|
||||||
# File : Makefile.in
|
# File : Makefile.in
|
||||||
# Author : Patrick GOLDBRONN (CEA)
|
# Author : Patrick GOLDBRONN (CEA)
|
||||||
# Modified by : Alexander BORODIN (OCN) - autotools usage
|
# Modified by : Alexander BORODIN (OCN) - autotools usage
|
||||||
# Module : SMESH
|
# Module : SMESH
|
||||||
|
#
|
||||||
include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
||||||
|
|
||||||
# header files
|
# header files
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// SMESH SMESHDS : management of mesh data and SMESH document
|
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
@ -19,13 +19,12 @@
|
|||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
//
|
// SMESH SMESHDS : management of mesh data and SMESH document
|
||||||
//
|
|
||||||
// File : SMESH_Command.cxx
|
// File : SMESH_Command.cxx
|
||||||
// Author : Yves FRICAUD, OCC
|
// Author : Yves FRICAUD, OCC
|
||||||
// Module : SMESH
|
// Module : SMESH
|
||||||
// $Header:
|
// $Header:
|
||||||
|
//
|
||||||
#include "SMESHDS_Command.hxx"
|
#include "SMESHDS_Command.hxx"
|
||||||
|
|
||||||
#include "utilities.h"
|
#include "utilities.h"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// SMESH SMESHDS : management of mesh data and SMESH document
|
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
@ -19,11 +19,10 @@
|
|||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
//
|
// SMESH SMESHDS : management of mesh data and SMESH document
|
||||||
//
|
|
||||||
// File : SMESHDS_Command.hxx
|
// File : SMESHDS_Command.hxx
|
||||||
// Module : SMESH
|
// Module : SMESH
|
||||||
|
//
|
||||||
#ifndef _SMESHDS_Command_HeaderFile
|
#ifndef _SMESHDS_Command_HeaderFile
|
||||||
#define _SMESHDS_Command_HeaderFile
|
#define _SMESHDS_Command_HeaderFile
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// SMESH SMESHDS : management of mesh data and SMESH document
|
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
@ -19,11 +19,10 @@
|
|||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
//
|
// SMESH SMESHDS : management of mesh data and SMESH document
|
||||||
//
|
|
||||||
// File : SMESHDS_CommandType.hxx
|
// File : SMESHDS_CommandType.hxx
|
||||||
// Module : SMESH
|
// Module : SMESH
|
||||||
|
//
|
||||||
#ifndef _SMESHDS_CommandType_HeaderFile
|
#ifndef _SMESHDS_CommandType_HeaderFile
|
||||||
#define _SMESHDS_CommandType_HeaderFile
|
#define _SMESHDS_CommandType_HeaderFile
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
|
//
|
||||||
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
@ -6,7 +8,7 @@
|
|||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
// version 2.1 of the License.
|
// version 2.1 of the License.
|
||||||
//
|
//
|
||||||
// This library is distributed in the hope that it will be useful
|
// This library is distributed in the hope that it will be useful,
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// Lesser General Public License for more details.
|
// Lesser General Public License for more details.
|
||||||
@ -15,14 +17,12 @@
|
|||||||
// License along with this library; if not, write to the Free Software
|
// License along with this library; if not, write to the Free Software
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
// File: SMESHDS_DataMapOfShape.hxx
|
// File: SMESHDS_DataMapOfShape.hxx
|
||||||
// Created: 20.09.05 09:51:12
|
// Created: 20.09.05 09:51:12
|
||||||
// Author: Alexander BORODIN
|
// Author: Alexander BORODIN
|
||||||
// Copyright: Open CASCADE 2006
|
//
|
||||||
|
|
||||||
|
|
||||||
#ifndef SMESHDS_DataMapOfShape_HeaderFile
|
#ifndef SMESHDS_DataMapOfShape_HeaderFile
|
||||||
#define SMESHDS_DataMapOfShape_HeaderFile
|
#define SMESHDS_DataMapOfShape_HeaderFile
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// SMESH SMESHDS : management of mesh data and SMESH document
|
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
@ -19,13 +19,12 @@
|
|||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
//
|
// SMESH SMESHDS : management of mesh data and SMESH document
|
||||||
//
|
|
||||||
// File : SMESHDS_Document.cxx
|
// File : SMESHDS_Document.cxx
|
||||||
// Author : Yves FRICAUD, OCC
|
// Author : Yves FRICAUD, OCC
|
||||||
// Module : SMESH
|
// Module : SMESH
|
||||||
// $Header:
|
// $Header:
|
||||||
|
//
|
||||||
#include "SMESHDS_Document.hxx"
|
#include "SMESHDS_Document.hxx"
|
||||||
#include "utilities.h"
|
#include "utilities.h"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// SMESH SMESHDS : management of mesh data and SMESH document
|
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
@ -19,11 +19,10 @@
|
|||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
//
|
// SMESH SMESHDS : management of mesh data and SMESH document
|
||||||
//
|
|
||||||
// File : SMESHDS_Document.hxx
|
// File : SMESHDS_Document.hxx
|
||||||
// Module : SMESH
|
// Module : SMESH
|
||||||
|
//
|
||||||
#ifndef _SMESHDS_Document_HeaderFile
|
#ifndef _SMESHDS_Document_HeaderFile
|
||||||
#define _SMESHDS_Document_HeaderFile
|
#define _SMESHDS_Document_HeaderFile
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
// SMESH SMESHDS : idl implementation based on 'SMESH' unit's classes
|
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2004 CEA
|
// Copyright (C) 2003-2007 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
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
@ -18,12 +19,11 @@
|
|||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
//
|
// SMESH SMESHDS : idl implementation based on 'SMESH' unit's classes
|
||||||
//
|
|
||||||
// File : SMESHDS_Group.cxx
|
// File : SMESHDS_Group.cxx
|
||||||
// Module : SMESH
|
// Module : SMESH
|
||||||
// $Header$
|
// $Header$
|
||||||
|
//
|
||||||
#include "SMESHDS_Group.hxx"
|
#include "SMESHDS_Group.hxx"
|
||||||
#include "SMESHDS_Mesh.hxx"
|
#include "SMESHDS_Mesh.hxx"
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
// SMESH SMESHDS : management of mesh data and SMESH document
|
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2004 CEA
|
// Copyright (C) 2003-2007 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
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
@ -18,12 +19,11 @@
|
|||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
//
|
// SMESH SMESHDS : management of mesh data and SMESH document
|
||||||
//
|
|
||||||
// File : SMESHDS_Group.hxx
|
// File : SMESHDS_Group.hxx
|
||||||
// Module : SMESH
|
// Module : SMESH
|
||||||
// $Header$
|
// $Header$
|
||||||
|
//
|
||||||
#ifndef _SMESHDS_Group_HeaderFile
|
#ifndef _SMESHDS_Group_HeaderFile
|
||||||
#define _SMESHDS_Group_HeaderFile
|
#define _SMESHDS_Group_HeaderFile
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
// SMESH SMESHDS : idl implementation based on 'SMESH' unit's classes
|
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2004 CEA
|
// Copyright (C) 2003-2007 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
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
@ -18,12 +19,11 @@
|
|||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
//
|
// SMESH SMESHDS : idl implementation based on 'SMESH' unit's classes
|
||||||
//
|
|
||||||
// File : SMESHDS_Group.cxx
|
// File : SMESHDS_Group.cxx
|
||||||
// Module : SMESH
|
// Module : SMESH
|
||||||
// $Header$
|
// $Header$
|
||||||
|
//
|
||||||
#include "SMESHDS_GroupBase.hxx"
|
#include "SMESHDS_GroupBase.hxx"
|
||||||
#include "SMESHDS_Mesh.hxx"
|
#include "SMESHDS_Mesh.hxx"
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
// SMESH SMESHDS : management of mesh data and SMESH document
|
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2004 CEA
|
// Copyright (C) 2003-2007 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
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
@ -18,12 +19,11 @@
|
|||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
//
|
// SMESH SMESHDS : management of mesh data and SMESH document
|
||||||
//
|
|
||||||
// File : SMESHDS_Group.hxx
|
// File : SMESHDS_Group.hxx
|
||||||
// Module : SMESH
|
// Module : SMESH
|
||||||
// $Header$
|
// $Header$
|
||||||
|
//
|
||||||
#ifndef _SMESHDS_GroupBase_HeaderFile
|
#ifndef _SMESHDS_GroupBase_HeaderFile
|
||||||
#define _SMESHDS_GroupBase_HeaderFile
|
#define _SMESHDS_GroupBase_HeaderFile
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
// SMESH SMESHDS : idl implementation based on 'SMESH' unit's classes
|
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2004 CEA
|
// Copyright (C) 2003-2007 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
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
@ -18,12 +19,11 @@
|
|||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
//
|
// SMESH SMESHDS : idl implementation based on 'SMESH' unit's classes
|
||||||
//
|
|
||||||
// File : SMESHDS_GroupOnGeom.cxx
|
// File : SMESHDS_GroupOnGeom.cxx
|
||||||
// Module : SMESH
|
// Module : SMESH
|
||||||
// $Header$
|
// $Header$
|
||||||
|
//
|
||||||
#include "SMESHDS_GroupOnGeom.hxx"
|
#include "SMESHDS_GroupOnGeom.hxx"
|
||||||
#include "SMESHDS_Mesh.hxx"
|
#include "SMESHDS_Mesh.hxx"
|
||||||
#include "utilities.h"
|
#include "utilities.h"
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
// SMESH SMESHDS : management of mesh data and SMESH document
|
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2004 CEA
|
// Copyright (C) 2003-2007 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
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
@ -18,12 +19,11 @@
|
|||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
//
|
// SMESH SMESHDS : management of mesh data and SMESH document
|
||||||
//
|
|
||||||
// File : SMESHDS_GroupOnGeom.hxx
|
// File : SMESHDS_GroupOnGeom.hxx
|
||||||
// Module : SMESH
|
// Module : SMESH
|
||||||
// $Header$
|
// $Header$
|
||||||
|
//
|
||||||
#ifndef _SMESHDS_GroupOnGeom_HeaderFile
|
#ifndef _SMESHDS_GroupOnGeom_HeaderFile
|
||||||
#define _SMESHDS_GroupOnGeom_HeaderFile
|
#define _SMESHDS_GroupOnGeom_HeaderFile
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// SMESH SMESHDS : management of mesh data and SMESH document
|
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
@ -19,13 +19,12 @@
|
|||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
//
|
// SMESH SMESHDS : management of mesh data and SMESH document
|
||||||
//
|
|
||||||
// File : SMESHDS_Hypothesis.cxx
|
// File : SMESHDS_Hypothesis.cxx
|
||||||
// Author : Paul RASCLE, EDF
|
// Author : Paul RASCLE, EDF
|
||||||
// Module : SMESH
|
// Module : SMESH
|
||||||
// $Header$
|
// $Header$
|
||||||
|
//
|
||||||
#include "SMESHDS_Hypothesis.hxx"
|
#include "SMESHDS_Hypothesis.hxx"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// SMESH SMESHDS : management of mesh data and SMESH document
|
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
@ -19,13 +19,12 @@
|
|||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
//
|
// SMESH SMESHDS : management of mesh data and SMESH document
|
||||||
//
|
|
||||||
// File : SMESHDS_Hypothesis.hxx
|
// File : SMESHDS_Hypothesis.hxx
|
||||||
// Author : Paul RASCLE, EDF
|
// Author : Paul RASCLE, EDF
|
||||||
// Module : SMESH
|
// Module : SMESH
|
||||||
// $Header$
|
// $Header$
|
||||||
|
//
|
||||||
#ifndef _SMESHDS_HYPOTHESIS_HXX_
|
#ifndef _SMESHDS_HYPOTHESIS_HXX_
|
||||||
#define _SMESHDS_HYPOTHESIS_HXX_
|
#define _SMESHDS_HYPOTHESIS_HXX_
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// SMESH SMESHDS : management of mesh data and SMESH document
|
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
@ -19,13 +19,12 @@
|
|||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
//
|
// SMESH SMESHDS : management of mesh data and SMESH document
|
||||||
//
|
|
||||||
// File : SMESH_Mesh.cxx
|
// File : SMESH_Mesh.cxx
|
||||||
// Author : Yves FRICAUD, OCC
|
// Author : Yves FRICAUD, OCC
|
||||||
// Module : SMESH
|
// Module : SMESH
|
||||||
// $Header:
|
// $Header:
|
||||||
|
//
|
||||||
#include "SMESHDS_Mesh.hxx"
|
#include "SMESHDS_Mesh.hxx"
|
||||||
|
|
||||||
#include "SMESHDS_Group.hxx"
|
#include "SMESHDS_Group.hxx"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// SMESH SMESHDS : management of mesh data and SMESH document
|
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
@ -19,11 +19,10 @@
|
|||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
//
|
// SMESH SMESHDS : management of mesh data and SMESH document
|
||||||
//
|
|
||||||
// File : SMESHDS_Mesh.hxx
|
// File : SMESHDS_Mesh.hxx
|
||||||
// Module : SMESH
|
// Module : SMESH
|
||||||
|
//
|
||||||
#ifndef _SMESHDS_Mesh_HeaderFile
|
#ifndef _SMESHDS_Mesh_HeaderFile
|
||||||
#define _SMESHDS_Mesh_HeaderFile
|
#define _SMESHDS_Mesh_HeaderFile
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// SMESH SMESHDS : management of mesh data and SMESH document
|
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
@ -19,13 +19,12 @@
|
|||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
//
|
// SMESH SMESHDS : management of mesh data and SMESH document
|
||||||
//
|
|
||||||
// File : SMESH_Script.cxx
|
// File : SMESH_Script.cxx
|
||||||
// Author : Yves FRICAUD, OCC
|
// Author : Yves FRICAUD, OCC
|
||||||
// Module : SMESH
|
// Module : SMESH
|
||||||
// $Header:
|
// $Header:
|
||||||
|
//
|
||||||
#include "SMESHDS_Script.hxx"
|
#include "SMESHDS_Script.hxx"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// SMESH SMESHDS : management of mesh data and SMESH document
|
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
@ -19,11 +19,10 @@
|
|||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
//
|
// SMESH SMESHDS : management of mesh data and SMESH document
|
||||||
//
|
|
||||||
// File : SMESHDS_Script.hxx
|
// File : SMESHDS_Script.hxx
|
||||||
// Module : SMESH
|
// Module : SMESH
|
||||||
|
//
|
||||||
#ifndef _SMESHDS_Script_HeaderFile
|
#ifndef _SMESHDS_Script_HeaderFile
|
||||||
#define _SMESHDS_Script_HeaderFile
|
#define _SMESHDS_Script_HeaderFile
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// SMESH SMESHDS : management of mesh data and SMESH document
|
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
@ -19,13 +19,12 @@
|
|||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
//
|
// SMESH SMESHDS : management of mesh data and SMESH document
|
||||||
//
|
|
||||||
// File : SMESH_SubMesh.cxx
|
// File : SMESH_SubMesh.cxx
|
||||||
// Author : Yves FRICAUD, OCC
|
// Author : Yves FRICAUD, OCC
|
||||||
// Module : SMESH
|
// Module : SMESH
|
||||||
// $Header:
|
// $Header:
|
||||||
|
//
|
||||||
#include "SMESHDS_SubMesh.hxx"
|
#include "SMESHDS_SubMesh.hxx"
|
||||||
|
|
||||||
#include "utilities.h"
|
#include "utilities.h"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// SMESH SMESHDS : management of mesh data and SMESH document
|
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
@ -19,11 +19,10 @@
|
|||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
//
|
// SMESH SMESHDS : management of mesh data and SMESH document
|
||||||
//
|
|
||||||
// File : SMESHDS_SubMesh.hxx
|
// File : SMESHDS_SubMesh.hxx
|
||||||
// Module : SMESH
|
// Module : SMESH
|
||||||
|
//
|
||||||
#ifndef _SMESHDS_SubMesh_HeaderFile
|
#ifndef _SMESHDS_SubMesh_HeaderFile
|
||||||
#define _SMESHDS_SubMesh_HeaderFile
|
#define _SMESHDS_SubMesh_HeaderFile
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
|
//
|
||||||
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
//
|
//
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
@ -15,14 +17,12 @@
|
|||||||
// License along with this library; if not, write to the Free Software
|
// License along with this library; if not, write to the Free Software
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
//
|
//
|
||||||
// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
|
||||||
//
|
|
||||||
//
|
//
|
||||||
// File : SMESH_SMESHDS.hxx
|
// File : SMESH_SMESHDS.hxx
|
||||||
// Author : Alexander A. BORODIN
|
// Author : Alexander A. BORODIN
|
||||||
// Module : SMESH
|
// Module : SMESH
|
||||||
|
//
|
||||||
#ifndef _SMESH_SMESHDS_HXX_
|
#ifndef _SMESH_SMESHDS_HXX_
|
||||||
#define _SMESH_SMESHDS_HXX_
|
#define _SMESH_SMESHDS_HXX_
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user