This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <boost/any.hpp> | |
#include <boost/array.hpp> | |
#include <boost/assert.hpp> | |
#include <boost/assign.hpp> | |
#include <boost/bimap.hpp> | |
#include <boost/bimap/bimap.hpp> | |
#include <boost/bimap/multiset_of.hpp> | |
#include <boost/bind.hpp> | |
#include <boost/call_traits.hpp> | |
#include <boost/concept/assert.hpp> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <CGAL/Simple_cartesian.h> | |
typedef CGAL::Simple_cartesian<double> Kernel; | |
typedef Kernel::FT Scalar; | |
typedef Kernel::Point_3 Point; | |
typedef Kernel::Vector_3 Vector; | |
#include <CGAL/Surface_mesh.h> | |
typedef CGAL::Surface_mesh<Point> Surfacemesh; | |
#include <CGAL/centroid.h> |
OlderNewer