X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers%2FStdMeshers_QuadToTriaAdaptor.hxx;h=87063ee3f416098685fdbc8d39b81872dc158ed4;hb=2c8f4c513e0fed76a7f0331542e520e315740aa4;hp=180bb25670ea1b206429e4c17917375c088a2e9c;hpb=2c607013a23bd4e7ba07e72e0c04dee2c1209cff;p=modules%2Fsmesh.git diff --git a/src/StdMeshers/StdMeshers_QuadToTriaAdaptor.hxx b/src/StdMeshers/StdMeshers_QuadToTriaAdaptor.hxx index 180bb2567..87063ee3f 100644 --- a/src/StdMeshers/StdMeshers_QuadToTriaAdaptor.hxx +++ b/src/StdMeshers/StdMeshers_QuadToTriaAdaptor.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -17,7 +17,6 @@ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // -// SMESH SMESH : implementaion of SMESH idl descriptions // File : StdMeshers_QuadToTriaAdaptor.hxx // Module : SMESH // @@ -61,6 +60,8 @@ public: bool Compute(SMESH_Mesh& aMesh); + const TopoDS_Shape& GetShape() const { return myShape; } + protected: int Preparation(const SMDS_MeshElement* face, @@ -87,11 +88,10 @@ protected: std::set& nodesToMove); + TopoDS_Shape myShape; std::set myRemovedTrias; - std::list< const SMDS_MeshNode* > myDegNodes; - - const SMESH_ElementSearcher* myElemSearcher; + const SMESH_ElementSearcher* myElemSearcher; }; #endif