]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/StdMeshers/StdMeshers_FaceSide.hxx
Salome HOME
0020463: EDF 1099 SMESH: performance regression from V4 to V5
[modules/smesh.git] / src / StdMeshers / StdMeshers_FaceSide.hxx
index 202b6a6d4de3845a201c74cd661f72e38638ac3e..f340dad04362d33c56d58349a80d204338c5a236 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;
 };