mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
#17013 [CEA 17006] Meshing a compsolid with one internal vertex per face
This commit is contained in:
parent
9b65ce0c47
commit
3f88168d83
@ -81,10 +81,10 @@ struct Triangulate::PolyVertex
|
||||
PolyVertex* Delete();
|
||||
|
||||
// compare PolyVertex'es by node
|
||||
bool operator()(const PolyVertex* a, const PolyVertex* b) const
|
||||
{
|
||||
return ( a->_nxyz.Node() < b->_nxyz.Node() );
|
||||
}
|
||||
bool operator()(const PolyVertex* a, const PolyVertex* b) const
|
||||
{
|
||||
return ( a->_nxyz.Node() < b->_nxyz.Node() );
|
||||
}
|
||||
// set of PolyVertex sorted by mesh node
|
||||
typedef boost::container::flat_set< PolyVertex*, PolyVertex > PVSet;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user