📄 sm_decorator_traits.h
字号:
// Copyright (c) 1997-2002 Max-Planck-Institute Saarbruecken (Germany).// All rights reserved.//// This file is part of CGAL (www.cgal.org); you may redistribute it under// the terms of the Q Public License version 1.0.// See the file LICENSE.QPL distributed with CGAL.//// Licensees holding a valid commercial license may use this file in// accordance with the commercial license agreement provided with the software.//// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.//// $URL: svn+ssh://scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.3-branch/Nef_S2/include/CGAL/Nef_S2/SM_decorator_traits.h $// $Id: SM_decorator_traits.h 29754 2006-03-24 13:08:31Z hachenb $// //// Author(s) : Peter Hachenberger <hachenberger@mpi-sb.mpg.de>#ifndef CGAL_NEF_SM_DECORATOR_TRAITS_H#define CGAL_NEF_SM_DECORATOR_TRAITS_Htemplate <class Refs_>class SM_decorator_traits { typedef Refs_ Refs; public: typedef typename Refs::SVertex_handle SVertex_handle; typedef typename Refs::SHalfedge_handle SHalfedge_handle; typedef typename Refs::SHalfloop_handle SHalfloop_handle; typedef typename Refs::SFace_handle SFace_handle; typedef typename Refs::SVertex_iterator SVertex_iterator; typedef typename Refs::SHalfedge_iterator SHalfedge_iterator; typedef typename Refs::SHalfloop_iterator SHalfloop_iterator; typedef typename Refs::SFace_iterator SFace_iterator; typedef typename Refs::SVertex_const_handle SVertex_const_handle; typedef typename Refs::SHalfedge_const_handle SHalfedge_const_handle; typedef typename Refs::SHalfloop_const_handle SHalfloop_const_handle; typedef typename Refs::SFace_const_handle SFace_const_handle; typedef typename Refs::SVertex_const_iterator SVertex_const_iterator; typedef typename Refs::SHalfedge_const_iterator SHalfedge_const_iterator; typedef typename Refs::SHalfloop_const_iterator SHalfloop_const_iterator; typedef typename Refs::SFace_const_iterator SFace_const_iterator; typedef typename Refs::SHalfedge_around_svertex_circulator SHalfedge_around_svertex_circulator; typedef typename Refs::SHalfedge_around_sface_circulator SHalfedge_around_sface_circulator; typedef typename Refs::SFace_cycle_iterator SFace_cycle_iterator;};template <class Refs_>class SM_decorator_const_traits { typedef Refs_ Refs; public: typedef typename Refs::SVertex_const_handle SVertex_handle; typedef typename Refs::SHalfedge_const_handle SHalfedge_handle; typedef typename Refs::SHalfloop_const_handle SHalfloop_handle; typedef typename Refs::SFace_const_handle SFace_handle; typedef typename Refs::SVertex_const_iterator SVertex_iterator; typedef typename Refs::SHalfedge_const_iterator SHalfedge_iterator; typedef typename Refs::SHalfloop_const_iterator SHalfloop_iterator; typedef typename Refs::SFace_const_iterator SFace_iterator; typedef typename Refs::SHalfedge_around_svertex_const_circulator SHalfedge_around_svertex_circulator; typedef typename Refs::SHalfedge_around_sface_const_circulator SHalfedge_around_sface_circulator; typedef typename Refs::SFace_cycle_const_iterator SFace_cycle_iterator; typedef typename Refs::SVertex_const_handle SVertex_const_handle; typedef typename Refs::SHalfedge_const_handle SHalfedge_const_handle; typedef typename Refs::SHalfloop_const_handle SHalfloop_const_handle; typedef typename Refs::SFace_const_handle SFace_const_handle; typedef typename Refs::SVertex_const_iterator SVertex_const_iterator; typedef typename Refs::SHalfedge_const_iterator SHalfedge_const_iterator; typedef typename Refs::SHalfloop_const_iterator SHalfloop_const_iterator; typedef typename Refs::SFace_const_iterator SFace_const_iterator; typedef typename Refs::SHalfedge_around_svertex_const_circulator SHalfedge_around_svertex_const_circulator; typedef typename Refs::SHalfedge_around_sface_const_circulator SHalfedge_around_sface_const_circulator; typedef typename Refs::SFace_cycle_const_iterator SFace_cycle_const_iterator;};#endif // CGAL_NEF_SM_DECORATOR_TRAITS_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -