Blender
V5.0
source
blender
io
ply
importer
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
8
9
#pragma once
10
11
#include "
ply_data.hh
"
12
13
namespace
blender::io::ply
{
14
15
class
PlyReadBuffer
;
16
23
std::unique_ptr<PlyData>
import_ply_data
(
PlyReadBuffer
&file,
PlyHeader
&header);
24
25
}
// namespace blender::io::ply
blender::io::ply::PlyReadBuffer
Definition
ply_import_buffer.hh:22
blender::io::ply
Definition
ply_export.cc:29
blender::io::ply::import_ply_data
std::unique_ptr< PlyData > import_ply_data(PlyReadBuffer &file, PlyHeader &header)
Definition
ply_import_data.cc:644
ply_data.hh
blender::io::ply::PlyHeader
Definition
ply_data.hh:57
Generated on
for Blender by
doxygen
1.16.1