|
Blender V4.3
|
#include <GEO_uv_parametrizer.hh>
Public Member Functions | |
| ParamHandle () | |
| ~ParamHandle () | |
Public Attributes | |
| PHandleState | state = PHANDLE_STATE_ALLOCATED |
| MemArena * | arena = nullptr |
| MemArena * | polyfill_arena = nullptr |
| Heap * | polyfill_heap = nullptr |
| PChart * | construction_chart = nullptr |
| PHash * | hash_verts = nullptr |
| PHash * | hash_edges = nullptr |
| PHash * | hash_faces = nullptr |
| GHash * | pin_hash = nullptr |
| int | unique_pin_count = 0 |
| PChart ** | charts = nullptr |
| int | ncharts = 0 |
| float | aspect_y = 1.0f |
| RNG * | rng = nullptr |
| float | blend = 0.0f |
| slim::MatrixTransfer * | slim_mt = nullptr |
Definition at line 37 of file GEO_uv_parametrizer.hh.
| blender::geometry::ParamHandle::ParamHandle | ( | ) |
Definition at line 3727 of file uv_parametrizer.cc.
| blender::geometry::ParamHandle::~ParamHandle | ( | ) |
Definition at line 3740 of file uv_parametrizer.cc.
| MemArena* blender::geometry::ParamHandle::arena = nullptr |
Definition at line 43 of file GEO_uv_parametrizer.hh.
| float blender::geometry::ParamHandle::aspect_y = 1.0f |
Definition at line 58 of file GEO_uv_parametrizer.hh.
| float blender::geometry::ParamHandle::blend = 0.0f |
Definition at line 61 of file GEO_uv_parametrizer.hh.
| PChart** blender::geometry::ParamHandle::charts = nullptr |
Definition at line 55 of file GEO_uv_parametrizer.hh.
| PChart* blender::geometry::ParamHandle::construction_chart = nullptr |
Definition at line 47 of file GEO_uv_parametrizer.hh.
| PHash* blender::geometry::ParamHandle::hash_edges = nullptr |
Definition at line 49 of file GEO_uv_parametrizer.hh.
| PHash* blender::geometry::ParamHandle::hash_faces = nullptr |
Definition at line 50 of file GEO_uv_parametrizer.hh.
| PHash* blender::geometry::ParamHandle::hash_verts = nullptr |
Definition at line 48 of file GEO_uv_parametrizer.hh.
| int blender::geometry::ParamHandle::ncharts = 0 |
Definition at line 56 of file GEO_uv_parametrizer.hh.
| GHash* blender::geometry::ParamHandle::pin_hash = nullptr |
Definition at line 52 of file GEO_uv_parametrizer.hh.
| MemArena* blender::geometry::ParamHandle::polyfill_arena = nullptr |
Definition at line 44 of file GEO_uv_parametrizer.hh.
| Heap* blender::geometry::ParamHandle::polyfill_heap = nullptr |
Definition at line 45 of file GEO_uv_parametrizer.hh.
| RNG* blender::geometry::ParamHandle::rng = nullptr |
Definition at line 60 of file GEO_uv_parametrizer.hh.
| slim::MatrixTransfer* blender::geometry::ParamHandle::slim_mt = nullptr |
Definition at line 64 of file GEO_uv_parametrizer.hh.
| PHandleState blender::geometry::ParamHandle::state = PHANDLE_STATE_ALLOCATED |
Definition at line 42 of file GEO_uv_parametrizer.hh.
| int blender::geometry::ParamHandle::unique_pin_count = 0 |
Definition at line 53 of file GEO_uv_parametrizer.hh.