Blender V5.0
blender::geometry::ParamHandle Class Reference

#include <GEO_uv_parametrizer.hh>

Public Member Functions

 ParamHandle ()
 ~ParamHandle ()

Public Attributes

PHandleState state = PHANDLE_STATE_ALLOCATED
MemArenaarena = nullptr
MemArenapolyfill_arena = nullptr
Heappolyfill_heap = nullptr
PChartconstruction_chart = nullptr
PHashhash_verts = nullptr
PHashhash_edges = nullptr
PHashhash_faces = nullptr
GHashpin_hash = nullptr
int unique_pin_count = 0
PChart ** charts = nullptr
int ncharts = 0
float aspect_y = 1.0f
RNGrng = nullptr
float blend = 0.0f
slim::MatrixTransferslim_mt = nullptr

Detailed Description

Definition at line 41 of file GEO_uv_parametrizer.hh.

Constructor & Destructor Documentation

◆ ParamHandle()

◆ ~ParamHandle()

Member Data Documentation

◆ arena

◆ aspect_y

◆ blend

◆ charts

◆ construction_chart

PChart* blender::geometry::ParamHandle::construction_chart = nullptr

◆ hash_edges

◆ hash_faces

◆ hash_verts

◆ ncharts

◆ pin_hash

GHash* blender::geometry::ParamHandle::pin_hash = nullptr

◆ polyfill_arena

MemArena* blender::geometry::ParamHandle::polyfill_arena = nullptr

Definition at line 48 of file GEO_uv_parametrizer.hh.

Referenced by blender::geometry::p_add_ngon(), ParamHandle(), and ~ParamHandle().

◆ polyfill_heap

Heap* blender::geometry::ParamHandle::polyfill_heap = nullptr

Definition at line 49 of file GEO_uv_parametrizer.hh.

Referenced by blender::geometry::p_add_ngon(), ParamHandle(), and ~ParamHandle().

◆ rng

◆ slim_mt

◆ state

◆ unique_pin_count

int blender::geometry::ParamHandle::unique_pin_count = 0

Definition at line 57 of file GEO_uv_parametrizer.hh.

Referenced by blender::geometry::new_geo_uv_pinindex().


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