Browse Source

VF reader

Former-commit-id: 31218a0989815757acb5f99089a0011438495c4d
Alec Jacobson 10 years ago
parent
commit
9dac315ad8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/igl/writePLY.cpp

+ 1 - 0
include/igl/writePLY.cpp

@@ -154,4 +154,5 @@ IGL_INLINE bool igl::writePLY(
 #ifdef IGL_STATIC_LIBRARY
 // Explicit template specialization
 template bool igl::writePLY<Eigen::Matrix<double, -1, -1, 0, -1, -1>, Eigen::Matrix<int, -1, -1, 0, -1, -1> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Eigen::PlainObjectBase<Eigen::Matrix<double, -1, -1, 0, -1, -1> > const&, Eigen::PlainObjectBase<Eigen::Matrix<int, -1, -1, 0, -1, -1> > const&, bool);
+template bool igl::writePLY<Eigen::Matrix<double, -1, 3, 0, -1, 3>, Eigen::Matrix<int, -1, 3, 0, -1, 3> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Eigen::PlainObjectBase<Eigen::Matrix<double, -1, 3, 0, -1, 3> > const&, Eigen::PlainObjectBase<Eigen::Matrix<int, -1, 3, 0, -1, 3> > const&, bool);
 #endif