Blender V4.3
pbvh_pixels_copy.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
6#include "BLI_vector.hh"
7
8#include "IMB_imbuf.hh"
9#include "IMB_imbuf_types.hh"
10
11#include "BKE_image_wrappers.hh"
12#include "BKE_pbvh.hh"
13#include "BKE_pbvh_pixels.hh"
14
15#include "pbvh_uv_islands.hh"
16
18
19void copy_update(Tree &pbvh,
20 Image &image,
21 ImageUser &image_user,
22 const uv_islands::MeshData &mesh_data);
23
24} // namespace blender::bke::pbvh::pixels
Contains defines and structs used throughout the imbuf module.
void copy_update(blender::bke::pbvh::Tree &pbvh, Image &image, ImageUser &image_user, const uv_islands::MeshData &mesh_data)