Blender V5.0
IO_csv.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2024 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9#pragma once
10
11#include "BLI_path_utils.hh"
12
13struct PointCloud;
14struct ReportList;
15
16namespace blender::io::csv {
17
21 char delimiter = ',';
22
23 ReportList *reports = nullptr;
24};
25
27
28} // namespace blender::io::csv
#define FILE_MAX
PointCloud * import_csv_as_pointcloud(const CSVImportParams &import_params)