Version: 6.3.1

idl/ParaMEDMEMComponent.idl

Go to the documentation of this file.
00001 // Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
00002 //
00003 // This library is free software; you can redistribute it and/or
00004 // modify it under the terms of the GNU Lesser General Public
00005 // License as published by the Free Software Foundation; either
00006 // version 2.1 of the License.
00007 //
00008 // This library is distributed in the hope that it will be useful,
00009 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00010 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00011 // Lesser General Public License for more details.
00012 //
00013 // You should have received a copy of the GNU Lesser General Public
00014 // License along with this library; if not, write to the Free Software
00015 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
00016 //
00017 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
00018 //
00019 
00020 // File: ParaMEDMEMComponent.idl
00021 // Project: SALOME
00022 
00027 #ifndef _SALOME_PARAMEDMEMCOMPO_IDL_
00028 #define _SALOME_PARAMEDMEMCOMPO_IDL_
00029 
00030 #include "SALOME_Component.idl"
00031 #include "ParaMEDCouplingCorbaServant.idl"
00032 
00033 module SALOME_MED
00034 {
00035   interface MPIMEDCouplingFieldDoubleCorbaInterface:ParaMEDCouplingFieldDoubleCorbaInterface
00036   {
00037     void getDataByMPI(in string coupling) raises (SALOME::SALOME_Exception);
00038   };
00039 
00040   interface ParaMEDMEMComponent:Engines::EngineComponent,Engines::MPIObject
00041   {
00042     void setInterpolationOptions(in string coupling,
00043                                  in long print_level,
00044                                  in string intersection_type,
00045                                  in double precision,
00046                                  in double median_plane,
00047                                  in boolean do_rotate,
00048                                  in double bounding_box_adjustment,                                              in double bounding_box_adjustment_abs,
00049                                  in double max_distance_for_3Dsurf_intersect,
00050                                  in long orientation,
00051                                  in boolean measure_abs,
00052                                  in string splitting_policy,
00053                                  in boolean P1P0_bary_method) raises (SALOME::SALOME_Exception);
00054     void initializeCoupling(in string coupling) raises (SALOME::SALOME_Exception);
00055     void terminateCoupling(in string coupling) raises (SALOME::SALOME_Exception);
00056   };
00057 } ;
00058 
00059 #endif
Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS