sources v1.2

This commit is contained in:
nri 2003-07-10 15:09:01 +00:00
parent 4791f5b30e
commit 724d18c0e6
4 changed files with 99 additions and 33 deletions

View File

@ -1,11 +1,27 @@
//============================================================================= // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// File : SMESH_BasicHypothesis.idl // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Created : mer mai 15 13:37:18 CEST 2002 //
// 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 2002 // License as published by the Free Software Foundation; either
// $Header$ // 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_BasicHypothesis.idl
// Author : Paul RASCLE, EDF
// $Header$
#ifndef _SMESH_BASICHYPOTHESIS_IDL_ #ifndef _SMESH_BASICHYPOTHESIS_IDL_
#define _SMESH_BASICHYPOTHESIS_IDL_ #define _SMESH_BASICHYPOTHESIS_IDL_
@ -28,6 +44,9 @@ module SMESH
void SetNumberOfSegments(in long segmentsNumber) void SetNumberOfSegments(in long segmentsNumber)
raises (SALOME::SALOME_Exception); raises (SALOME::SALOME_Exception);
long GetNumberOfSegments(); long GetNumberOfSegments();
void SetScaleFactor(in double scaleFactor)
raises (SALOME::SALOME_Exception);
double GetScaleFactor();
}; };
interface SMESH_MaxElementArea : SMESH_Hypothesis interface SMESH_MaxElementArea : SMESH_Hypothesis

View File

@ -1,11 +1,27 @@
//============================================================================= // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// File : SMESH_Gen.idl // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Created : jeu avr 11 15:26:35 CEST 2002 //
// 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 2002 // License as published by the Free Software Foundation; either
// $Header$ // version 2.1 of the License.
//============================================================================= //
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
//
//
//
// File : SMESH_Gen.idl
// Author : Paul RASCLE, EDF
// $Header$
#ifndef _SMESH_GEN_IDL_ #ifndef _SMESH_GEN_IDL_
#define _SMESH_GEN_IDL_ #define _SMESH_GEN_IDL_

View File

@ -1,11 +1,27 @@
//============================================================================= // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// File : SMESH_Hypothesis.idl // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Created : jeu avr 11 19:26:16 CEST 2002 //
// 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 2002 // License as published by the Free Software Foundation; either
// $Header$ // version 2.1 of the License.
//============================================================================= //
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
//
//
//
// File : SMESH_Hypothesis.idl
// Author : Paul RASCLE, EDF
// $Header$
#ifndef _SMESH_HYPOTHESIS_IDL_ #ifndef _SMESH_HYPOTHESIS_IDL_
#define _SMESH_HYPOTHESIS_IDL_ #define _SMESH_HYPOTHESIS_IDL_

View File

@ -1,12 +1,27 @@
//============================================================================= // Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// File : SMESH_Mesh.idl // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// Created : jeu avr 11 15:31:39 CEST 2002 //
// 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 2002 // License as published by the Free Software Foundation; either
// $Header$ // version 2.1 of the License.
//============================================================================= //
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
//
//
//
// File : SMESH_Mesh.idl
// Author : Paul RASCLE, EDF
// $Header$
#ifndef _SMESH_MESH_IDL_ #ifndef _SMESH_MESH_IDL_
#define _SMESH_MESH_IDL_ #define _SMESH_MESH_IDL_