File convexHull.h
File List > algorithm > convexHull.h
Go to the documentation of this file
// Copyright (c) 2012-2013, IGN France.
// Copyright (c) 2012-2022, Oslandia.
// SPDX-License-Identifier: LGPL-2.0-or-later
#ifndef _SFCGAL_ALGORITHM_CONVEXHULL_H_
#define _SFCGAL_ALGORITHM_CONVEXHULL_H_
#include "SFCGAL/config.h"
#include "SFCGAL/Geometry.h"
namespace SFCGAL {
namespace algorithm {
SFCGAL_API std::unique_ptr<Geometry>
convexHull(const Geometry &g);
SFCGAL_API std::unique_ptr<Geometry>
convexHull3D(const Geometry &g);
} // namespace algorithm
} // namespace SFCGAL
#endif