mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-28 08:20:33 +05:00
Merging with BR_WPdev_For_5_0
This commit is contained in:
parent
376d3f226c
commit
65d1c98391
@ -26,7 +26,6 @@
|
||||
// Module : SMESH
|
||||
// $Header$
|
||||
|
||||
using namespace std;
|
||||
#include "SMESH_2D_Algo.hxx"
|
||||
#include "SMESH_Gen.hxx"
|
||||
|
||||
@ -36,6 +35,8 @@ using namespace std;
|
||||
#include <TopExp.hxx>
|
||||
#include <TopoDS.hxx>
|
||||
|
||||
using namespace std;
|
||||
|
||||
//=============================================================================
|
||||
/*!
|
||||
*
|
||||
|
@ -27,20 +27,20 @@
|
||||
#define LIBSMESH_SWIG_H
|
||||
|
||||
#ifdef WNT
|
||||
#if defined SMESHSWIG_EXPORTS
|
||||
#define SMESHSWIG_EXPORT __declspec( dllexport )
|
||||
#if defined SMESH_SWIG_EXPORTS
|
||||
#define SMESH_SWIG_EXPORT __declspec( dllexport )
|
||||
#else
|
||||
#define SMESHSWIG_EXPORT __declspec( dllimport )
|
||||
#define SMESH_SWIG_EXPORT __declspec( dllimport )
|
||||
#endif
|
||||
#else
|
||||
#define SMESHSWIG_EXPORT
|
||||
#define SMESH_SWIG_EXPORT
|
||||
#endif
|
||||
|
||||
// IDL includes
|
||||
#include <SALOMEconfig.h>
|
||||
#include CORBA_SERVER_HEADER(SALOMEDS)
|
||||
|
||||
class SMESHSWIG_EXPORT SMESH_Swig
|
||||
class SMESH_SWIG_EXPORT SMESH_Swig
|
||||
{
|
||||
public:
|
||||
SMESH_Swig();
|
||||
|
@ -49,7 +49,7 @@ public:
|
||||
|
||||
};
|
||||
|
||||
class StdMeshers_UseExisting_1D: public SMESH_1D_Algo
|
||||
class STDMESHERS_EXPORT StdMeshers_UseExisting_1D: public SMESH_1D_Algo
|
||||
{
|
||||
public:
|
||||
StdMeshers_UseExisting_1D(int hypId, int studyId, SMESH_Gen* gen);
|
||||
|
@ -27,7 +27,6 @@
|
||||
// Module : SMESH
|
||||
// $Header$
|
||||
|
||||
using namespace std;
|
||||
#include "StdMeshers_NumberOfSegments_i.hxx"
|
||||
#include "SMESH_Gen_i.hxx"
|
||||
#include "SMESH_Gen.hxx"
|
||||
@ -38,6 +37,7 @@ using namespace std;
|
||||
|
||||
#include <TCollection_AsciiString.hxx>
|
||||
|
||||
using namespace std;
|
||||
//=============================================================================
|
||||
/*!
|
||||
* StdMeshers_NumberOfSegments_i::StdMeshers_NumberOfSegments_i
|
||||
|
@ -26,8 +26,6 @@
|
||||
// Module : SMESH
|
||||
// $Header$
|
||||
|
||||
using namespace std;
|
||||
|
||||
#include "StdMeshers_ProjectionSource1D_i.hxx"
|
||||
|
||||
#include "SMESH_Gen_i.hxx"
|
||||
@ -39,6 +37,8 @@ using namespace std;
|
||||
|
||||
#include "StdMeshers_ObjRefUlils.hxx"
|
||||
|
||||
using namespace std;
|
||||
|
||||
//=============================================================================
|
||||
/*!
|
||||
* StdMeshers_ProjectionSource1D_i::StdMeshers_ProjectionSource1D_i
|
||||
|
Loading…
Reference in New Issue
Block a user