eap
|
f48b7044a2
|
21948: EDF SMESH : Memory is not freed when deleting a mesh
+ bool myToDeleteInitParamsHypo;
|
2012-12-14 13:54:12 +00:00 |
|
eap
|
0f6b40b239
|
Avoid referencing memory of an automatic variable
struct StdParam
{
- const char* text() const { return myText.toLatin1().constData(); }
+ const char* text() const {
+ ((QByteArray&) myTextAsBytes) = myText.toLatin1(); return myTextAsBytes.constData();
+ }
|
2012-10-15 14:27:55 +00:00 |
|
vsr
|
d4a710ce52
|
Merge from V6_5_BR 05/06/2012
|
2012-06-05 12:18:07 +00:00 |
|
eap
|
d4675122f5
|
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module
Now it's necessary to call myMesh->SetParameters() just before
calling a method using parameters that can be defined via notebook variables
|
2012-03-07 15:13:29 +00:00 |
|
vsr
|
2c607013a2
|
Merge from V6_3_BR 06/06/2011
|
2011-06-06 08:15:39 +00:00 |
|
eap
|
9296d2af7b
|
0021197: EDF 1772 SMESH: Automatic meshing hypothesis
class HypothesesSet
{
+ void setIsCustom( bool );
+ bool getIsCustom() const;
+ int maxDim() const;
|
2011-03-11 13:14:52 +00:00 |
|
vsr
|
9357f5c870
|
Merge from V5_1_main 14/05/2010
|
2010-05-14 15:32:37 +00:00 |
|
eap
|
7af78cc3d0
|
untabify
|
2009-10-01 06:28:20 +00:00 |
|
dmv
|
a89c4cb333
|
0020082: EDF 869 GEOM : Edges Orientation indicator/reverse
|
2009-09-15 13:00:06 +00:00 |
|
asl
|
1f8dc8762c
|
PAL20378
|
2009-09-04 08:21:40 +00:00 |
|
dmv
|
184f00f38e
|
0020082: EDF 869 GEOM : Edges Orientation indicator/reverse
|
2009-07-08 10:34:09 +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 |
|
smh
|
d0f366c4a3
|
Merge from OCC_development_generic_2006
Preparation of 3.2.0a1
|
2006-02-07 15:01:11 +00:00 |
|
jfa
|
6b471bcc54
|
Join modifications from branch BR_3_1_0deb
|
2005-12-28 09:17:39 +00:00 |
|
eap
|
4faf049688
|
PAL10237. Add class HypothesesSet
|
2005-11-01 10:11:11 +00:00 |
|
sln
|
f4cb697fcc
|
Mesh redesine. New fields added to specify whether hypothesis is main or additional one and for storing information about dimensions supported by hypothesis
|
2005-08-23 08:52:20 +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 |
|