Blender V4.3
blender::io::ply::uv_vertex_key Struct Reference

Public Member Functions

bool operator== (const uv_vertex_key &r) const
 
uint64_t hash () const
 

Public Attributes

float2 uv
 
int vertex_index
 

Detailed Description

Definition at line 73 of file ply_export_load_plydata.cc.

Member Function Documentation

◆ hash()

uint64_t blender::io::ply::uv_vertex_key::hash ( ) const
inline

Definition at line 82 of file ply_export_load_plydata.cc.

References blender::get_default_hash(), uv, and vertex_index.

◆ operator==()

bool blender::io::ply::uv_vertex_key::operator== ( const uv_vertex_key & r) const
inline

Definition at line 77 of file ply_export_load_plydata.cc.

References uv, and vertex_index.

Member Data Documentation

◆ uv

float2 blender::io::ply::uv_vertex_key::uv

Definition at line 74 of file ply_export_load_plydata.cc.

Referenced by hash(), and operator==().

◆ vertex_index

int blender::io::ply::uv_vertex_key::vertex_index

Definition at line 75 of file ply_export_load_plydata.cc.

Referenced by hash(), and operator==().


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