eap
|
c3597c66f0
|
+ /*!
+ * \brief Function used in SMESH_CATCH to convert a caught exception to
+ * SALOME::SALOME_Exception
+ */
+ inline void throwCorbaException(const char* excText)
+ {
+ THROW_SALOME_CORBA_EXCEPTION( excText, SALOME::INTERNAL_ERROR );
+ }
|
2012-12-17 15:38:09 +00:00 |
|
eap
|
ee00100fa4
|
21948: EDF SMESH : Memory is not freed when deleting a mesh
Elimenate memory leaks on CORBA objects, servants of SALOMEDS objects etc
|
2012-12-14 13:34:34 +00:00 |
|
vsr
|
13ff1c4641
|
Merge from V6_6_BR (V6_6_0rc2) 11/12/2012
|
2012-12-11 13:23:39 +00:00 |
|
vsr
|
c5698502cc
|
0021478: EDF 2083 ALL: Write the version of Salome used to create the study in the hdf file
|
2012-10-16 08:28:43 +00:00 |
|
eap
|
bbc0ed28d2
|
021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
+ SMESH::SMESH_Mesh_ptr CreateMeshesFromGMF( const char* theFileName,
+ SMESH::ComputeError_out theError)
|
2012-09-24 11:31:06 +00:00 |
|
eap
|
1d17e561d7
|
0021459: EDF 1495 SMESH: Manipulation of discrete elements with attributes
|
2012-07-19 13:26:17 +00:00 |
|
eap
|
16f4d26534
|
Avoid synchronization with geom groups when closing a study
+ void setCurrentStudy( SALOMEDS::Study_ptr theStudy,
+ bool theStudyIsBeingClosed=false);
|
2012-06-20 12:25:16 +00:00 |
|
vsr
|
d4a710ce52
|
Merge from V6_5_BR 05/06/2012
|
2012-06-05 12:18:07 +00:00 |
|
eap
|
f5efe8066b
|
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module
Store names of variables set via UpdateParameters() in myLastParameters field
- void UpdateParameters(CORBA::Object_ptr theObject, const char* theParameters);
+ void UpdateParameters(/*CORBA::Object_ptr theObject,*/ const char* theParameters);
+ const std::vector< std::string >& GetLastParameters() const { return myLastParameters; }
+ std::vector< std::string > myLastParameters;
|
2012-03-07 14:52:53 +00:00 |
|
eap
|
11bf8d1e4d
|
0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
+ bool ToForgetMeshDataOnHypModif() const { return myToForgetMeshDataOnHypModif; }
|
2012-02-24 10:50:28 +00:00 |
|
eap
|
2978b5432c
|
0021375: EDF 1671 SMESH: Dump study of current state
+ virtual void SetOption(const char*, const char*);
+ virtual char* GetOption(const char*);
+ bool myIsHistoricalPythonDump;
|
2012-02-09 13:17:21 +00:00 |
|
vsr
|
b6174726d9
|
Merge from V6_3_BR branch (Windows porting) 27/10/2011
|
2011-10-27 15:33:35 +00:00 |
|
eap
|
17e2284321
|
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
+ SMESH::mesh_array* CreateMeshesFromCGNS( const char* theFileName,
+ SMESH::DriverMED_ReadStatus& theStatus )
|
2011-08-10 10:28:52 +00:00 |
|
vsr
|
2c607013a2
|
Merge from V6_3_BR 06/06/2011
|
2011-06-06 08:15:39 +00:00 |
|
ouv
|
5f35b29326
|
Issue 0013373: EDF PAL 273 : Option Single/Multi file dump
|
2011-03-29 07:37:38 +00:00 |
|
adam
|
5142df035d
|
Implement Cancel Compute (begin)
|
2011-03-17 08:40:57 +00:00 |
|
jfa
|
301af5256a
|
Mantis issue 0021108: EDF 1668 SMESH: ExtrusionAlongPathX on a Mesh group.
|
2010-12-29 10:27:23 +00:00 |
|
inv
|
2de294b09a
|
Merge from V6_2_BR 23/12/2010
|
2010-12-24 08:18:34 +00:00 |
|
vsr
|
d8f644ca3d
|
Merge from V5_1_main branch 24/11/2010
|
2010-11-25 12:44:43 +00:00 |
|
vsr
|
9357f5c870
|
Merge from V5_1_main 14/05/2010
|
2010-05-14 15:32:37 +00:00 |
|
ouv
|
6c4be33671
|
Issue 0020514: EDF 1110 SMESH : Export many meshes in one Med File
|
2010-01-11 07:17:11 +00:00 |
|
vsr
|
2daa321efa
|
Merge from V5_1_3_BR branch (07/12/09)
|
2009-12-08 13:11:42 +00:00 |
|
vsr
|
3fa4acc3ab
|
Fix problem in Mesh module on closing study operation (reference to the non existent study is kept and used)
|
2009-09-29 14:11:58 +00:00 |
|
ptv
|
40b2818f18
|
0019296: EDF 681 SMESH - Pre-evaluation of the number of elements before mesh
Replace hard coded values of element types by new enumeration (added in advanced mesh info Improvement)
|
2009-08-25 05:18:16 +00:00 |
|
skl
|
bb0c89d5a8
|
Implememtation of evaluation for improvement 0019296.
|
2009-06-29 13:26:16 +00:00 |
|
eap
|
908ed4f2a2
|
0020210: EDF SMESH 976: Update of a smesh group after modification of the associated geom group
+ static void SetPixMap(SALOMEDS::SObject_ptr theSObject,
+ const char* thePixMap);
|
2009-04-03 14:30:42 +00:00 |
|
vsr
|
0635c9fc80
|
Merge from BR_V5_DEV 16Feb09
|
2009-02-17 05:27:49 +00:00 |
|
jfa
|
79b1ac2b6d
|
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
|
2008-03-07 07:47:05 +00:00 |
|
jfa
|
c63ee099ad
|
Join modifications from branch BR_DEBUG_3_2_0b1
|
2006-06-01 11:39:17 +00:00 |
|
jfa
|
57b43b4d01
|
Join modifications from branch OCC_debug_for_3_2_0b1
|
2006-05-06 08:51:48 +00:00 |
|
jfa
|
4ff5bd6154
|
Join modifications from branch OCC_development_for_3_2_0a2
|
2006-03-13 15:29:49 +00:00 |
|
smh
|
d0f366c4a3
|
Merge from OCC_development_generic_2006
Preparation of 3.2.0a1
|
2006-02-07 15:01:11 +00:00 |
|
eap
|
95dab66d27
|
PAL10494 (SMESH python dump uses idl interface). Python dump converted to smesh.py API, usage of TPythonDump tool
|
2005-12-15 08:34:25 +00:00 |
|
eap
|
81e9dbdf6c
|
PAL10491. Add GetAlgoState()
|
2005-11-14 09:11:54 +00:00 |
|
smh
|
c38c10811a
|
SMH: Preparation version 3.0.0 - merge (HEAD+POLYWORK)
|
2005-06-07 13:22:20 +00:00 |
|
apo
|
7a6418e0be
|
Undo mistaken commit
|
2005-03-23 05:56:25 +00:00 |
|
apo
|
c111d3b520
|
[Bug PAL7444] display mesh takes a lot of more memory in 2.1.0 than in 2.0.0.
|
2005-03-22 12:50:34 +00:00 |
|
admin
|
e4737e85f0
|
Merge with version on tag OCC-V2_1_0d
|
2004-12-01 10:48:31 +00:00 |
|
yfr
|
c3bf92bd87
|
DCQ : Merge with Ecole_Ete_a6.
|
2004-06-18 08:34:31 +00:00 |
|
jrt
|
61c36a7e0c
|
Creating and importing 2 meshes from the same engine was not working. Mesh ID management was change to fix this problem.
|
2004-03-26 14:53:44 +00:00 |
|
jrt
|
7b70ad87bf
|
Merge br_enable_import_mesh. Enable import mesh and save/load SMESH study.
|
2004-03-15 18:42:16 +00:00 |
|
yfr
|
cae755c4b2
|
yfr : merge 1.2
|
2003-07-10 13:35:03 +00:00 |
|
nri
|
26dabc480d
|
NRI : First integration.
|
2003-05-19 13:54:48 +00:00 |
|