Blender V4.3
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< intoperator[] (const int vert_i) const
 

Detailed Description

Definition at line 47 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

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 57 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 62 of file pbvh_uv_islands.hh.


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