20 const std::string &path,
28 const std::string &path,
29 const Eigen::MatrixXd &points,
30 const Eigen::MatrixXi &cells,
31 const std::vector<int> &body_ids,
33 const bool binary =
false);
39 const std::string &path,
40 const Eigen::MatrixXd &points,
41 const std::vector<std::vector<int>> &cells,
42 const std::vector<int> &body_ids,
44 const bool binary =
false);