Jelajahi Sumber

templates

Former-commit-id: 988826b34cf3f6ddb22eec714a89c2972f93aef1
Alec Jacobson 8 tahun lalu
induk
melakukan
bff5cd8094
2 mengubah file dengan 4 tambahan dan 0 penghapusan
  1. 2 0
      include/igl/mat_max.cpp
  2. 2 0
      include/igl/mat_min.cpp

+ 2 - 0
include/igl/mat_max.cpp

@@ -41,4 +41,6 @@ IGL_INLINE void igl::mat_max(
 
 #ifdef IGL_STATIC_LIBRARY
 // Explicit template specialization
+// generated by autoexplicit.sh
+template void igl::mat_max<Eigen::Matrix<double, -1, -1, 0, -1, -1>, Eigen::Matrix<double, -1, 1, 0, -1, 1>, Eigen::Matrix<int, -1, 1, 0, -1, 1> >(Eigen::DenseBase<Eigen::Matrix<double, -1, -1, 0, -1, -1> > const&, int, Eigen::PlainObjectBase<Eigen::Matrix<double, -1, 1, 0, -1, 1> >&, Eigen::PlainObjectBase<Eigen::Matrix<int, -1, 1, 0, -1, 1> >&);
 #endif

+ 2 - 0
include/igl/mat_min.cpp

@@ -52,4 +52,6 @@ IGL_INLINE void igl::mat_min(
 
 #ifdef IGL_STATIC_LIBRARY
 // Explicit template specialization
+// generated by autoexplicit.sh
+template void igl::mat_min<Eigen::Matrix<double, -1, -1, 0, -1, -1>, Eigen::Matrix<double, -1, 1, 0, -1, 1>, Eigen::Matrix<int, -1, 1, 0, -1, 1> >(Eigen::DenseBase<Eigen::Matrix<double, -1, -1, 0, -1, -1> > const&, int, Eigen::PlainObjectBase<Eigen::Matrix<double, -1, 1, 0, -1, 1> >&, Eigen::PlainObjectBase<Eigen::Matrix<int, -1, 1, 0, -1, 1> >&);
 #endif