libigl v2.5.0
Loading...
Searching...
No Matches
resolve_duplicated_faces.h
Go to the documentation of this file.
1// This file is part of libigl, a simple c++ geometry processing library.
2//
3// Copyright (C) 2015 Qingnan Zhou <qnzhou@gmail.com>
4//
5// This Source Code Form is subject to the terms of the Mozilla Public License
6// v. 2.0. If a copy of the MPL was not distributed with this file, You can
7// obtain one at http://mozilla.org/MPL/2.0/.
8//
9#ifndef IGL_COPYLEFT_RESOLVE_DUPLICATED_FACES
10#define IGL_COPYLEFT_RESOLVE_DUPLICATED_FACES
11
12#include "igl_inline.h"
13#include <Eigen/Core>
14
15namespace igl {
33 template<
34 typename DerivedF1,
35 typename DerivedF2,
36 typename DerivedJ >
38 const Eigen::MatrixBase<DerivedF1>& F1,
39 Eigen::PlainObjectBase<DerivedF2>& F2,
40 Eigen::PlainObjectBase<DerivedJ>& J);
41
42}
43
44#ifndef IGL_STATIC_LIBRARY
45# include "resolve_duplicated_faces.cpp"
46#endif
47
48#endif
#define IGL_INLINE
Definition igl_inline.h:15
Definition AABB.h:17
void resolve_duplicated_faces(const Eigen::MatrixBase< DerivedF1 > &F1, Eigen::PlainObjectBase< DerivedF2 > &F2, Eigen::PlainObjectBase< DerivedJ > &J)
Resolve duplicated faces according to the following rules per unique face: