#include "igl_inline.h"
#include <string>
#include <vector>
#include <Eigen/Core>
#include "readNODE.cpp"
 
Go to the source code of this file.
 | 
| template<typename DerivedV , typename DerivedI >  | 
| bool  | igl::readNODE (const std::string node_file_name, Eigen::PlainObjectBase< DerivedV > &V, Eigen::PlainObjectBase< DerivedI > &I) | 
|   | load a list of points from a .node file  
  | 
|   | 
| template<typename Scalar , typename Index >  | 
| bool  | igl::readNODE (const std::string node_file_name, std::vector< std::vector< Scalar > > &V, std::vector< std::vector< Index > > &I) | 
|   | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.  
  | 
|   |