#include <CGAL/basic.h>
#include <CGAL/memory.h>
#include <CGAL/HalfedgeDS_items_decorator.h>
#include <algorithm>
#include <vector>
#include <map>
#include <cstddef>
#include <CGAL/vector.h>
Go to the source code of this file.
Define Documentation
Value:(((f) == Face_handle()) ? (f) : \
(f_new + ( Face_CI (get_f_iter(f)) - f_old)))
Value:(((h) == Halfedge_handle()) ? (h) : \
(h_new + ( Halfedge_CI (get_h_iter(h)) - h_old)))
Value:(((v) == Vertex_handle()) ? (v) : \
(v_new + ( Vertex_CI (get_v_iter(v)) - v_old)))