8#include "CLUEstering/detail/concepts.hpp"
21 template <
size_t NDim, concepts::queue TQueue>
31 template <
size_t NDim, concepts::queue TQueue>
36#include "CLUEstering/utils/detail/read_csv.hpp"
Provides the PointsHost class for managing points in host memory.
The PointsHost class is a data structure that manages points in host memory. It provides methods to a...
Definition PointsHost.hpp:24
clue::PointsHost< NDim > read_csv(TQueue &queue, const std::string &file_path)
Read points from a CSV file into a PointsHost object.
clue::PointsHost< NDim > read_output(TQueue &queue, const std::string &file_path)
Read output points from a CSV file into a PointsHost object.