Added a simpler CompactEveryVector to allocate to compact face edge and vertices...
This commit is contained in:
parent
888b89f834
commit
8f45cb352e
|
@ -645,6 +645,13 @@ namespace tri {
|
|||
}
|
||||
}
|
||||
|
||||
static void CompactEveryVector( MeshType &m)
|
||||
{
|
||||
CompactVertexVector(m);
|
||||
CompactEdgeVector(m);
|
||||
CompactFaceVector(m);
|
||||
}
|
||||
|
||||
|
||||
/*!
|
||||
\brief Compact vector of vertices removing deleted elements.
|
||||
|
|
Loading…
Reference in New Issue