Commit Graph

1264 Commits

Author SHA1 Message Date
eap
576f56ddf8 0020948]: EDF 1468 SMESH: Histogram of the quality controls
Take into account the range of values of histogram
2010-11-22 17:49:43 +00:00
eap
938bc72f7a 0020948]: EDF 1468 SMESH: Histogram of the quality controls
Add arg to limit range of values
       void GetHistogram(int                   nbIntervals,
                         std::vector<int>&     nbEvents,
                         std::vector<double>&    funValues,
                         const std::vector<int>& elements,
+                        const double*           minmax=0);
2010-11-22 17:48:38 +00:00
rnv
16a840f9c1 Update documentation according to the issue "20948: EDF 1468 SMESH: Histogram of the quality controls" 2010-11-22 11:44:39 +00:00
eap
9dd24d46bc 0020944: EDF 1464 SMESH: detection of over-constrained elements
+	over_constrained_volume.png \
+	over_constrained_face.png \
2010-11-19 16:47:32 +00:00
eap
022f918412 0020944: EDF 1464 SMESH: detection of over-constrained elements
+    FT_OverConstrainedVolume,
+    FT_OverConstrainedFace,
+    class  OverConstrainedVolume: public Predicate
+    class  OverConstrainedFace: public Predicate
2010-11-19 16:47:06 +00:00
eap
1a692fd690 0020948: EDF 1468 SMESH: Histogram of the quality controls
limit computed histogram to a submesh

0020944: EDF 1464 SMESH: detection of over-constrained elements
+    class  OverConstrainedVolume: public Predicate
+    class  OverConstrainedFace: public Predicate
2010-11-19 16:30:10 +00:00
eap
d1f7988fbd 0020948: EDF 1468 SMESH: Histogram of the quality controls
move updating distrubution of scalar bar to SMESH_Actor::UpdateDistribution()

0020944: EDF 1464 SMESH: detection of over-constrained elements
+    class  OverConstrainedVolume: public Predicate
+    class  OverConstrainedFace: public Predicate
2010-11-19 16:28:39 +00:00
eap
8ff7c21dc6 0020948: EDF 1468 SMESH: Histogram of the quality controls
move updating distrubution of scalar bar to SMESH_Actor::UpdateDistribution()
+  virtual void SMESH_Actor::UpdateDistribution() = 0;

0020944: EDF 1464 SMESH: detection of over-constrained elements
+    class  OverConstrainedVolume: public Predicate
+    class  OverConstrainedFace: public Predicate
2010-11-19 16:26:16 +00:00
eap
ebe0faaad0 0020948: EDF 1468 SMESH: Histogram of the quality controls
+  virtual void SMESH_Actor::UpdateDistribution() = 0;

0020944: EDF 1464 SMESH: detection of over-constrained elements
+    class  OverConstrainedVolume: public Predicate
+    class  OverConstrainedFace: public Predicate
2010-11-19 16:24:47 +00:00
eap
cddf6847bc 0020948: EDF 1468 SMESH: Histogram of the quality controls
limit computed histogram to a submesh

