Blender V5.0
pbvh_pixels_copy.cc File Reference
#include "BLI_array.hh"
#include "BLI_listbase.h"
#include "BLI_math_geom.h"
#include "BLI_math_vector.hh"
#include "BLI_task.hh"
#include "BLI_vector.hh"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
#include "BKE_image_wrappers.hh"
#include "BKE_paint_bvh.hh"
#include "BKE_paint_bvh_pixels.hh"
#include "pbvh_pixels_copy.hh"
#include "pbvh_uv_islands.hh"

Go to the source code of this file.

Classes

struct  blender::bke::pbvh::pixels::Vertex< Space >
struct  blender::bke::pbvh::pixels::Edge< Space >
class  blender::bke::pbvh::pixels::NonManifoldTileEdges
class  blender::bke::pbvh::pixels::NonManifoldUVEdges
class  blender::bke::pbvh::pixels::PixelNodesTileData
struct  blender::bke::pbvh::pixels::Rows
struct  blender::bke::pbvh::pixels::Rows::Pixel
struct  blender::bke::pbvh::pixels::Rows::RowView

Namespaces

namespace  blender
namespace  blender::bke
namespace  blender::bke::pbvh
namespace  blender::bke::pbvh::pixels

Enumerations

enum class  blender::bke::pbvh::pixels::CoordSpace { blender::bke::pbvh::pixels::UV , blender::bke::pbvh::pixels::Tile }

Functions

static rcti blender::bke::pbvh::pixels::get_bounds (const Edge< CoordSpace::Tile > &tile_edge)
static void blender::bke::pbvh::pixels::add_margin (rcti &bounds, int margin)
static void blender::bke::pbvh::pixels::clamp (rcti &bounds, int2 resolution)
static Vertex< CoordSpace::Tileblender::bke::pbvh::pixels::convert_coord_space (const Vertex< CoordSpace::UV > &uv_vertex, const image::ImageTileWrapper image_tile, const int2 tile_resolution)
static Edge< CoordSpace::Tileblender::bke::pbvh::pixels::convert_coord_space (const Edge< CoordSpace::UV > &uv_edge, const image::ImageTileWrapper image_tile, const int2 tile_resolution)
void blender::bke::pbvh::pixels::copy_update (blender::bke::pbvh::Tree &pbvh, Image &image, ImageUser &image_user, const uv_islands::MeshData &mesh_data)
void blender::bke::pbvh::pixels::copy_pixels (blender::bke::pbvh::Tree &pbvh, Image &image, ImageUser &image_user, image::TileNumber tile_number)

Variables

const int blender::bke::pbvh::pixels::THREADING_GRAIN_SIZE = 128