File triangulate2DZ.h
File List > src > triangulate > triangulate2DZ.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_TRIANGULATE_TRIANGULATE2DZ_H_
#define _SFCGAL_TRIANGULATE_TRIANGULATE2DZ_H_
#include "SFCGAL/config.h"
#include "SFCGAL/Geometry.h"
#include "SFCGAL/detail/triangulate/ConstraintDelaunayTriangulation.h"
namespace SFCGAL {
namespace triangulate {
SFCGAL_API void
triangulate2DZ(const Geometry &g, ConstraintDelaunayTriangulation &triangulate);
SFCGAL_API ConstraintDelaunayTriangulation
triangulate2DZ(const Geometry &g);
} // namespace triangulate
} // namespace SFCGAL
#endif