eap c25ddc7d49 0022108: EDF 2547 SMESH: Duplicate elements only
More filters

+  struct Filter
+  {
+    virtual bool operator()(const SMDS_MeshElement* e) const = 0;
+    ~Filter() {}
+  };
+  struct NonNullFilter: public Filter
2013-05-28 16:41:00 +00:00
..
2013-04-01 13:05:47 +00:00
2013-04-01 13:05:47 +00:00
2013-04-01 13:05:47 +00:00
2012-08-09 10:03:55 +00:00
2013-04-01 13:05:47 +00:00
2013-05-16 16:04:50 +00:00
2013-04-01 13:05:47 +00:00