26  template <
typename DerivedV, 
typename DerivedI>
 
   28    const std::string node_file_name,
 
   29    Eigen::PlainObjectBase<DerivedV>& V,
 
   30    Eigen::PlainObjectBase<DerivedI>& I);
 
   32  template <
typename Scalar, 
typename Index>
 
   34    const std::string node_file_name,
 
   35    std::vector<std::vector<Scalar > > & V,
 
   36    std::vector<std::vector<Index > > & I);
 
   39#ifndef IGL_STATIC_LIBRARY 
   40#  include "readNODE.cpp" 
#define IGL_INLINE
Definition igl_inline.h:15
 
bool readNODE(const std::string node_file_name, Eigen::PlainObjectBase< DerivedV > &V, Eigen::PlainObjectBase< DerivedI > &I)
load a list of points from a .node file