Blender V5.0
blender::bke::pbvh::uv_islands::UVIslands Struct Reference

#include <pbvh_uv_islands.hh>

Public Member Functions

UVIslands
 UVIslands (const MeshData &mesh_data)
void extract_borders ()
void extend_borders (const MeshData &mesh_data, const UVIslandsMask &islands_mask)
void print_debug (const MeshData &mesh_data) const

Public Attributes

Vector< UVIslandislands

Detailed Description

Definition at line 325 of file pbvh_uv_islands.hh.

Constructor & Destructor Documentation

◆ UVIslands()

Member Function Documentation

◆ extend_borders()

void blender::bke::pbvh::uv_islands::UVIslands::extend_borders ( const MeshData & mesh_data,
const UVIslandsMask & islands_mask )

Definition at line 1456 of file pbvh_uv_islands.cc.

References islands.

Referenced by blender::bke::pbvh::pixels::update_pixels().

◆ extract_borders()

void blender::bke::pbvh::uv_islands::UVIslands::extract_borders ( )

Definition at line 1449 of file pbvh_uv_islands.cc.

References islands.

Referenced by blender::bke::pbvh::pixels::update_pixels().

◆ print_debug()

void blender::bke::pbvh::uv_islands::UVIslands::print_debug ( const MeshData & mesh_data) const

Definition at line 1464 of file pbvh_uv_islands.cc.

References islands.

Member Data Documentation

◆ islands

Vector<UVIsland> blender::bke::pbvh::uv_islands::UVIslands::islands

Definition at line 326 of file pbvh_uv_islands.hh.

Referenced by extend_borders(), extract_borders(), print_debug(), and UVIslands().


The documentation for this struct was generated from the following files: