File Edge.cpp
File List > detail > graph > Edge.cpp
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
#include "SFCGAL/detail/graph/Edge.h"
namespace SFCGAL::graph {
Edge::Edge(const int &face_) : face(face_) {}
} // namespace SFCGAL::graph