From 1cd0321916fb26eda7fd79ce2255af04594f5c5c Mon Sep 17 00:00:00 2001 From: cignoni Date: Thu, 3 Dec 2015 22:58:23 +0000 Subject: [PATCH] Renamed VertexTMark into EmptyMark to reflect its nature (do nothing) and be easier to be used in other context (e.g. as a dummy marker functor for edges) --- vcg/complex/algorithms/overlap_estimation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/complex/algorithms/overlap_estimation.h b/vcg/complex/algorithms/overlap_estimation.h index 99e5a60a..5e8de0e0 100644 --- a/vcg/complex/algorithms/overlap_estimation.h +++ b/vcg/complex/algorithms/overlap_estimation.h @@ -58,7 +58,7 @@ template class OverlapEstimation typedef typename MeshType::VertexIterator VertexIterator; typedef typename vector::iterator VertexPointerIterator; typedef GridStaticPtr MeshGrid; - typedef tri::VertTmark MarkerVertex; + typedef tri::EmptyTMark MarkerVertex; private: /** Private simple class needed to perform sampling of pointers to vertexes. */