X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshers%2FStdMeshers_Prism_3D.hxx;h=f4e49ce63190253cd9ec38a4abb5defb46ae257d;hp=3a4f61f4dcd49d4bd2e4294be4db7d8f43a841ba;hb=b1f58b701eb4ec6fb4a14b070041f2c89e44723c;hpb=70e4ab70fb3d35f26d8979620fdb5e2e167250a9;ds=sidebyside diff --git a/src/StdMeshers/StdMeshers_Prism_3D.hxx b/src/StdMeshers/StdMeshers_Prism_3D.hxx index 3a4f61f4d..f4e49ce63 100644 --- a/src/StdMeshers/StdMeshers_Prism_3D.hxx +++ b/src/StdMeshers/StdMeshers_Prism_3D.hxx @@ -460,6 +460,11 @@ public: */ bool computeWalls(const Prism_3D::TPrismTopo& thePrism); + /*! + * \brief Returns a source EDGE of propagation to a given EDGE + */ + TopoDS_Edge findPropagationSource( const TopoDS_Edge& E ); + /*! * \brief Find correspondence between bottom and top nodes. * If elements on the bottom and top faces are topologically different, @@ -514,6 +519,8 @@ private: // (the column includes the bottom node) TNode2ColumnMap myBotToColumnMap; + TopTools_IndexedMapOfShape* myPropagChains; + }; // class StdMeshers_Prism_3D #endif