mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-13 17:18:35 +05:00
sources v1.2
This commit is contained in:
parent
bef9beee88
commit
4791f5b30e
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH Driver : implementaion of driver for reading and writing
|
||||||
|
//
|
||||||
|
// 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 : Document_Reader.cxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
#include "Document_Reader.h"
|
#include "Document_Reader.h"
|
||||||
|
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH Driver : implementaion of driver for reading and writing
|
||||||
|
//
|
||||||
|
// 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 : Document_Reader.h
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _INCLUDE_DOCUMENT_READER
|
#ifndef _INCLUDE_DOCUMENT_READER
|
||||||
#define _INCLUDE_DOCUMENT_READER
|
#define _INCLUDE_DOCUMENT_READER
|
||||||
|
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH Driver : implementaion of driver for reading and writing
|
||||||
|
//
|
||||||
|
// 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 : Document_Writer.cxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
#include "Document_Writer.h"
|
#include "Document_Writer.h"
|
||||||
|
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH Driver : implementaion of driver for reading and writing
|
||||||
|
//
|
||||||
|
// 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 : Document_Writer.h
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _INCLUDE_DOCUMENT_WRITER
|
#ifndef _INCLUDE_DOCUMENT_WRITER
|
||||||
#define _INCLUDE_DOCUMENT_WRITER
|
#define _INCLUDE_DOCUMENT_WRITER
|
||||||
|
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH Driver : implementaion of driver for reading and writing
|
||||||
|
//
|
||||||
|
// 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 : Driver_dl.cxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
#include "Driver.h"
|
#include "Driver.h"
|
||||||
|
|
||||||
|
@ -1,13 +1,33 @@
|
|||||||
# -* Makefile *-
|
# SMESH Driver : implementaion of driver for reading and writing
|
||||||
#
|
#
|
||||||
# Author : Marc Tajchman (CEA)
|
# Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
# Date : 5/07/2001
|
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
# $Header$
|
#
|
||||||
|
# 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 : Marc Tajchman (CEA)
|
||||||
|
# Module : SMESH
|
||||||
|
# $Header$
|
||||||
|
|
||||||
# source path
|
|
||||||
top_srcdir=@top_srcdir@
|
top_srcdir=@top_srcdir@
|
||||||
top_builddir=../..
|
top_builddir=../../..
|
||||||
srcdir=@srcdir@
|
srcdir=@srcdir@
|
||||||
VPATH=.:@srcdir@
|
VPATH=.:@srcdir@
|
||||||
|
|
||||||
@ -26,8 +46,8 @@ LIB_CLIENT_IDL =
|
|||||||
LIB_SERVER_IDL =
|
LIB_SERVER_IDL =
|
||||||
|
|
||||||
# additionnal information to compil and link file
|
# additionnal information to compil and link file
|
||||||
CPPFLAGS += $(OCC_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
|
CPPFLAGS += $(OCC_INCLUDES)
|
||||||
CXXFLAGS += $(OCC_CXXFLAGS) $(MED2_INCLUDES) -rdynamic -ldl -I${KERNEL_ROOT_DIR}/include/salome
|
CXXFLAGS += $(OCC_CXXFLAGS) $(MED2_INCLUDES) -rdynamic -ldl
|
||||||
LDFLAGS += $(OCC_LIBS) $(MED2_LIBS) -lSMESHDS -lSMDS
|
LDFLAGS += $(OCC_LIBS) $(MED2_LIBS) -lSMESHDS -lSMDS
|
||||||
|
|
||||||
%_moc.cxx: %.h
|
%_moc.cxx: %.h
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH Driver : implementaion of driver for reading and writing
|
||||||
|
//
|
||||||
|
// 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 : Mesh_Reader.cxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
#include "Mesh_Reader.h"
|
#include "Mesh_Reader.h"
|
||||||
|
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH Driver : implementaion of driver for reading and writing
|
||||||
|
//
|
||||||
|
// 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 : Mesh_Reader.h
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _INCLUDE_MESH_READER
|
#ifndef _INCLUDE_MESH_READER
|
||||||
#define _INCLUDE_MESH_READER
|
#define _INCLUDE_MESH_READER
|
||||||
|
|
||||||
|
@ -1,2 +1,28 @@
|
|||||||
|
// SMESH Driver : implementaion of driver for reading and writing
|
||||||
|
//
|
||||||
|
// 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 : Mesh_Writer.cxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
#include "Mesh_Writer.h"
|
#include "Mesh_Writer.h"
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH Driver : implementaion of driver for reading and writing
|
||||||
|
//
|
||||||
|
// 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 : Mesh_Writer.h
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _INCLUDE_MESH_WRITER
|
#ifndef _INCLUDE_MESH_WRITER
|
||||||
#define _INCLUDE_MESH_WRITER
|
#define _INCLUDE_MESH_WRITER
|
||||||
|
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH Driver : implementaion of driver for reading and writing
|
||||||
|
//
|
||||||
|
// 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 : SMESHDriver.cxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
#include "SMESHDriver.h"
|
#include "SMESHDriver.h"
|
||||||
|
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH Driver : implementaion of driver for reading and writing
|
||||||
|
//
|
||||||
|
// 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 : SMESHDriver.h
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _INCLUDE_SMESHDRIVER
|
#ifndef _INCLUDE_SMESHDRIVER
|
||||||
#define _INCLUDE_SMESHDRIVER
|
#define _INCLUDE_SMESHDRIVER
|
||||||
|
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH DriverDAT : driver to read and write 'dat' files
|
||||||
|
//
|
||||||
|
// 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 : DriverDAT_R_SMDS_Mesh.cxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
#include "DriverDAT_R_SMDS_Mesh.h"
|
#include "DriverDAT_R_SMDS_Mesh.h"
|
||||||
|
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH DriverDAT : driver to read and write 'dat' files
|
||||||
|
//
|
||||||
|
// 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 : DriverDAT_R_SMDS_Mesh.h
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _INCLUDE_DRIVERDAT_R_SMDS_MESH
|
#ifndef _INCLUDE_DRIVERDAT_R_SMDS_MESH
|
||||||
#define _INCLUDE_DRIVERDAT_R_SMDS_MESH
|
#define _INCLUDE_DRIVERDAT_R_SMDS_MESH
|
||||||
|
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH DriverDAT : driver to read and write 'dat' files
|
||||||
|
//
|
||||||
|
// 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 : DriverDAT_R_SMESHDS_Document.cxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
#include "DriverDAT_R_SMESHDS_Document.h"
|
#include "DriverDAT_R_SMESHDS_Document.h"
|
||||||
#include "DriverDAT_R_SMESHDS_Mesh.h"
|
#include "DriverDAT_R_SMESHDS_Mesh.h"
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH DriverDAT : driver to read and write 'dat' files
|
||||||
|
//
|
||||||
|
// 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 : DriverDAT_R_SMESHDS_Document.h
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _INCLUDE_DRIVERDAT_R_SMESHDS_DOCUMENT
|
#ifndef _INCLUDE_DRIVERDAT_R_SMESHDS_DOCUMENT
|
||||||
#define _INCLUDE_DRIVERDAT_R_SMESHDS_DOCUMENT
|
#define _INCLUDE_DRIVERDAT_R_SMESHDS_DOCUMENT
|
||||||
|
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH DriverDAT : driver to read and write 'dat' files
|
||||||
|
//
|
||||||
|
// 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 : DriverDAT_R_SMESHDS_Mesh.cxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
#include "DriverDAT_R_SMESHDS_Mesh.h"
|
#include "DriverDAT_R_SMESHDS_Mesh.h"
|
||||||
#include "DriverDAT_R_SMDS_Mesh.h"
|
#include "DriverDAT_R_SMDS_Mesh.h"
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH DriverDAT : driver to read and write 'dat' files
|
||||||
|
//
|
||||||
|
// 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 : DriverDAT_R_SMESHDS_Mesh.h
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _INCLUDE_DRIVERDAT_R_SMESHDS_MESH
|
#ifndef _INCLUDE_DRIVERDAT_R_SMESHDS_MESH
|
||||||
#define _INCLUDE_DRIVERDAT_R_SMESHDS_MESH
|
#define _INCLUDE_DRIVERDAT_R_SMESHDS_MESH
|
||||||
|
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH DriverDAT : driver to read and write 'dat' files
|
||||||
|
//
|
||||||
|
// 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 : DriverDAT_W_SMDS_Mesh.cxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
#include "DriverDAT_W_SMDS_Mesh.h"
|
#include "DriverDAT_W_SMDS_Mesh.h"
|
||||||
|
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH DriverDAT : driver to read and write 'dat' files
|
||||||
|
//
|
||||||
|
// 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 : DriverDAT_W_SMDS_Mesh.h
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _INCLUDE_DRIVERDAT_W_SMDS_MESH
|
#ifndef _INCLUDE_DRIVERDAT_W_SMDS_MESH
|
||||||
#define _INCLUDE_DRIVERDAT_W_SMDS_MESH
|
#define _INCLUDE_DRIVERDAT_W_SMDS_MESH
|
||||||
|
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH DriverDAT : driver to read and write 'dat' files
|
||||||
|
//
|
||||||
|
// 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 : DriverDAT_W_SMESHDS_Document.cxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
#include "DriverDAT_W_SMESHDS_Document.h"
|
#include "DriverDAT_W_SMESHDS_Document.h"
|
||||||
#include "DriverDAT_W_SMESHDS_Mesh.h"
|
#include "DriverDAT_W_SMESHDS_Mesh.h"
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH DriverDAT : driver to read and write 'dat' files
|
||||||
|
//
|
||||||
|
// 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 : DriverDAT_W_SMESHDS_Document.h
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _INCLUDE_DRIVERDAT_W_SMESHDS_DOCUMENT
|
#ifndef _INCLUDE_DRIVERDAT_W_SMESHDS_DOCUMENT
|
||||||
#define _INCLUDE_DRIVERDAT_W_SMESHDS_DOCUMENT
|
#define _INCLUDE_DRIVERDAT_W_SMESHDS_DOCUMENT
|
||||||
|
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH DriverDAT : driver to read and write 'dat' files
|
||||||
|
//
|
||||||
|
// 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 : DriverDAT_W_SMESHDS_Mesh.cxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
#include "DriverDAT_W_SMESHDS_Mesh.h"
|
#include "DriverDAT_W_SMESHDS_Mesh.h"
|
||||||
#include "DriverDAT_W_SMDS_Mesh.h"
|
#include "DriverDAT_W_SMDS_Mesh.h"
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH DriverDAT : driver to read and write 'dat' files
|
||||||
|
//
|
||||||
|
// 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 : DriverDAT_W_SMESHDS_Mesh.h
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _INCLUDE_DRIVERDAT_W_SMESHDS_MESH
|
#ifndef _INCLUDE_DRIVERDAT_W_SMESHDS_MESH
|
||||||
#define _INCLUDE_DRIVERDAT_W_SMESHDS_MESH
|
#define _INCLUDE_DRIVERDAT_W_SMESHDS_MESH
|
||||||
|
|
||||||
|
@ -1,13 +1,33 @@
|
|||||||
# -* Makefile *-
|
# SMESH DriverDAT : driver to read and write 'dat' files
|
||||||
#
|
#
|
||||||
# Author : Marc Tajchman (CEA)
|
# Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
# Date : 5/07/2001
|
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
# $Header$
|
#
|
||||||
|
# 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 : Marc Tajchman (CEA)
|
||||||
|
# Module : SMESH
|
||||||
|
# $Header$
|
||||||
|
|
||||||
# source path
|
|
||||||
top_srcdir=@top_srcdir@
|
top_srcdir=@top_srcdir@
|
||||||
top_builddir=../..
|
top_builddir=../../..
|
||||||
srcdir=@srcdir@
|
srcdir=@srcdir@
|
||||||
VPATH=.:@srcdir@
|
VPATH=.:@srcdir@
|
||||||
|
|
||||||
|
@ -1,3 +1,30 @@
|
|||||||
|
// SMESH DriverMED : driver to read and write 'med' files
|
||||||
|
//
|
||||||
|
// 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 : DriverMED_R_SMDS_Mesh.cxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
#include "DriverMED_R_SMDS_Mesh.h"
|
#include "DriverMED_R_SMDS_Mesh.h"
|
||||||
#include "utilities.h"
|
#include "utilities.h"
|
||||||
|
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH DriverMED : driver to read and write 'med' files
|
||||||
|
//
|
||||||
|
// 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 : DriverMED_R_SMDS_Mesh.h
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _INCLUDE_DRIVERMED_R_SMDS_MESH
|
#ifndef _INCLUDE_DRIVERMED_R_SMDS_MESH
|
||||||
#define _INCLUDE_DRIVERMED_R_SMDS_MESH
|
#define _INCLUDE_DRIVERMED_R_SMDS_MESH
|
||||||
|
|
||||||
|
@ -1,3 +1,30 @@
|
|||||||
|
// SMESH DriverMED : driver to read and write 'med' files
|
||||||
|
//
|
||||||
|
// 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 : DriverMED_R_SMESHDS_Document.cxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
#include "DriverMED_R_SMESHDS_Document.h"
|
#include "DriverMED_R_SMESHDS_Document.h"
|
||||||
#include "DriverMED_R_SMESHDS_Mesh.h"
|
#include "DriverMED_R_SMESHDS_Mesh.h"
|
||||||
#include "utilities.h"
|
#include "utilities.h"
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH DriverMED : driver to read and write 'med' files
|
||||||
|
//
|
||||||
|
// 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 : DriverMED_R_SMESHDS_Document.h
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _INCLUDE_DRIVERMED_R_SMESHDS_DOCUMENT
|
#ifndef _INCLUDE_DRIVERMED_R_SMESHDS_DOCUMENT
|
||||||
#define _INCLUDE_DRIVERMED_R_SMESHDS_DOCUMENT
|
#define _INCLUDE_DRIVERMED_R_SMESHDS_DOCUMENT
|
||||||
|
|
||||||
|
@ -1,3 +1,30 @@
|
|||||||
|
// SMESH DriverMED : driver to read and write 'med' files
|
||||||
|
//
|
||||||
|
// 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 : DriverMED_R_SMESHDS_Mesh.cxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
#include "DriverMED_R_SMESHDS_Mesh.h"
|
#include "DriverMED_R_SMESHDS_Mesh.h"
|
||||||
#include "DriverMED_R_SMDS_Mesh.h"
|
#include "DriverMED_R_SMDS_Mesh.h"
|
||||||
#include "utilities.h"
|
#include "utilities.h"
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH DriverMED : driver to read and write 'med' files
|
||||||
|
//
|
||||||
|
// 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 : DriverMED_R_SMESHDS_Mesh.h
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _INCLUDE_DRIVERMED_R_SMESHDS_MESH
|
#ifndef _INCLUDE_DRIVERMED_R_SMESHDS_MESH
|
||||||
#define _INCLUDE_DRIVERMED_R_SMESHDS_MESH
|
#define _INCLUDE_DRIVERMED_R_SMESHDS_MESH
|
||||||
|
|
||||||
|
@ -1,3 +1,30 @@
|
|||||||
|
// SMESH DriverMED : driver to read and write 'med' files
|
||||||
|
//
|
||||||
|
// 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 : DriverMED_W_SMDS_Mesh.cxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
#include "DriverMED_W_SMDS_Mesh.h"
|
#include "DriverMED_W_SMDS_Mesh.h"
|
||||||
|
|
||||||
#include "SMDS_MeshElement.hxx"
|
#include "SMDS_MeshElement.hxx"
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH DriverMED : driver to read and write 'med' files
|
||||||
|
//
|
||||||
|
// 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 : DriverMED_W_SMDS_Mesh.h
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _INCLUDE_DRIVERMED_W_SMDS_MESH
|
#ifndef _INCLUDE_DRIVERMED_W_SMDS_MESH
|
||||||
#define _INCLUDE_DRIVERMED_W_SMDS_MESH
|
#define _INCLUDE_DRIVERMED_W_SMDS_MESH
|
||||||
|
|
||||||
|
@ -1,3 +1,30 @@
|
|||||||
|
// SMESH DriverMED : driver to read and write 'med' files
|
||||||
|
//
|
||||||
|
// 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 : DriverMED_W_SMESHDS_Document.cxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
#include "DriverMED_W_SMESHDS_Document.h"
|
#include "DriverMED_W_SMESHDS_Document.h"
|
||||||
#include "DriverMED_W_SMESHDS_Mesh.h"
|
#include "DriverMED_W_SMESHDS_Mesh.h"
|
||||||
#include "utilities.h"
|
#include "utilities.h"
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH DriverMED : driver to read and write 'med' files
|
||||||
|
//
|
||||||
|
// 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 : DriverMED_W_SMESHDS_Document.h
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _INCLUDE_DRIVERMED_W_SMESHDS_DOCUMENT
|
#ifndef _INCLUDE_DRIVERMED_W_SMESHDS_DOCUMENT
|
||||||
#define _INCLUDE_DRIVERMED_W_SMESHDS_DOCUMENT
|
#define _INCLUDE_DRIVERMED_W_SMESHDS_DOCUMENT
|
||||||
|
|
||||||
|
@ -1,3 +1,30 @@
|
|||||||
|
// SMESH DriverMED : driver to read and write 'med' files
|
||||||
|
//
|
||||||
|
// 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 : DriverMED_W_SMESHDS_Mesh.cxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
#include "DriverMED_W_SMESHDS_Mesh.h"
|
#include "DriverMED_W_SMESHDS_Mesh.h"
|
||||||
#include "DriverMED_W_SMDS_Mesh.h"
|
#include "DriverMED_W_SMDS_Mesh.h"
|
||||||
|
|
||||||
@ -179,22 +206,72 @@ void DriverMED_W_SMESHDS_Mesh::Add() {
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* NOMBRES D'OBJETS MED *
|
* NOMBRES D'OBJETS MED *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
fprintf(stdout,"\n(****************************)\n");
|
MESSAGE("(****************************)");
|
||||||
fprintf(stdout,"(* INFORMATIONS GENERALES : *)\n");
|
MESSAGE("(* INFORMATIONS GENERALES : *)");
|
||||||
fprintf(stdout,"(****************************)\n");
|
MESSAGE("(****************************)");
|
||||||
|
|
||||||
/* calcul de la dimension */
|
/* calcul de la dimension */
|
||||||
mdim=2;
|
mdim=2;
|
||||||
double epsilon=0.00001;
|
double epsilon=0.00001;
|
||||||
|
double nodeRefX;
|
||||||
|
double nodeRefY;
|
||||||
|
double nodeRefZ;
|
||||||
|
|
||||||
|
bool dimX = true;
|
||||||
|
bool dimY = true;
|
||||||
|
bool dimZ = true;
|
||||||
|
|
||||||
SMDS_MeshNodesIterator myItNodes(myMesh);
|
SMDS_MeshNodesIterator myItNodes(myMesh);
|
||||||
|
int inode = 0;
|
||||||
for (;myItNodes.More();myItNodes.Next()) {
|
for (;myItNodes.More();myItNodes.Next()) {
|
||||||
const Handle(SMDS_MeshElement)& elem = myItNodes.Value();
|
const Handle(SMDS_MeshElement)& elem = myItNodes.Value();
|
||||||
const Handle(SMDS_MeshNode)& node = myMesh->GetNode(1,elem);
|
const Handle(SMDS_MeshNode)& node = myMesh->GetNode(1,elem);
|
||||||
if ( fabs(node->Z()) > epsilon ) {
|
if ( inode == 0 ) {
|
||||||
mdim=3;
|
nodeRefX = fabs(node->X());
|
||||||
|
nodeRefY = fabs(node->Y());
|
||||||
|
nodeRefZ = fabs(node->Z());
|
||||||
|
}
|
||||||
|
SCRUTE( inode );
|
||||||
|
SCRUTE( nodeRefX );
|
||||||
|
SCRUTE( nodeRefY );
|
||||||
|
SCRUTE( nodeRefZ );
|
||||||
|
|
||||||
|
if ( inode !=0 ) {
|
||||||
|
if ( (fabs(fabs(node->X()) - nodeRefX) > epsilon ) && dimX )
|
||||||
|
dimX = false;
|
||||||
|
if ( (fabs(fabs(node->Y()) - nodeRefY) > epsilon ) && dimY )
|
||||||
|
dimY = false;
|
||||||
|
if ( (fabs(fabs(node->Z()) - nodeRefZ) > epsilon ) && dimZ )
|
||||||
|
dimZ = false;
|
||||||
|
}
|
||||||
|
if ( !dimX && !dimY && !dimZ ) {
|
||||||
|
mdim = 3;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
inode++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ( mdim != 3 ) {
|
||||||
|
if ( dimX && dimY && dimZ )
|
||||||
|
mdim = 0;
|
||||||
|
else if ( !dimX ) {
|
||||||
|
if ( dimY && dimZ )
|
||||||
|
mdim = 1;
|
||||||
|
else if (( dimY && !dimZ ) || ( !dimY && dimZ ) )
|
||||||
|
mdim = 2;
|
||||||
|
} else if ( !dimY ) {
|
||||||
|
if ( dimX && dimZ )
|
||||||
|
mdim = 1;
|
||||||
|
else if (( dimX && !dimZ ) || ( !dimX && dimZ ) )
|
||||||
|
mdim = 2;
|
||||||
|
} else if ( !dimZ ) {
|
||||||
|
if ( dimY && dimX )
|
||||||
|
mdim = 1;
|
||||||
|
else if (( dimY && !dimX ) || ( !dimY && dimX ) )
|
||||||
|
mdim = 2;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
MESSAGE ( " mdim " << mdim );
|
MESSAGE ( " mdim " << mdim );
|
||||||
|
|
||||||
/* creation du maillage */
|
/* creation du maillage */
|
||||||
@ -284,9 +361,9 @@ void DriverMED_W_SMESHDS_Mesh::Add() {
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* ECRITURE DES NOEUDS *
|
* ECRITURE DES NOEUDS *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
fprintf(stdout,"\n(************************)\n");
|
MESSAGE("(************************)");
|
||||||
fprintf(stdout,"(* NOEUDS DU MAILLAGE : *)\n");
|
MESSAGE("(* NOEUDS DU MAILLAGE : *)");
|
||||||
fprintf(stdout,"(************************)\n");
|
MESSAGE("(************************)");
|
||||||
|
|
||||||
/* Allocations memoires */
|
/* Allocations memoires */
|
||||||
/* table des coordonnees
|
/* table des coordonnees
|
||||||
@ -338,9 +415,27 @@ void DriverMED_W_SMESHDS_Mesh::Add() {
|
|||||||
coo[i*3]=node->X();
|
coo[i*3]=node->X();
|
||||||
coo[i*3+1]=node->Y();
|
coo[i*3+1]=node->Y();
|
||||||
coo[i*3+2]=node->Z();
|
coo[i*3+2]=node->Z();
|
||||||
|
} else if(mdim==2) {
|
||||||
|
if ( dimX ) {
|
||||||
|
coo[i*2]=node->Y();
|
||||||
|
coo[i*2+1]=node->Z();
|
||||||
|
}
|
||||||
|
if ( dimY ) {
|
||||||
|
coo[i*2]=node->X();
|
||||||
|
coo[i*2+1]=node->Z();
|
||||||
|
}
|
||||||
|
if ( dimZ ) {
|
||||||
|
coo[i*2]=node->X();
|
||||||
|
coo[i*2+1]=node->Y();
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
coo[i*2]=node->X();
|
if ( ! dimX ) {
|
||||||
coo[i*2+1]=node->Y();
|
coo[i]=node->X();
|
||||||
|
} else if ( ! dimY ) {
|
||||||
|
coo[i]=node->Y();
|
||||||
|
} else {
|
||||||
|
coo[i]=node->Z();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
mapNoeud[node->GetID()] = i+1;
|
mapNoeud[node->GetID()] = i+1;
|
||||||
|
|
||||||
@ -387,10 +482,10 @@ void DriverMED_W_SMESHDS_Mesh::Add() {
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* ECRITURE DES ELEMENTS *
|
* ECRITURE DES ELEMENTS *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
fprintf(stdout,"\n(**************************)\n");
|
MESSAGE("(**************************)");
|
||||||
fprintf(stdout,"(* ELEMENTS DU MAILLAGE : *)\n");
|
MESSAGE("(* ELEMENTS DU MAILLAGE : *)");
|
||||||
fprintf(stdout,"(**************************)\n");
|
MESSAGE("(**************************)");
|
||||||
|
|
||||||
/* Ecriture des connectivites, noms, numeros des mailles */
|
/* Ecriture des connectivites, noms, numeros des mailles */
|
||||||
|
|
||||||
if (ret == 0)
|
if (ret == 0)
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH DriverMED : driver to read and write 'med' files
|
||||||
|
//
|
||||||
|
// 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 : DriverMED_W_SMESHDS_Mesh.h
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _INCLUDE_DRIVERMED_W_SMESHDS_MESH
|
#ifndef _INCLUDE_DRIVERMED_W_SMESHDS_MESH
|
||||||
#define _INCLUDE_DRIVERMED_W_SMESHDS_MESH
|
#define _INCLUDE_DRIVERMED_W_SMESHDS_MESH
|
||||||
|
|
||||||
|
@ -1,11 +1,31 @@
|
|||||||
# -* Makefile *-
|
# SMESH DriverMED : driver to read and write 'med' files
|
||||||
#
|
#
|
||||||
# Author : Marc Tajchman (CEA)
|
# Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
# Date : 5/07/2001
|
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
# $Header$
|
#
|
||||||
|
# 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 : Marc Tajchman (CEA)
|
||||||
|
# Module : SMESH
|
||||||
|
# $Header$
|
||||||
|
|
||||||
# source path
|
|
||||||
top_srcdir=@top_srcdir@
|
top_srcdir=@top_srcdir@
|
||||||
top_builddir=../../..
|
top_builddir=../../..
|
||||||
srcdir=@srcdir@
|
srcdir=@srcdir@
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH DriverUNV : driver to read and write 'unv' files
|
||||||
|
//
|
||||||
|
// 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 : DriverUNV_R_SMDS_Mesh.cxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
#include "DriverUNV_R_SMDS_Mesh.h"
|
#include "DriverUNV_R_SMDS_Mesh.h"
|
||||||
|
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH DriverUNV : driver to read and write 'unv' files
|
||||||
|
//
|
||||||
|
// 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 : DriverUNV_R_SMDS_Mesh.h
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _INCLUDE_DRIVERUNV_R_SMDS_MESH
|
#ifndef _INCLUDE_DRIVERUNV_R_SMDS_MESH
|
||||||
#define _INCLUDE_DRIVERUNV_R_SMDS_MESH
|
#define _INCLUDE_DRIVERUNV_R_SMDS_MESH
|
||||||
|
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH DriverUNV : driver to read and write 'unv' files
|
||||||
|
//
|
||||||
|
// 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 : DriverUNV_R_SMESHDS_Document.cxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
#include "DriverUNV_R_SMESHDS_Document.h"
|
#include "DriverUNV_R_SMESHDS_Document.h"
|
||||||
#include "DriverUNV_R_SMESHDS_Mesh.h"
|
#include "DriverUNV_R_SMESHDS_Mesh.h"
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH DriverUNV : driver to read and write 'unv' files
|
||||||
|
//
|
||||||
|
// 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 : DriverUNV_R_SMESHDS_Document.h
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _INCLUDE_DRIVERUNV_R_SMESHDS_DOCUMENT
|
#ifndef _INCLUDE_DRIVERUNV_R_SMESHDS_DOCUMENT
|
||||||
#define _INCLUDE_DRIVERUNV_R_SMESHDS_DOCUMENT
|
#define _INCLUDE_DRIVERUNV_R_SMESHDS_DOCUMENT
|
||||||
|
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH DriverUNV : driver to read and write 'unv' files
|
||||||
|
//
|
||||||
|
// 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 : DriverUNV_R_SMESHDS_Mesh.cxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
#include "DriverUNV_R_SMESHDS_Mesh.h"
|
#include "DriverUNV_R_SMESHDS_Mesh.h"
|
||||||
#include "DriverUNV_R_SMDS_Mesh.h"
|
#include "DriverUNV_R_SMDS_Mesh.h"
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH DriverUNV : driver to read and write 'unv' files
|
||||||
|
//
|
||||||
|
// 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 : DriverUNV_R_SMESHDS_Mesh.h
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _INCLUDE_DRIVERUNV_R_SMESHDS_MESH
|
#ifndef _INCLUDE_DRIVERUNV_R_SMESHDS_MESH
|
||||||
#define _INCLUDE_DRIVERUNV_R_SMESHDS_MESH
|
#define _INCLUDE_DRIVERUNV_R_SMESHDS_MESH
|
||||||
|
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH DriverUNV : driver to read and write 'unv' files
|
||||||
|
//
|
||||||
|
// 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 : DriverUNV_W_SMDS_Mesh.cxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
#include "DriverUNV_W_SMDS_Mesh.h"
|
#include "DriverUNV_W_SMDS_Mesh.h"
|
||||||
|
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH DriverUNV : driver to read and write 'unv' files
|
||||||
|
//
|
||||||
|
// 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 : DriverUNV_W_SMDS_Mesh.h
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _INCLUDE_DRIVERUNV_W_SMDS_MESH
|
#ifndef _INCLUDE_DRIVERUNV_W_SMDS_MESH
|
||||||
#define _INCLUDE_DRIVERUNV_W_SMDS_MESH
|
#define _INCLUDE_DRIVERUNV_W_SMDS_MESH
|
||||||
|
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH DriverUNV : driver to read and write 'unv' files
|
||||||
|
//
|
||||||
|
// 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 : DriverUNV_W_SMESHDS_Document.cxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
#include "DriverUNV_W_SMESHDS_Document.h"
|
#include "DriverUNV_W_SMESHDS_Document.h"
|
||||||
#include "DriverUNV_W_SMESHDS_Mesh.h"
|
#include "DriverUNV_W_SMESHDS_Mesh.h"
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH DriverUNV : driver to read and write 'unv' files
|
||||||
|
//
|
||||||
|
// 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 : DriverUNV_W_SMESHDS_Document.h
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _INCLUDE_DRIVERUNV_W_SMESHDS_DOCUMENT
|
#ifndef _INCLUDE_DRIVERUNV_W_SMESHDS_DOCUMENT
|
||||||
#define _INCLUDE_DRIVERUNV_W_SMESHDS_DOCUMENT
|
#define _INCLUDE_DRIVERUNV_W_SMESHDS_DOCUMENT
|
||||||
|
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH DriverUNV : driver to read and write 'unv' files
|
||||||
|
//
|
||||||
|
// 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 : DriverUNV_W_SMESHDS_Mesh.cxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
#include "DriverUNV_W_SMESHDS_Mesh.h"
|
#include "DriverUNV_W_SMESHDS_Mesh.h"
|
||||||
#include "DriverUNV_W_SMDS_Mesh.h"
|
#include "DriverUNV_W_SMDS_Mesh.h"
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH DriverUNV : driver to read and write 'unv' files
|
||||||
|
//
|
||||||
|
// 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 : DriverUNV_W_SMESHDS_Mesh.h
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _INCLUDE_DRIVERUNV_W_SMESHDS_MESH
|
#ifndef _INCLUDE_DRIVERUNV_W_SMESHDS_MESH
|
||||||
#define _INCLUDE_DRIVERUNV_W_SMESHDS_MESH
|
#define _INCLUDE_DRIVERUNV_W_SMESHDS_MESH
|
||||||
|
|
||||||
|
@ -1,13 +1,33 @@
|
|||||||
# -* Makefile *-
|
# SMESH DriverUNV : driver to read and write 'unv' files
|
||||||
#
|
#
|
||||||
# Author : Marc Tajchman (CEA)
|
# Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
# Date : 5/07/2001
|
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
# $Header$
|
#
|
||||||
|
# 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 : Marc Tajchman (CEA)
|
||||||
|
# Module : SMESH
|
||||||
|
# $Header$
|
||||||
|
|
||||||
# source path
|
|
||||||
top_srcdir=@top_srcdir@
|
top_srcdir=@top_srcdir@
|
||||||
top_builddir=../..
|
top_builddir=../../..
|
||||||
srcdir=@srcdir@
|
srcdir=@srcdir@
|
||||||
VPATH=.:@srcdir@
|
VPATH=.:@srcdir@
|
||||||
|
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
# -* Makefile *-
|
# File : Makefile.in
|
||||||
#
|
# Author :
|
||||||
# Author :
|
# Module : SMESH
|
||||||
# Date : 29/01/2001
|
|
||||||
#
|
|
||||||
#
|
|
||||||
|
|
||||||
# source path
|
|
||||||
top_srcdir=@top_srcdir@
|
top_srcdir=@top_srcdir@
|
||||||
top_builddir=../..
|
top_builddir=../../..
|
||||||
srcdir=@srcdir@
|
srcdir=@srcdir@
|
||||||
VPATH=.:@srcdir@
|
VPATH=.:@srcdir@
|
||||||
|
|
||||||
@ -27,8 +23,8 @@ LIB_CLIENT_IDL =
|
|||||||
LIB_SERVER_IDL =
|
LIB_SERVER_IDL =
|
||||||
|
|
||||||
# additionnal information to compil and link file
|
# additionnal information to compil and link file
|
||||||
CPPFLAGS += $(OCC_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
|
CPPFLAGS += $(OCC_INCLUDES)
|
||||||
CXXFLAGS += $(OCC_CXXFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
|
CXXFLAGS += $(OCC_CXXFLAGS)
|
||||||
|
|
||||||
LDFLAGS += $(OCC_LIBS) -lg2c
|
LDFLAGS += $(OCC_LIBS) -lg2c
|
||||||
|
|
||||||
|
@ -1,3 +1,30 @@
|
|||||||
|
// MEFISTO : library to compute 2D triangulation from segmented boundaries
|
||||||
|
//
|
||||||
|
// Copyright (C) 2003 Laboratoire J.-L. Lions UPMC Paris
|
||||||
|
//
|
||||||
|
// 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.ann.jussieu.fr/~perronne or email Perronnet@ann.jussieu.fr
|
||||||
|
// or email Hecht@ann.jussieu.fr
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// File : Rn.h
|
||||||
|
// Module : SMESH
|
||||||
|
// Authors: Frederic HECHT & Alain PERRONNET
|
||||||
|
//
|
||||||
|
|
||||||
#ifndef Rn__h
|
#ifndef Rn__h
|
||||||
#define Rn__h
|
#define Rn__h
|
||||||
|
|
||||||
|
@ -1,3 +1,28 @@
|
|||||||
|
// MEFISTO : library to compute 2D triangulation from segmented boundaries
|
||||||
|
//
|
||||||
|
// Copyright (C) 2003 Laboratoire J.-L. Lions UPMC Paris
|
||||||
|
//
|
||||||
|
// 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.ann.jussieu.fr/~perronne or email Perronnet@ann.jussieu.fr
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// File : aptrte.cxx
|
||||||
|
// Module : SMESH
|
||||||
|
// Author: Alain PERRONNET
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
#include "Rn.h"
|
#include "Rn.h"
|
||||||
#include "aptrte.h"
|
#include "aptrte.h"
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
// SMESH MEFISTO2 : algorithm for meshing
|
||||||
|
//
|
||||||
|
// Copyright (C) 2003 Laboratoire J.-L. Lions UPMC Paris
|
||||||
|
//
|
||||||
|
// 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.ann.jussieu.fr/~perronne or email Perronnet@ann.jussieu.fr
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// File : aptrte.h
|
||||||
|
// Author: Alain PERRONNET
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef aptrte__h
|
#ifndef aptrte__h
|
||||||
#define aptrte__h
|
#define aptrte__h
|
||||||
|
|
||||||
|
@ -1,15 +1,31 @@
|
|||||||
#==============================================================================
|
# Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
# File : Makefile.in
|
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
# Created : ven déc 7 13:32:20 CET 2001
|
#
|
||||||
# Author : Paul RASCLE, EDF
|
# This library is free software; you can redistribute it and/or
|
||||||
# Project : SALOME
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
# Copyright : EDF 2001
|
# 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
|
||||||
# $Header$
|
# $Header$
|
||||||
#==============================================================================
|
|
||||||
|
|
||||||
# source path
|
|
||||||
top_srcdir=@top_srcdir@
|
top_srcdir=@top_srcdir@
|
||||||
top_builddir=..
|
top_builddir=../..
|
||||||
srcdir=@srcdir@
|
srcdir=@srcdir@
|
||||||
VPATH=.:@srcdir@
|
VPATH=.:@srcdir@
|
||||||
|
|
||||||
@ -18,5 +34,6 @@ VPATH=.:@srcdir@
|
|||||||
SUBDIRS = OBJECT SMDS SMESHDS Driver DriverMED DriverDAT DriverUNV MEFISTO2 \
|
SUBDIRS = OBJECT SMDS SMESHDS Driver DriverMED DriverDAT DriverUNV MEFISTO2 \
|
||||||
SMESH SMESH_I SMESHFiltersSelection SMESHGUI \
|
SMESH SMESH_I SMESHFiltersSelection SMESHGUI \
|
||||||
SMESH_SWIG
|
SMESH_SWIG
|
||||||
|
# OBJECT SMDS SMESHDS SMESH SMESH_I SMESHGUI
|
||||||
|
|
||||||
@MODULE@
|
@MODULE@
|
||||||
|
@ -1,8 +1,33 @@
|
|||||||
# source path
|
# SMESH OBJECT : interactive object for SMESH visualization
|
||||||
|
#
|
||||||
|
# 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 : Makefile.in
|
||||||
|
# Module : SMESH
|
||||||
|
|
||||||
top_srcdir=@top_srcdir@
|
top_srcdir=@top_srcdir@
|
||||||
top_builddir=../..
|
top_builddir=../../..
|
||||||
srcdir=@srcdir@
|
srcdir=@srcdir@
|
||||||
VPATH=.:@srcdir@:@top_srcdir@/idl:$(top_builddir)/idl:${KERNEL_ROOT_DIR}/idl/salome:${MED_ROOT_DIR}/idl/salome
|
VPATH=.:@srcdir@:@top_srcdir@/idl
|
||||||
|
|
||||||
|
|
||||||
@COMMENCE@
|
@COMMENCE@
|
||||||
@ -23,8 +48,8 @@ LIB_CLIENT_IDL =
|
|||||||
BIN =
|
BIN =
|
||||||
BIN_SRC =
|
BIN_SRC =
|
||||||
|
|
||||||
CPPFLAGS+=$(QT_INCLUDES) $(PYTHON_INCLUDES) $(OCC_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
|
CPPFLAGS+=$(QT_INCLUDES) $(PYTHON_INCLUDES) $(OCC_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES)
|
||||||
LDFLAGS+=$(QT_MT_LIBS) $(OCC_LIBS) $(VTK_LIBS) $(OGL_LIBS) $(PYTHON_LIBS) -lSalomeObject -L${KERNEL_ROOT_DIR}/lib/salome
|
LDFLAGS+=$(QT_MT_LIBS) $(OCC_LIBS) $(VTK_LIBS) $(OGL_LIBS) $(PYTHON_LIBS) -lSalomeObject
|
||||||
|
|
||||||
%_moc.cxx: %.h
|
%_moc.cxx: %.h
|
||||||
$(MOC) $< -o $@
|
$(MOC) $< -o $@
|
||||||
|
@ -1,13 +1,32 @@
|
|||||||
using namespace std;
|
// SMESH OBJECT : interactive object for SMESH visualization
|
||||||
// File : SMESH_Actor.cxx
|
//
|
||||||
// Created : Mon May 13 22:31:18 2002
|
// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// Author : Nicolas REJNERI
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
|
//
|
||||||
// Project : SALOME
|
// This library is free software; you can redistribute it and/or
|
||||||
// Module : SMESH
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// Copyright : Open CASCADE 2002
|
// 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_Actor.cxx
|
||||||
|
// Author : Nicolas REJNERI
|
||||||
|
// Module : SMESH
|
||||||
// $Header$
|
// $Header$
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
/*!
|
/*!
|
||||||
\class SMESH_Actor SMESH_Actor.h
|
\class SMESH_Actor SMESH_Actor.h
|
||||||
\brief ...
|
\brief ...
|
||||||
|
@ -1,13 +1,31 @@
|
|||||||
// File : SMESH_Actor.h
|
// SMESH OBJECT : interactive object for SMESH visualization
|
||||||
// Created : Mon May 13 22:30:51 2002
|
//
|
||||||
// Author : Nicolas REJNERI
|
// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
// Project : SALOME
|
//
|
||||||
// Module : SMESH
|
// This library is free software; you can redistribute it and/or
|
||||||
// Copyright : Open CASCADE 2002
|
// 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_Actor.h
|
||||||
|
// Author : Nicolas REJNERI
|
||||||
|
// Module : SMESH
|
||||||
// $Header$
|
// $Header$
|
||||||
|
|
||||||
|
|
||||||
#ifndef SMESH_ACTOR_H
|
#ifndef SMESH_ACTOR_H
|
||||||
#define SMESH_ACTOR_H
|
#define SMESH_ACTOR_H
|
||||||
|
|
||||||
|
@ -1,8 +1,31 @@
|
|||||||
using namespace std;
|
// SMESH OBJECT : interactive object for SMESH visualization
|
||||||
// File: SMESH_Grid.cxx
|
//
|
||||||
// Created: Fri Sep 27 15:47:42 2002
|
// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// Author: Nicolas REJNERI
|
// 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_Grid.cxx
|
||||||
|
// Author : Nicolas REJNERI
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
#include "SMESH_Grid.h"
|
#include "SMESH_Grid.h"
|
||||||
|
|
||||||
#include "utilities.h"
|
#include "utilities.h"
|
||||||
|
@ -1,13 +1,31 @@
|
|||||||
// File : SMESH_Grid.h
|
// SMESH OBJECT : interactive object for SMESH visualization
|
||||||
// Created : Fri Sep 27 15:30:51 2002
|
//
|
||||||
// Author : Nicolas REJNERI
|
// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
// Project : SALOME
|
//
|
||||||
// Module : SMESH
|
// This library is free software; you can redistribute it and/or
|
||||||
// Copyright : Open CASCADE 2002
|
// 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_Grid.h
|
||||||
|
// Author : Nicolas REJNERI
|
||||||
|
// Module : SMESH
|
||||||
// $Header$
|
// $Header$
|
||||||
|
|
||||||
|
|
||||||
#ifndef SMESH_GRID_H
|
#ifndef SMESH_GRID_H
|
||||||
#define SMESH_GRID_H
|
#define SMESH_GRID_H
|
||||||
|
|
||||||
|
@ -1,17 +1,27 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// Copyright (C) 1991,1995 by
|
// Copyright (C) 2003 OPEN CASCADE
|
||||||
//
|
//
|
||||||
// MATRA DATAVISION, FRANCE
|
// This library is free software; you can redistribute it and/or
|
||||||
//
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// This software is furnished in accordance with the terms and conditions
|
// License as published by the Free Software Foundation; either
|
||||||
// of the contract and with the inclusion of the above copyright notice.
|
// version 2.1 of the License.
|
||||||
// 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
|
// This library is distributed in the hope that it will be useful,
|
||||||
// software is hereby transferred.
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
//
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// At the termination of the contract, the software and all copies of this
|
// Lesser General Public License for more details.
|
||||||
// software must be deleted.
|
//
|
||||||
|
// 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 or email : webmaster@opencascade.org
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// File : Handle_SMDSControl_BoundaryEdges.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDSControl_BoundaryEdges_HeaderFile
|
#ifndef _Handle_SMDSControl_BoundaryEdges_HeaderFile
|
||||||
#define _Handle_SMDSControl_BoundaryEdges_HeaderFile
|
#define _Handle_SMDSControl_BoundaryEdges_HeaderFile
|
||||||
|
@ -1,17 +1,27 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// Copyright (C) 1991,1995 by
|
// Copyright (C) 2003 OPEN CASCADE
|
||||||
//
|
//
|
||||||
// MATRA DATAVISION, FRANCE
|
// This library is free software; you can redistribute it and/or
|
||||||
//
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// This software is furnished in accordance with the terms and conditions
|
// License as published by the Free Software Foundation; either
|
||||||
// of the contract and with the inclusion of the above copyright notice.
|
// version 2.1 of the License.
|
||||||
// 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
|
// This library is distributed in the hope that it will be useful,
|
||||||
// software is hereby transferred.
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
//
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// At the termination of the contract, the software and all copies of this
|
// Lesser General Public License for more details.
|
||||||
// software must be deleted.
|
//
|
||||||
|
// 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 or email : webmaster@opencascade.org
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// File : Handle_SMDSControl_BoundaryFaces.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDSControl_BoundaryFaces_HeaderFile
|
#ifndef _Handle_SMDSControl_BoundaryFaces_HeaderFile
|
||||||
#define _Handle_SMDSControl_BoundaryFaces_HeaderFile
|
#define _Handle_SMDSControl_BoundaryFaces_HeaderFile
|
||||||
|
@ -1,17 +1,27 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// Copyright (C) 1991,1995 by
|
// Copyright (C) 2003 OPEN CASCADE
|
||||||
//
|
//
|
||||||
// MATRA DATAVISION, FRANCE
|
// This library is free software; you can redistribute it and/or
|
||||||
//
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// This software is furnished in accordance with the terms and conditions
|
// License as published by the Free Software Foundation; either
|
||||||
// of the contract and with the inclusion of the above copyright notice.
|
// version 2.1 of the License.
|
||||||
// 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
|
// This library is distributed in the hope that it will be useful,
|
||||||
// software is hereby transferred.
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
//
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// At the termination of the contract, the software and all copies of this
|
// Lesser General Public License for more details.
|
||||||
// software must be deleted.
|
//
|
||||||
|
// 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 or email : webmaster@opencascade.org
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// File : Handle_SMDSControl_MeshBoundary.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDSControl_MeshBoundary_HeaderFile
|
#ifndef _Handle_SMDSControl_MeshBoundary_HeaderFile
|
||||||
#define _Handle_SMDSControl_MeshBoundary_HeaderFile
|
#define _Handle_SMDSControl_MeshBoundary_HeaderFile
|
||||||
|
@ -1,17 +1,28 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// 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_SMDS_DataMapNodeOfDataMapOfIntegerMeshElement.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDS_DataMapNodeOfDataMapOfIntegerMeshElement_HeaderFile
|
#ifndef _Handle_SMDS_DataMapNodeOfDataMapOfIntegerMeshElement_HeaderFile
|
||||||
#define _Handle_SMDS_DataMapNodeOfDataMapOfIntegerMeshElement_HeaderFile
|
#define _Handle_SMDS_DataMapNodeOfDataMapOfIntegerMeshElement_HeaderFile
|
||||||
|
@ -1,17 +1,28 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// 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_SMDS_DataMapNodeOfDataMapOfPntInteger.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDS_DataMapNodeOfDataMapOfPntInteger_HeaderFile
|
#ifndef _Handle_SMDS_DataMapNodeOfDataMapOfPntInteger_HeaderFile
|
||||||
#define _Handle_SMDS_DataMapNodeOfDataMapOfPntInteger_HeaderFile
|
#define _Handle_SMDS_DataMapNodeOfDataMapOfPntInteger_HeaderFile
|
||||||
|
@ -1,17 +1,28 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// 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_SMDS_EdgePosition.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDS_EdgePosition_HeaderFile
|
#ifndef _Handle_SMDS_EdgePosition_HeaderFile
|
||||||
#define _Handle_SMDS_EdgePosition_HeaderFile
|
#define _Handle_SMDS_EdgePosition_HeaderFile
|
||||||
|
@ -1,17 +1,28 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// 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_SMDS_FacePosition.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDS_FacePosition_HeaderFile
|
#ifndef _Handle_SMDS_FacePosition_HeaderFile
|
||||||
#define _Handle_SMDS_FacePosition_HeaderFile
|
#define _Handle_SMDS_FacePosition_HeaderFile
|
||||||
|
@ -1,17 +1,27 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// Copyright (C) 1991,1995 by
|
// Copyright (C) 2003 OPEN CASCADE
|
||||||
//
|
//
|
||||||
// MATRA DATAVISION, FRANCE
|
// This library is free software; you can redistribute it and/or
|
||||||
//
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// This software is furnished in accordance with the terms and conditions
|
// License as published by the Free Software Foundation; either
|
||||||
// of the contract and with the inclusion of the above copyright notice.
|
// version 2.1 of the License.
|
||||||
// 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
|
// This library is distributed in the hope that it will be useful,
|
||||||
// software is hereby transferred.
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
//
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// At the termination of the contract, the software and all copies of this
|
// Lesser General Public License for more details.
|
||||||
// software must be deleted.
|
//
|
||||||
|
// 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 or email : webmaster@opencascade.org
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// File : Handle_SMDS_HSequenceOfMesh.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDS_HSequenceOfMesh_HeaderFile
|
#ifndef _Handle_SMDS_HSequenceOfMesh_HeaderFile
|
||||||
#define _Handle_SMDS_HSequenceOfMesh_HeaderFile
|
#define _Handle_SMDS_HSequenceOfMesh_HeaderFile
|
||||||
|
@ -1,17 +1,28 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// 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_SMDS_ListNodeOfListOfMesh.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDS_ListNodeOfListOfMesh_HeaderFile
|
#ifndef _Handle_SMDS_ListNodeOfListOfMesh_HeaderFile
|
||||||
#define _Handle_SMDS_ListNodeOfListOfMesh_HeaderFile
|
#define _Handle_SMDS_ListNodeOfListOfMesh_HeaderFile
|
||||||
|
@ -1,17 +1,28 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// 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_SMDS_ListNodeOfListOfMeshElement.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDS_ListNodeOfListOfMeshElement_HeaderFile
|
#ifndef _Handle_SMDS_ListNodeOfListOfMeshElement_HeaderFile
|
||||||
#define _Handle_SMDS_ListNodeOfListOfMeshElement_HeaderFile
|
#define _Handle_SMDS_ListNodeOfListOfMeshElement_HeaderFile
|
||||||
|
@ -1,17 +1,27 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// Copyright (C) 1991,1995 by
|
// Copyright (C) 2003 OPEN CASCADE
|
||||||
//
|
//
|
||||||
// MATRA DATAVISION, FRANCE
|
// This library is free software; you can redistribute it and/or
|
||||||
//
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// This software is furnished in accordance with the terms and conditions
|
// License as published by the Free Software Foundation; either
|
||||||
// of the contract and with the inclusion of the above copyright notice.
|
// version 2.1 of the License.
|
||||||
// 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
|
// This library is distributed in the hope that it will be useful,
|
||||||
// software is hereby transferred.
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
//
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// At the termination of the contract, the software and all copies of this
|
// Lesser General Public License for more details.
|
||||||
// software must be deleted.
|
//
|
||||||
|
// 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 or email : webmaster@opencascade.org
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// File : Handle_SMDS_ListNodeOfListOfMeshGroup.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDS_ListNodeOfListOfMeshGroup_HeaderFile
|
#ifndef _Handle_SMDS_ListNodeOfListOfMeshGroup_HeaderFile
|
||||||
#define _Handle_SMDS_ListNodeOfListOfMeshGroup_HeaderFile
|
#define _Handle_SMDS_ListNodeOfListOfMeshGroup_HeaderFile
|
||||||
|
@ -1,17 +1,28 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// 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_SMDS_Mesh.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDS_Mesh_HeaderFile
|
#ifndef _Handle_SMDS_Mesh_HeaderFile
|
||||||
#define _Handle_SMDS_Mesh_HeaderFile
|
#define _Handle_SMDS_Mesh_HeaderFile
|
||||||
|
@ -1,17 +1,28 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// 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_SMDS_MeshEdge.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDS_MeshEdge_HeaderFile
|
#ifndef _Handle_SMDS_MeshEdge_HeaderFile
|
||||||
#define _Handle_SMDS_MeshEdge_HeaderFile
|
#define _Handle_SMDS_MeshEdge_HeaderFile
|
||||||
|
@ -1,17 +1,28 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// 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_SMDS_MeshElement.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDS_MeshElement_HeaderFile
|
#ifndef _Handle_SMDS_MeshElement_HeaderFile
|
||||||
#define _Handle_SMDS_MeshElement_HeaderFile
|
#define _Handle_SMDS_MeshElement_HeaderFile
|
||||||
|
@ -1,17 +1,28 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// 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_SMDS_MeshElementIDFactory.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDS_MeshElementIDFactory_HeaderFile
|
#ifndef _Handle_SMDS_MeshElementIDFactory_HeaderFile
|
||||||
#define _Handle_SMDS_MeshElementIDFactory_HeaderFile
|
#define _Handle_SMDS_MeshElementIDFactory_HeaderFile
|
||||||
|
@ -1,17 +1,28 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// 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_SMDS_MeshFace.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDS_MeshFace_HeaderFile
|
#ifndef _Handle_SMDS_MeshFace_HeaderFile
|
||||||
#define _Handle_SMDS_MeshFace_HeaderFile
|
#define _Handle_SMDS_MeshFace_HeaderFile
|
||||||
|
@ -1,17 +1,27 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// Copyright (C) 1991,1995 by
|
// Copyright (C) 2003 OPEN CASCADE
|
||||||
//
|
//
|
||||||
// MATRA DATAVISION, FRANCE
|
// This library is free software; you can redistribute it and/or
|
||||||
//
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// This software is furnished in accordance with the terms and conditions
|
// License as published by the Free Software Foundation; either
|
||||||
// of the contract and with the inclusion of the above copyright notice.
|
// version 2.1 of the License.
|
||||||
// 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
|
// This library is distributed in the hope that it will be useful,
|
||||||
// software is hereby transferred.
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
//
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// At the termination of the contract, the software and all copies of this
|
// Lesser General Public License for more details.
|
||||||
// software must be deleted.
|
//
|
||||||
|
// 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 or email : webmaster@opencascade.org
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// File : Handle_SMDS_MeshGroup.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDS_MeshGroup_HeaderFile
|
#ifndef _Handle_SMDS_MeshGroup_HeaderFile
|
||||||
#define _Handle_SMDS_MeshGroup_HeaderFile
|
#define _Handle_SMDS_MeshGroup_HeaderFile
|
||||||
|
@ -1,17 +1,28 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// 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_SMDS_MeshHexahedron.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDS_MeshHexahedron_HeaderFile
|
#ifndef _Handle_SMDS_MeshHexahedron_HeaderFile
|
||||||
#define _Handle_SMDS_MeshHexahedron_HeaderFile
|
#define _Handle_SMDS_MeshHexahedron_HeaderFile
|
||||||
|
@ -1,17 +1,28 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// 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_SMDS_MeshIDFactory.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDS_MeshIDFactory_HeaderFile
|
#ifndef _Handle_SMDS_MeshIDFactory_HeaderFile
|
||||||
#define _Handle_SMDS_MeshIDFactory_HeaderFile
|
#define _Handle_SMDS_MeshIDFactory_HeaderFile
|
||||||
|
@ -1,17 +1,28 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// 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_SMDS_MeshNode.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDS_MeshNode_HeaderFile
|
#ifndef _Handle_SMDS_MeshNode_HeaderFile
|
||||||
#define _Handle_SMDS_MeshNode_HeaderFile
|
#define _Handle_SMDS_MeshNode_HeaderFile
|
||||||
|
@ -1,17 +1,28 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// 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_SMDS_MeshNodeIDFactory.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDS_MeshNodeIDFactory_HeaderFile
|
#ifndef _Handle_SMDS_MeshNodeIDFactory_HeaderFile
|
||||||
#define _Handle_SMDS_MeshNodeIDFactory_HeaderFile
|
#define _Handle_SMDS_MeshNodeIDFactory_HeaderFile
|
||||||
|
@ -1,17 +1,28 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// 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_SMDS_MeshObject.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDS_MeshObject_HeaderFile
|
#ifndef _Handle_SMDS_MeshObject_HeaderFile
|
||||||
#define _Handle_SMDS_MeshObject_HeaderFile
|
#define _Handle_SMDS_MeshObject_HeaderFile
|
||||||
|
@ -1,17 +1,28 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// 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_SMDS_MeshPrism.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDS_MeshPrism_HeaderFile
|
#ifndef _Handle_SMDS_MeshPrism_HeaderFile
|
||||||
#define _Handle_SMDS_MeshPrism_HeaderFile
|
#define _Handle_SMDS_MeshPrism_HeaderFile
|
||||||
|
@ -1,17 +1,28 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// 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_SMDS_MeshPyramid.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDS_MeshPyramid_HeaderFile
|
#ifndef _Handle_SMDS_MeshPyramid_HeaderFile
|
||||||
#define _Handle_SMDS_MeshPyramid_HeaderFile
|
#define _Handle_SMDS_MeshPyramid_HeaderFile
|
||||||
|
@ -1,17 +1,28 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// 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_SMDS_MeshQuadrangle.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDS_MeshQuadrangle_HeaderFile
|
#ifndef _Handle_SMDS_MeshQuadrangle_HeaderFile
|
||||||
#define _Handle_SMDS_MeshQuadrangle_HeaderFile
|
#define _Handle_SMDS_MeshQuadrangle_HeaderFile
|
||||||
|
@ -1,17 +1,28 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// 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_SMDS_MeshTetrahedron.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDS_MeshTetrahedron_HeaderFile
|
#ifndef _Handle_SMDS_MeshTetrahedron_HeaderFile
|
||||||
#define _Handle_SMDS_MeshTetrahedron_HeaderFile
|
#define _Handle_SMDS_MeshTetrahedron_HeaderFile
|
||||||
|
@ -1,17 +1,28 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// 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_SMDS_MeshTriangle.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDS_MeshTriangle_HeaderFile
|
#ifndef _Handle_SMDS_MeshTriangle_HeaderFile
|
||||||
#define _Handle_SMDS_MeshTriangle_HeaderFile
|
#define _Handle_SMDS_MeshTriangle_HeaderFile
|
||||||
|
@ -1,17 +1,28 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// 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_SMDS_MeshVolume.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDS_MeshVolume_HeaderFile
|
#ifndef _Handle_SMDS_MeshVolume_HeaderFile
|
||||||
#define _Handle_SMDS_MeshVolume_HeaderFile
|
#define _Handle_SMDS_MeshVolume_HeaderFile
|
||||||
|
@ -1,17 +1,28 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// 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_SMDS_Position.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDS_Position_HeaderFile
|
#ifndef _Handle_SMDS_Position_HeaderFile
|
||||||
#define _Handle_SMDS_Position_HeaderFile
|
#define _Handle_SMDS_Position_HeaderFile
|
||||||
|
@ -1,17 +1,27 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// Copyright (C) 1991,1995 by
|
// Copyright (C) 2003 OPEN CASCADE
|
||||||
//
|
//
|
||||||
// MATRA DATAVISION, FRANCE
|
// This library is free software; you can redistribute it and/or
|
||||||
//
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// This software is furnished in accordance with the terms and conditions
|
// License as published by the Free Software Foundation; either
|
||||||
// of the contract and with the inclusion of the above copyright notice.
|
// version 2.1 of the License.
|
||||||
// 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
|
// This library is distributed in the hope that it will be useful,
|
||||||
// software is hereby transferred.
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
//
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// At the termination of the contract, the software and all copies of this
|
// Lesser General Public License for more details.
|
||||||
// software must be deleted.
|
//
|
||||||
|
// 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 or email : webmaster@opencascade.org
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// File : Handle_SMDS_SequenceNodeOfSequenceOfMesh.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDS_SequenceNodeOfSequenceOfMesh_HeaderFile
|
#ifndef _Handle_SMDS_SequenceNodeOfSequenceOfMesh_HeaderFile
|
||||||
#define _Handle_SMDS_SequenceNodeOfSequenceOfMesh_HeaderFile
|
#define _Handle_SMDS_SequenceNodeOfSequenceOfMesh_HeaderFile
|
||||||
|
@ -1,17 +1,28 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// 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_SMDS_SpacePosition.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDS_SpacePosition_HeaderFile
|
#ifndef _Handle_SMDS_SpacePosition_HeaderFile
|
||||||
#define _Handle_SMDS_SpacePosition_HeaderFile
|
#define _Handle_SMDS_SpacePosition_HeaderFile
|
||||||
|
@ -1,17 +1,28 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// 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_SMDS_StdMapNodeOfExtendedMap.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDS_StdMapNodeOfExtendedMap_HeaderFile
|
#ifndef _Handle_SMDS_StdMapNodeOfExtendedMap_HeaderFile
|
||||||
#define _Handle_SMDS_StdMapNodeOfExtendedMap_HeaderFile
|
#define _Handle_SMDS_StdMapNodeOfExtendedMap_HeaderFile
|
||||||
|
@ -1,17 +1,28 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// 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_SMDS_StdMapNodeOfExtendedOrientedMap.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDS_StdMapNodeOfExtendedOrientedMap_HeaderFile
|
#ifndef _Handle_SMDS_StdMapNodeOfExtendedOrientedMap_HeaderFile
|
||||||
#define _Handle_SMDS_StdMapNodeOfExtendedOrientedMap_HeaderFile
|
#define _Handle_SMDS_StdMapNodeOfExtendedOrientedMap_HeaderFile
|
||||||
|
@ -1,17 +1,28 @@
|
|||||||
// File generated by CPPExt (Transient)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
//
|
//
|
||||||
// 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_SMDS_VertexPosition.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _Handle_SMDS_VertexPosition_HeaderFile
|
#ifndef _Handle_SMDS_VertexPosition_HeaderFile
|
||||||
#define _Handle_SMDS_VertexPosition_HeaderFile
|
#define _Handle_SMDS_VertexPosition_HeaderFile
|
||||||
|
@ -1,12 +1,32 @@
|
|||||||
# -* Makefile *-
|
# SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
#
|
#
|
||||||
# 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@
|
||||||
VPATH=.:@srcdir@:@top_srcdir@/idl
|
VPATH=.:@srcdir@:@top_srcdir@/idl
|
||||||
|
|
||||||
@ -250,9 +270,9 @@ EXPORT_HEADERS= Handle_SMDS_DataMapNodeOfDataMapOfIntegerMeshElement.hxx \
|
|||||||
|
|
||||||
|
|
||||||
# additionnal information to compil and link file
|
# additionnal information to compil and link file
|
||||||
CPPFLAGS += $(OCC_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
|
CPPFLAGS += $(OCC_INCLUDES)
|
||||||
CXXFLAGS += $(OCC_CXXFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
|
CXXFLAGS += $(OCC_CXXFLAGS)
|
||||||
LDFLAGS += $(OCC_LIBS) -L${KERNEL_ROOT_DIR}/lib/salome
|
LDFLAGS += $(OCC_LIBS)
|
||||||
|
|
||||||
# additional file to be cleaned
|
# additional file to be cleaned
|
||||||
MOSTLYCLEAN =
|
MOSTLYCLEAN =
|
||||||
|
@ -1,9 +1,29 @@
|
|||||||
-- File: SMDS.cdl
|
-- SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
-- Created: Wed Jan 23 11:53:00 2002
|
--
|
||||||
-- Author: Jean-Michel BOULCOURT
|
-- Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
-- <jmb@coulox.paris1.matra-dtv.fr>
|
-- CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
---Copyright: Matra Datavision 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 : SMDS.cdl
|
||||||
|
-- Author : Jean-Michel BOULCOURT
|
||||||
|
-- Module : SMESH
|
||||||
|
|
||||||
package SMDS
|
package SMDS
|
||||||
|
|
||||||
|
@ -1,9 +1,28 @@
|
|||||||
-- File: SMDSAbs.cdl
|
-- SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
-- Created: Mon Jun 3 11:57:33 2002
|
--
|
||||||
-- Author: Jean-Michel BOULCOURT
|
-- Copyright (C) 2003 OPEN CASCADE
|
||||||
-- <jmb@localhost.localdomain>
|
--
|
||||||
---Copyright: Matra Datavision 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 or email : webmaster@opencascade.org
|
||||||
|
--
|
||||||
|
--
|
||||||
|
--
|
||||||
|
-- File : SMDSAbs.cdl
|
||||||
|
-- Author : Jean-Michel BOULCOURT
|
||||||
|
-- Module : SMESH
|
||||||
|
|
||||||
package SMDSAbs
|
package SMDSAbs
|
||||||
|
|
||||||
|
@ -1,17 +1,28 @@
|
|||||||
// File generated by CPPExt (Enum)
|
// SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
// 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
|
||||||
|
//
|
||||||
|
// 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 or email : webmaster@opencascade.org
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// File : SMDSAbs_ElementType.hxx
|
||||||
|
// Module : SMESH
|
||||||
|
|
||||||
#ifndef _SMDSAbs_ElementType_HeaderFile
|
#ifndef _SMDSAbs_ElementType_HeaderFile
|
||||||
#define _SMDSAbs_ElementType_HeaderFile
|
#define _SMDSAbs_ElementType_HeaderFile
|
||||||
|
|
||||||
|
@ -1,9 +1,28 @@
|
|||||||
-- File: SMDSControl.cdl
|
-- SMESH SMDS : implementaion of Salome mesh data structure
|
||||||
-- Created: Fri Mar 15 11:05:03 2002
|
--
|
||||||
-- Author: Jean-Michel BOULCOURT
|
-- Copyright (C) 2003 OPEN CASCADE
|
||||||
-- <jmb@coulox.paris1.matra-dtv.fr>
|
--
|
||||||
---Copyright: Matra Datavision 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 or email : webmaster@opencascade.org
|
||||||
|
--
|
||||||
|
--
|
||||||
|
--
|
||||||
|
-- File : SMDSControl.cdl
|
||||||
|
-- Author : Jean-Michel BOULCOURT
|
||||||
|
-- Module : SMESH
|
||||||
|
|
||||||
package SMDSControl
|
package SMDSControl
|
||||||
|
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user