Salome HOME
Merge with V5:
authoreap <eap@opencascade.com>
Thu, 29 Oct 2009 08:35:03 +0000 (08:35 +0000)
committereap <eap@opencascade.com>
Thu, 29 Oct 2009 08:35:03 +0000 (08:35 +0000)
+  /*!
+   * \brief Wrap for vertex using data from other FaceSide
+   */
+  StdMeshers_FaceSide(const SMDS_MeshNode* theNode,
+                      const gp_Pnt2d thePnt2d,
+                      const StdMeshers_FaceSide* theSide);

src/StdMeshers/StdMeshers_FaceSide.hxx

index 202b6a6d4de3845a201c74cd661f72e38638ac3e..8382a8fbd1cba8f8f4ae665e156c65fbe27c3590 100644 (file)
@@ -93,7 +93,12 @@ public:
                       SMESH_Mesh*        theMesh,
                       const bool         theIsForward,
                       const bool         theIgnoreMediumNodes);
-
+  /*!
+   * \brief Wrap for vertex using data from other FaceSide
+   */
+  StdMeshers_FaceSide(const SMDS_MeshNode* theNode,
+                      const gp_Pnt2d thePnt2d,
+                      const StdMeshers_FaceSide* theSide);
   /*!
    * \brief Return wires of a face as StdMeshers_FaceSide's
    */
@@ -202,6 +207,7 @@ protected:
   int                               myNbPonits, myNbSegments;
   SMESH_Mesh*                       myMesh;
   bool                              myMissingVertexNodes, myIgnoreMediumNodes;
+  gp_Pnt2d                          myDefaultPnt2d;
 };