Blender V5.0
blender::bke::pbvh::uv_islands::VertToEdgeMap Class Reference

#include <pbvh_uv_islands.hh>

Public Member Functions

 VertToEdgeMap ()=delete
 VertToEdgeMap (const int verts_num)
void add (const int edge_i, const int v1, const int v2)
Span< int > operator[] (const int vert_i) const

Detailed Description

Definition at line 43 of file pbvh_uv_islands.hh.

Constructor & Destructor Documentation

◆ VertToEdgeMap() [1/2]

blender::bke::pbvh::uv_islands::VertToEdgeMap::VertToEdgeMap ( )
delete

◆ VertToEdgeMap() [2/2]

blender::bke::pbvh::uv_islands::VertToEdgeMap::VertToEdgeMap ( const int verts_num)
inline

Definition at line 48 of file pbvh_uv_islands.hh.

Member Function Documentation

◆ add()

void blender::bke::pbvh::uv_islands::VertToEdgeMap::add ( const int edge_i,
const int v1,
const int v2 )
inline

Definition at line 53 of file pbvh_uv_islands.hh.

References v2.

Referenced by blender::bke::pbvh::uv_islands::mesh_data_init_edges().

◆ operator[]()

Span< int > blender::bke::pbvh::uv_islands::VertToEdgeMap::operator[] ( const int vert_i) const
inline

Definition at line 58 of file pbvh_uv_islands.hh.


The documentation for this class was generated from the following file: