Blender V4.3
blender::bke::pbvh::pixels::UVPrimitiveLookup::Entry Struct Reference

Public Member Functions

 Entry (uv_islands::UVPrimitive *uv_primitive, uint64_t uv_island_index)
 

Public Attributes

uv_islands::UVPrimitiveuv_primitive
 
uint64_t uv_island_index
 

Detailed Description

Definition at line 115 of file pbvh_pixels.cc.

Constructor & Destructor Documentation

◆ Entry()

blender::bke::pbvh::pixels::UVPrimitiveLookup::Entry::Entry ( uv_islands::UVPrimitive * uv_primitive,
uint64_t uv_island_index )
inline

Definition at line 119 of file pbvh_pixels.cc.

Member Data Documentation

◆ uv_island_index

uint64_t blender::bke::pbvh::pixels::UVPrimitiveLookup::Entry::uv_island_index

Definition at line 117 of file pbvh_pixels.cc.

◆ uv_primitive

uv_islands::UVPrimitive* blender::bke::pbvh::pixels::UVPrimitiveLookup::Entry::uv_primitive

Definition at line 116 of file pbvh_pixels.cc.


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