0020944: EDF 1464 SMESH: detection of over-constrained elements
+    class  OverConstrainedVolume: public Predicate
+    class  OverConstrainedFace: public Predicate
2010-11-19 16:22:49 +00:00
ptv
1ad6590ec1 0020830: EDF 1357 GUI : Hide/Show Icon 2010-11-17 08:47:59 +00:00
eap
3b2ddf07cc 0020943: EDF 1463 SMESH: additional fonctionnality to the feature 20749
+    class BareBorderVolume: public Predicate
+    class BareBorderFace: public Predicate
2010-11-15 11:51:29 +00:00
eap
8a18df0d9a 0020943: EDF 1463 SMESH: additional fonctionnality to the feature 20749
+    class BareBorderVolume: public Predicate
+    class BareBorderFace: public Predicate
2010-11-15 10:58:38 +00:00
eap
92f6294479 0020943: EDF 1463 SMESH: additional fonctionnality to the feature 20749
+    class SMESHCONTROLS_EXPORT BareBorderVolume: public Predicate
+    class SMESHCONTROLS_EXPORT BareBorderFace: public Predicate
2010-11-15 10:57:23 +00:00
eap
d94954d46e untabify 2010-11-15 10:54:52 +00:00
rnv
80ccf6a58d Implementation point 1 of the "20948: EDF 1468 SMESH: Histogram of the quality controls" feature. 2010-11-13 11:14:11 +00:00
eap
7fbe94d5b4 0020973: EDF 1554 GHS3DPLUGIN: Make possible to have a mixed mesh hexa-tetra with GHS3D
re-check adjacent pyramids after fixing intersection with non-adjacent one
2010-11-13 08:59:22 +00:00
eap
b812db1dd3 0020973: EDF 1554 GHS3DPLUGIN: Make possible to have a mixed mesh hexa-tetra with GHS3D
+  int TotalNbOfTriangles() const { return myNbTriangles; }
+  TopoDS_Shape GetShape() const { return myShape; }
2010-11-13 08:54:52 +00:00
eap
32e5f26956 0020918: EDF 1447 SMESH: Mesh common borders
correct detection of Import algo removal
2010-11-13 07:02:35 +00:00
eap
739be56dc1 0020918: EDF 1447 SMESH: Mesh common borders
remove debug output
2010-11-12 16:00:14 +00:00
eap
441c471028 0020918: EDF 1447 SMESH: Mesh common borders
+    <hypothesis type="ImportSource2D"
+    <hypothesis type="ImportSource1D"
+    <algorithm type="Import_1D"
+    <algorithm type="Import_1D2D"
2010-11-12 15:07:34 +00:00
eap
c6927367c2 rm obsolete commented code 2010-11-12 15:05:29 +00:00
eap
57d0f30b60 0020918: EDF 1447 SMESH: Mesh common borders
+  interface StdMeshers_ImportSource1D : SMESH::SMESH_Hypothesis
+  interface StdMeshers_ImportSource2D : SMESH::SMESH_Hypothesis
+  interface StdMeshers_Import_1D2D : SMESH::SMESH_2D_Algo
+  interface StdMeshers_Import_1D : SMESH::SMESH_1D_Algo
2010-11-12 15:04:31 +00:00
eap
7000823893 0020918: EDF 1447 SMESH: Mesh common borders
+    def UseExisting1DElements(self, geom=0):
+    def UseExisting2DElements(self, geom=0):
2010-11-12 15:03:15 +00:00
eap
ba115b7fa9 0020918: EDF 1447 SMESH: Mesh common borders
+	StdMeshers_ImportSource1D_i.cxx
+	StdMeshers_ImportSource2D_i.cxx
2010-11-12 15:02:15 +00:00
eap
38440ad0a9 0020918: EDF 1447 SMESH: Mesh common borders
Add possibility of selecting many objects
2010-11-12 15:00:50 +00:00
eap
0999093460 0020918: EDF 1447 SMESH: Mesh common borders
+	StdMeshers_ImportSource1D_i.cxx \
+	StdMeshers_ImportSource2D_i.cxx \
+	StdMeshers_Import_1D_i.cxx \
+	StdMeshers_Import_1D2D_i.cxx
2010-11-12 15:00:12 +00:00
eap
9245ef5923 -// $Header: 2010-11-12 15:00:02 +00:00
eap
e1655668ae 0020918: EDF 1447 SMESH: Mesh common borders 2010-11-12 14:55:58 +00:00
eap
c613a3b5c2 untabify 2010-11-12 14:54:49 +00:00
eap
8d44be39e6 0020918: EDF 1447 SMESH: Mesh common borders
1) Remove from the study groups removed by hypotheses events (maybe in other mesh)
2) PyDump groups created by Compute()
2010-11-12 14:52:41 +00:00
eap
f6271fec89 0020918: EDF 1447 SMESH: Mesh common borders
1) NotifySubMeshesHypothesisModification() in LoadFrom()
2) +  virtual void  UpdateAsMeshesRestored(); // for hyps needing full data restored
2010-11-12 14:49:46 +00:00
eap
77adab5aab 0020918: EDF 1447 SMESH: Mesh common borders
1) publish groups created by Compute()
  2) SetStoreName() to groups before storing hypotheses
  3) Store Persistent Id of SMESHDS_Mesh
  4) Let hypotheses update their data after Load() copletion via UpdateAsMeshesRestored()
