Salome HOME
0020431: EDF 1020 SMESH : Radial Mesh of a cylinder
authoreap <eap@opencascade.com>
Fri, 22 Jan 2010 11:30:28 +0000 (11:30 +0000)
committereap <eap@opencascade.com>
Fri, 22 Jan 2010 11:30:28 +0000 (11:30 +0000)
commit982b910458102ef516e208ccb175f9971007d4d6
treea2849358a38b542cb1d20698e3e7d14cdecda4c3
parent6462277df0568a8ff09dee6babe4a46d8efa2cea
0020431: EDF 1020 SMESH : Radial Mesh of a cylinder
+  virtual bool operator==(const SMESHDS_Hypothesis& other) const;
+  bool operator!=(const SMESHDS_Hypothesis& other) const { return !(*this==other); }
src/SMESHDS/SMESHDS_Hypothesis.cxx
src/SMESHDS/SMESHDS_Hypothesis.hxx