File collectionHomogenize.h
File List > algorithm > collectionHomogenize.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_COLLECTION_HOMOGENIZE_ALGORITHM
#define SFCGAL_COLLECTION_HOMOGENIZE_ALGORITHM
#include "SFCGAL/config.h"
#include <memory>
#include "SFCGAL/Geometry.h"
#include "SFCGAL/GeometryCollection.h"
namespace SFCGAL {
namespace algorithm {
SFCGAL_API std::unique_ptr<Geometry>
collectionHomogenize(std::unique_ptr<Geometry> coll);
} // namespace algorithm
} // namespace SFCGAL
#endif