MEPP2 Project
FEVV
DataStructures
DataStructures_cgal_surface_mesh.h
Go to the documentation of this file.
1
// Copyright (c) 2012-2019 University of Lyon and CNRS (France).
2
// All rights reserved.
3
//
4
// This file is part of MEPP2; you can redistribute it and/or modify
5
// it under the terms of the GNU General Public License as published
6
// by the Free Software Foundation; either version 3 of the License,
7
// or (at your option) any later version.
8
//
9
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
10
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
11
#pragma once
12
13
#include <CGAL/version_macros.h>
14
15
#include <CGAL/Cartesian.h>
16
#include <CGAL/boost/graph/graph_traits_Surface_mesh.h>
17
18
namespace
FEVV
{
19
20
using
CGALKernel
= CGAL::Cartesian< double >;
21
using
CGALPoint
= CGALKernel::Point_3;
22
23
using
MeshSurface
= CGAL::Surface_mesh< CGALPoint >;
24
25
}
// namespace FEVV
26
FEVV::MeshSurface
CGAL::Surface_mesh< CGALPoint > MeshSurface
Definition:
DataStructures_cgal_surface_mesh.h:23
FEVV
Interfaces for plugins These interfaces will be used for different plugins.
Definition:
Assert.h:16
CGALKernel
CGAL::Cartesian< double > CGALKernel
Definition:
boolops_enriched_polyhedron.hpp:100
FEVV::CGALPoint
CGALKernel::Point_3 CGALPoint
Definition:
DataStructures_cgal_surface_mesh.h:21
Generated by
1.8.20