diff --git a/vcg/simplex/face/topology.h b/vcg/simplex/face/topology.h index 056d55b2..dd99e24e 100644 --- a/vcg/simplex/face/topology.h +++ b/vcg/simplex/face/topology.h @@ -531,6 +531,13 @@ static void FlipEdge(FaceType &f, const int z) } } +template +void VFDetach(FaceType & f) +{ + VFDetach(f,0); + VFDetach(f,1); + VFDetach(f,2); +} // Stacca la faccia corrente dalla catena di facce incidenti sul vertice z, // NOTA funziona SOLO per la topologia VF!!!