Blender V5.0
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 113 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 117 of file pbvh_pixels.cc.

References uv_island_index, and uv_primitive.

Member Data Documentation

◆ uv_island_index

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

Definition at line 115 of file pbvh_pixels.cc.

Referenced by Entry().

◆ uv_primitive

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

Definition at line 114 of file pbvh_pixels.cc.

Referenced by Entry().


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