mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-28 02:00:33 +05:00
remove commented code
This commit is contained in:
parent
987cc89eb9
commit
05cabdfb7d
@ -63,8 +63,6 @@ public:
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
//bool CheckDegenerate(const SMDS_MeshElement* aFace);
|
|
||||||
|
|
||||||
int Preparation(const SMDS_MeshElement* face,
|
int Preparation(const SMDS_MeshElement* face,
|
||||||
Handle_TColgp_HArray1OfPnt& PN,
|
Handle_TColgp_HArray1OfPnt& PN,
|
||||||
Handle_TColgp_HArray1OfVec& VN,
|
Handle_TColgp_HArray1OfVec& VN,
|
||||||
@ -81,17 +79,13 @@ protected:
|
|||||||
const std::vector<const SMDS_MeshElement*>& pyramids);
|
const std::vector<const SMDS_MeshElement*>& pyramids);
|
||||||
|
|
||||||
|
|
||||||
void MergePiramids( const SMDS_MeshElement* PrmI,
|
void MergePiramids( const SMDS_MeshElement* PrmI,
|
||||||
const SMDS_MeshElement* PrmJ,
|
const SMDS_MeshElement* PrmJ,
|
||||||
set<const SMDS_MeshNode*> & nodesToMove);
|
std::set<const SMDS_MeshNode*> & nodesToMove);
|
||||||
|
|
||||||
void MergeAdjacent(const SMDS_MeshElement* PrmI,
|
void MergeAdjacent(const SMDS_MeshElement* PrmI,
|
||||||
set<const SMDS_MeshNode*>& nodesToMove);
|
std::set<const SMDS_MeshNode*>& nodesToMove);
|
||||||
//typedef std::list<const SMDS_MeshFace* > TTriaList;
|
|
||||||
//typedef std::multimap<const SMDS_MeshElement*, TTriaList > TQuad2Trias;
|
|
||||||
|
|
||||||
//TQuad2Trias myResMap;
|
|
||||||
//std::vector<const SMDS_MeshElement*> myPyramids;
|
|
||||||
|
|
||||||
std::set<const SMDS_MeshElement*> myRemovedTrias;
|
std::set<const SMDS_MeshElement*> myRemovedTrias;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user