Blender V4.3
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 330 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 1469 of file pbvh_uv_islands.cc.

References islands.

◆ extract_borders()

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

Definition at line 1462 of file pbvh_uv_islands.cc.

References islands.

◆ print_debug()

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

Definition at line 1477 of file pbvh_uv_islands.cc.

References islands.

Member Data Documentation

◆ islands


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