You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Iff the e_link is empty in the code. We get an exception on front.
mplate<class M, class V, class E, class P>
CINO_INLINE
bool AbstractPolygonMesh<M,V,E,P>::vert_is_manifold(const uint vid) const
{
for(uint eid : this->adj_v2e(vid))
{
if(!this->edge_is_manifold(eid)) return false;
}
Iff the e_link is empty in the code. We get an exception on front.
mplate<class M, class V, class E, class P>
CINO_INLINE
bool AbstractPolygonMesh<M,V,E,P>::vert_is_manifold(const uint vid) const
{
for(uint eid : this->adj_v2e(vid))
{
if(!this->edge_is_manifold(eid)) return false;
}
The text was updated successfully, but these errors were encountered: