|
Blender
V3.3
|
Public Attributes | |
| float * | eweights |
| float(* | fweights )[3] |
| float * | ring_areas |
| float * | vlengths |
| float * | vweights |
| int | numEdges |
| int | numLoops |
| int | numVerts |
| bool * | zerola |
| BMesh * | bm |
| BMOperator * | op |
| LinearSolver * | context |
| float | min_area |
| int | edges_num |
| int | loops_num |
| int | polys_num |
| int | verts_num |
| short * | ne_fa_num |
| short * | ne_ed_num |
| float(* | vertexCos )[3] |
| const MPoly * | mpoly |
| const MLoop * | mloop |
| const MEdge * | medges |
| float | vert_centroid [3] |
Definition at line 24 of file bmo_smooth_laplacian.c.
| BMesh* BLaplacianSystem::bm |
Definition at line 36 of file bmo_smooth_laplacian.c.
| LinearSolver * BLaplacianSystem::context |
Definition at line 38 of file bmo_smooth_laplacian.c.
| int BLaplacianSystem::edges_num |
Definition at line 48 of file MOD_laplaciansmooth.c.
| float * BLaplacianSystem::eweights |
Definition at line 25 of file bmo_smooth_laplacian.c.
| float(* BLaplacianSystem::fweights |
Definition at line 26 of file bmo_smooth_laplacian.c.
| int BLaplacianSystem::loops_num |
Definition at line 49 of file MOD_laplaciansmooth.c.
| const MEdge* BLaplacianSystem::medges |
Definition at line 60 of file MOD_laplaciansmooth.c.
| float BLaplacianSystem::min_area |
Definition at line 41 of file bmo_smooth_laplacian.c.
Referenced by init_laplacian_matrix().
| const MLoop* BLaplacianSystem::mloop |
Definition at line 59 of file MOD_laplaciansmooth.c.
Referenced by compute_volume().
| const MPoly* BLaplacianSystem::mpoly |
Definition at line 58 of file MOD_laplaciansmooth.c.
Referenced by compute_volume().
| short* BLaplacianSystem::ne_ed_num |
Definition at line 53 of file MOD_laplaciansmooth.c.
| short* BLaplacianSystem::ne_fa_num |
Definition at line 52 of file MOD_laplaciansmooth.c.
| int BLaplacianSystem::numEdges |
Definition at line 30 of file bmo_smooth_laplacian.c.
| int BLaplacianSystem::numLoops |
Definition at line 31 of file bmo_smooth_laplacian.c.
| int BLaplacianSystem::numVerts |
Definition at line 32 of file bmo_smooth_laplacian.c.
| BMOperator* BLaplacianSystem::op |
Definition at line 37 of file bmo_smooth_laplacian.c.
Referenced by bmo_smooth_laplacian_vert_exec(), and volume_preservation().
| int BLaplacianSystem::polys_num |
Definition at line 50 of file MOD_laplaciansmooth.c.
Referenced by compute_volume().
| float * BLaplacianSystem::ring_areas |
Definition at line 27 of file bmo_smooth_laplacian.c.
| float BLaplacianSystem::vert_centroid[3] |
Definition at line 65 of file MOD_laplaciansmooth.c.
| float(* BLaplacianSystem::vertexCos)[3] |
Definition at line 57 of file MOD_laplaciansmooth.c.
Referenced by compute_volume(), deformVerts(), deformVertsEM(), and laplaciansmoothModifier_do().
| int BLaplacianSystem::verts_num |
Definition at line 51 of file MOD_laplaciansmooth.c.
Referenced by deformVerts(), deformVertsEM(), and laplaciansmoothModifier_do().
| float * BLaplacianSystem::vlengths |
Definition at line 28 of file bmo_smooth_laplacian.c.
| float * BLaplacianSystem::vweights |
Definition at line 29 of file bmo_smooth_laplacian.c.
| bool * BLaplacianSystem::zerola |
Definition at line 33 of file bmo_smooth_laplacian.c.