File reading¶
Provides functions to read points from a CSV file into a PointsHost object.
- Authors
Simone Balducci, Felice Pantaleo, Marco Rovere, Wahid Redjeb, Aurora Perego, Francesco Giacomini
-
namespace clue¶
Functions¶
-
template<std::size_t NDim, concepts::queue TQueue>
inline clue::PointsHost<NDim> read_csv(TQueue &queue, const std::string &file_path)¶ Read points from a CSV file into a PointsHost object.
- Template Parameters:¶
- Parameters:¶
- Returns:¶
A PointsHost object containing the points read from the file
-
template<std::size_t NDim, concepts::queue TQueue>