// Copyright (c) 1997-2002 Max-Planck-Institute Saarbruecken (Germany). // All rights reserved. // // This file is part of CGAL (www.cgal.org). // // $URL: https://github.com/CGAL/cgal/blob/v5.1/Nef_3/include/CGAL/Nef_3/SNC_items.h $ // $Id: SNC_items.h 0779373 2020-03-26T13:31:46+01:00 Sébastien Loriot // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // // Author(s) : Michael Seel // Miguel Granados // Susan Hert // Lutz Kettner // Peter Hachenberger #ifndef CGAL_SNC_ITEMS_H #define CGAL_SNC_ITEMS_H #include #include #include #include #include #include #include #include #undef CGAL_NEF_DEBUG #define CGAL_NEF_DEBUG 83 #include namespace CGAL { template class SNC_sphere_map; template class SM_decorator; class SNC_items { public: template class Vertex : public Vertex_base {}; template class SVertex : public Halfedge_base {}; template class Halffacet : public Halffacet_base {}; template class Volume : public Volume_base {}; template class SHalfedge : public SHalfedge_base {}; template class SHalfloop : public SHalfloop_base {}; template class SFace : public SFace_base {}; }; // SNC_items } //namespace CGAL #endif //CGAL_SNC_ITEMS_H