|
Blender V4.3
|
Inherited by MeshFairingContext.
Public Member Functions | |
| virtual void | adjacents_coords_from_loop (const int loop, float r_adj_next[3], float r_adj_prev[3])=0 |
| virtual int | other_vertex_index_from_loop (const int loop, const int v)=0 |
| int | vertex_count_get () |
| int | loop_count_get () |
| Span< int > | vertex_loop_map_get (const int v) |
| float * | vertex_deformation_co_get (const int v) |
| virtual | ~FairingContext ()=default |
| void | fair_verts (const bool affected_verts[], const eMeshFairingDepth depth, const VertexWeight &vertex_weight, const LoopWeight &loop_weight) |
Protected Attributes | |
| Vector< float * > | co_ |
| int | totvert_ |
| int | totloop_ |
| blender::GroupedSpan< int > | vlmap_ |
Definition at line 44 of file mesh_fair.cc.
|
virtualdefault |
|
pure virtual |
Implemented in MeshFairingContext.
Referenced by VoronoiVertexWeight::VoronoiVertexWeight().
|
inline |
Definition at line 76 of file mesh_fair.cc.
Referenced by prefair_and_fair_verts().
|
inline |
Definition at line 59 of file mesh_fair.cc.
References totvert_.
|
pure virtual |
Implemented in MeshFairingContext.
|
inline |
Definition at line 54 of file mesh_fair.cc.
References totvert_.
Referenced by UniformVertexWeight::UniformVertexWeight(), and VoronoiVertexWeight::VoronoiVertexWeight().
Definition at line 69 of file mesh_fair.cc.
Referenced by VoronoiVertexWeight::VoronoiVertexWeight().
Definition at line 64 of file mesh_fair.cc.
Referenced by UniformVertexWeight::UniformVertexWeight(), and VoronoiVertexWeight::VoronoiVertexWeight().
Definition at line 85 of file mesh_fair.cc.
Referenced by MeshFairingContext::adjacents_coords_from_loop(), MeshFairingContext::MeshFairingContext(), and vertex_deformation_co_get().
|
protected |
Definition at line 88 of file mesh_fair.cc.
Referenced by MeshFairingContext::MeshFairingContext().
|
protected |
Definition at line 87 of file mesh_fair.cc.
Referenced by loop_count_get(), MeshFairingContext::MeshFairingContext(), and vertex_count_get().
|
protected |
Definition at line 90 of file mesh_fair.cc.
Referenced by MeshFairingContext::MeshFairingContext(), and vertex_loop_map_get().