Blender V4.3
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
PChart * construction_chart = nullptr
PHash * hash_verts = nullptr
PHash * hash_edges = nullptr
PHash * hash_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 37 of file GEO_uv_parametrizer.hh.

Constructor & Destructor Documentation

◆ ParamHandle()

blender::geometry::ParamHandle::ParamHandle ( )

Definition at line 3727 of file uv_parametrizer.cc.

◆ ~ParamHandle()

blender::geometry::ParamHandle::~ParamHandle ( )

Definition at line 3740 of file uv_parametrizer.cc.

Member Data Documentation

◆ arena

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

Definition at line 43 of file GEO_uv_parametrizer.hh.

◆ aspect_y

float blender::geometry::ParamHandle::aspect_y = 1.0f

Definition at line 58 of file GEO_uv_parametrizer.hh.

◆ blend

float blender::geometry::ParamHandle::blend = 0.0f

Definition at line 61 of file GEO_uv_parametrizer.hh.

◆ charts

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

Definition at line 55 of file GEO_uv_parametrizer.hh.

◆ construction_chart

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

Definition at line 47 of file GEO_uv_parametrizer.hh.

◆ hash_edges

PHash* blender::geometry::ParamHandle::hash_edges = nullptr

Definition at line 49 of file GEO_uv_parametrizer.hh.

◆ hash_faces

PHash* blender::geometry::ParamHandle::hash_faces = nullptr

Definition at line 50 of file GEO_uv_parametrizer.hh.

◆ hash_verts

PHash* blender::geometry::ParamHandle::hash_verts = nullptr

Definition at line 48 of file GEO_uv_parametrizer.hh.

◆ ncharts

int blender::geometry::ParamHandle::ncharts = 0

Definition at line 56 of file GEO_uv_parametrizer.hh.

◆ pin_hash

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

Definition at line 52 of file GEO_uv_parametrizer.hh.

◆ polyfill_arena

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

Definition at line 44 of file GEO_uv_parametrizer.hh.

◆ polyfill_heap

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

Definition at line 45 of file GEO_uv_parametrizer.hh.

◆ rng

RNG* blender::geometry::ParamHandle::rng = nullptr

Definition at line 60 of file GEO_uv_parametrizer.hh.

◆ slim_mt

slim::MatrixTransfer* blender::geometry::ParamHandle::slim_mt = nullptr

Definition at line 64 of file GEO_uv_parametrizer.hh.

◆ state

PHandleState blender::geometry::ParamHandle::state = PHANDLE_STATE_ALLOCATED

Definition at line 42 of file GEO_uv_parametrizer.hh.

◆ unique_pin_count

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

Definition at line 53 of file GEO_uv_parametrizer.hh.


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