Blender  V3.3
Public Attributes | List of all members
PHash Struct Reference

Public Attributes

PHashLink ** list
 
PHashLink ** buckets
 
int size
 
int cursize
 
int cursize_id
 

Detailed Description

Definition at line 40 of file uv_parametrizer.c.

Member Data Documentation

◆ buckets

PHashLink** PHash::buckets

Definition at line 42 of file uv_parametrizer.c.

Referenced by phash_delete(), phash_insert(), phash_lookup(), and phash_new().

◆ cursize

int PHash::cursize

Definition at line 43 of file uv_parametrizer.c.

Referenced by phash_insert(), and phash_new().

◆ cursize_id

int PHash::cursize_id

Definition at line 43 of file uv_parametrizer.c.

Referenced by phash_insert(), and phash_new().

◆ list

PHashLink** PHash::list

Definition at line 41 of file uv_parametrizer.c.

Referenced by phash_insert(), and phash_new().

◆ size

int PHash::size

Definition at line 43 of file uv_parametrizer.c.

Referenced by phash_insert(), phash_new(), and phash_size().


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