1#ifndef _parameteric_curves_utils_file_io_hpp
2#define _parameteric_curves_utils_file_io_hpp
7#define MAXBUFSIZE ((int)1000000)
33 std::cout <<
"Error while reading matrix from file, line " <<
rows
35 <<
" columnds, while preceding lines had " <<
cols
37 std::cout <<
line <<
"\n";
43 std::cout <<
"Max buffer size exceeded (" <<
rows <<
" rows, " <<
cols
#define MAXBUFSIZE
to read text file
Definition file-io.hpp:7
const Eigen::MatrixXd readMatrixFromFile(const std::string &filename)
Definition file-io.hpp:12
Definition abstract-curve.hpp:16
Definition curve-constraint.hpp:18