Blender
V4.3
source
blender
io
ply
exporter
ply_export_load_plydata.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
struct
Depsgraph;
12
struct
PLYExportParams
;
13
14
namespace
blender::io::ply
{
15
16
struct
PlyData;
17
18
void
load_plydata
(PlyData &plyData, Depsgraph *
depsgraph
,
const
PLYExportParams
&export_params);
19
20
}
// namespace blender::io::ply
depsgraph
const Depsgraph * depsgraph
Definition
deg_eval_copy_on_write.cc:494
blender::io::ply
Definition
ply_export.cc:28
blender::io::ply::load_plydata
void load_plydata(PlyData &plyData, Depsgraph *depsgraph, const PLYExportParams &export_params)
Definition
ply_export_load_plydata.cc:314
PLYExportParams
Definition
IO_ply.hh:27
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0