Blender V4.3
ply_import_data.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#pragma once
10
11#include "ply_data.hh"
12
13namespace blender::io::ply {
14
15class PlyReadBuffer;
16
23std::unique_ptr<PlyData> import_ply_data(PlyReadBuffer &file, PlyHeader &header);
24
25} // namespace blender::io::ply
std::unique_ptr< PlyData > import_ply_data(PlyReadBuffer &file, PlyHeader &header)