2010-11-12 14:48:30 +00:00
eap
6386585f46 0020918: EDF 1447 SMESH: Mesh common borders
smesh.Evaluate( mesh, geom ) --> mesh.Evaluate(geom)
2010-11-12 14:43:13 +00:00
eap
b9288c7246 0020918: EDF 1447 SMESH: Mesh common borders
1) clear failed not empty submesh at hyp modification
  2) fix hiding algo detection
2010-11-12 14:42:01 +00:00
eap
f68e8a6388 0020918: EDF 1447 SMESH: Mesh common borders
store GeomAPI_ProjectPointOnCurve
2010-11-12 14:40:33 +00:00
eap
e5dab7ea91 0020918: EDF 1447 SMESH: Mesh common borders
Add means to notify CORBA API implementation level on group removal
   caused by hypotheses events (maybe in other mesh)

-  void RemoveGroup (const int theGroupID);
+  bool RemoveGroup (const int theGroupID);

+  struct TRmGroupCallUp
+  {
+    virtual void RemoveGroup (const int theGroupID)=0;
+    virtual ~TRmGroupCallUp() {}
+  };
+  void SetRemoveGroupCallUp( TRmGroupCallUp * upCaller );
+
+
2010-11-12 14:39:34 +00:00
eap
232594508e 0020918: EDF 1447 SMESH: Mesh common borders
+  /*!
+   * \brief Find a mesh with given persistent ID
+   */
+  SMESH_Mesh* GetMeshByPersistentID(int id);
2010-11-12 14:34:11 +00:00
eap
8c2bc4472d 0020918: EDF 1447 SMESH: Mesh common borders
+  GROUP_NODE,
+  GROUP_EDGE,
+  GROUP_FACE,
+  GROUP_VOLUME,
+  GROUP_0D,
2010-11-12 14:33:34 +00:00
eap
e708406444 0020918: EDF 1447 SMESH: Mesh common borders
+  void SetPersistentId(int id);
+  int GetPersistentId() const;
+  int MaxSubMeshIndex() const;
2010-11-12 14:33:09 +00:00
eap
c80623eeac - virtual SMDS_ElemIteratorPtr GetElements();
+  virtual SMDS_ElemIteratorPtr GetElements() const;
2010-11-12 14:32:16 +00:00
eap
b3e9d221da Regeression of the Test Case 3D_submesh/A0
fix IsMoreLocalThanPredicate after the patch for issue 0020963
2010-11-12 14:31:15 +00:00
eap
acbde3c1ec -// $Header: 2010-11-12 14:29:53 +00:00
eap
ecdc083594 nullify myGroupDS in destructor 2010-11-12 14:29:24 +00:00
eap
f3183a4134 fix comments 2010-11-12 14:28:26 +00:00
eap
d202b9c2ea - virtual bool IsPoly() const { return false; };
+  virtual bool IsPoly() const { return false; }
2010-11-12 14:27:47 +00:00
eap
52e5b910d3 0020918: EDF 1447 SMESH: Mesh common borders 2010-11-12 14:27:09 +00:00
eap
c7886f3dd2 In existingHyps(), protection for hypotheses w/o any gui
HypothesisData* aData = SMESH::GetHypothesisData( aHypVar->GetName() );
+            if ( !aData) continue;
2010-11-10 15:19:59 +00:00
vsr
49792ab647 0020885: EDF 607 SMESH: Measure tools 2010-11-08 13:35:20 +00:00
vsr
bde720be0e minor changes 2010-11-05 21:43:31 +00:00