23 #ifndef INCLUDE_OFF_READER_INTERFACE_H_ 24 #define INCLUDE_OFF_READER_INTERFACE_H_ 26 #include <gudhi/Points_off_io.h> 34 std::vector<std::vector<double>> read_points_from_OFF_file(
const std::string& off_file) {
36 return off_reader.get_point_cloud();
41 #endif // INCLUDE_OFF_READER_INTERFACE_H_ OFF file reader implementation in order to read points from an OFF file.
Definition: Points_off_io.h:134
Definition: SimplicialComplexForAlpha.h:26