|
Blender
V2.93
|
Public Attributes | |
| float * | eweights |
| float(* | fweights )[3] |
| float * | ring_areas |
| float * | vlengths |
| float * | vweights |
| int | numEdges |
| int | numFaces |
| int | numVerts |
| short * | zerola |
| BMesh * | bm |
| BMOperator * | op |
| LinearSolver * | context |
| float | min_area |
| int | numLoops |
| int | numPolys |
| short * | numNeFa |
| short * | numNeEd |
| float(* | vertexCos )[3] |
| const MPoly * | mpoly |
| const MLoop * | mloop |
| const MEdge * | medges |
| float | vert_centroid [3] |
Definition at line 38 of file bmo_smooth_laplacian.c.
| BMesh* BLaplacianSystem::bm |
Definition at line 50 of file bmo_smooth_laplacian.c.
| LinearSolver * BLaplacianSystem::context |
Definition at line 52 of file bmo_smooth_laplacian.c.
| float * BLaplacianSystem::eweights |
Definition at line 39 of file bmo_smooth_laplacian.c.
| float(* BLaplacianSystem::fweights |
Definition at line 40 of file bmo_smooth_laplacian.c.
| const MEdge* BLaplacianSystem::medges |
Definition at line 75 of file MOD_laplaciansmooth.c.
| float BLaplacianSystem::min_area |
Definition at line 55 of file bmo_smooth_laplacian.c.
Referenced by init_laplacian_matrix().
| const MLoop* BLaplacianSystem::mloop |
Definition at line 74 of file MOD_laplaciansmooth.c.
Referenced by compute_volume().
| const MPoly* BLaplacianSystem::mpoly |
Definition at line 73 of file MOD_laplaciansmooth.c.
Referenced by compute_volume().
| int BLaplacianSystem::numEdges |
Definition at line 44 of file bmo_smooth_laplacian.c.
| int BLaplacianSystem::numFaces |
Definition at line 45 of file bmo_smooth_laplacian.c.
| int BLaplacianSystem::numLoops |
Definition at line 64 of file MOD_laplaciansmooth.c.
| short* BLaplacianSystem::numNeEd |
Definition at line 68 of file MOD_laplaciansmooth.c.
| short* BLaplacianSystem::numNeFa |
Definition at line 67 of file MOD_laplaciansmooth.c.
| int BLaplacianSystem::numPolys |
Definition at line 65 of file MOD_laplaciansmooth.c.
Referenced by compute_volume().
| int BLaplacianSystem::numVerts |
Definition at line 46 of file bmo_smooth_laplacian.c.
Referenced by deformVerts(), deformVertsEM(), and laplaciansmoothModifier_do().
| BMOperator* BLaplacianSystem::op |
Definition at line 51 of file bmo_smooth_laplacian.c.
Referenced by bmo_smooth_laplacian_vert_exec(), and volume_preservation().
| float * BLaplacianSystem::ring_areas |
Definition at line 41 of file bmo_smooth_laplacian.c.
| float BLaplacianSystem::vert_centroid[3] |
Definition at line 80 of file MOD_laplaciansmooth.c.
| float(* BLaplacianSystem::vertexCos)[3] |
Definition at line 72 of file MOD_laplaciansmooth.c.
Referenced by compute_volume(), deformVerts(), deformVertsEM(), and laplaciansmoothModifier_do().
| float * BLaplacianSystem::vlengths |
Definition at line 42 of file bmo_smooth_laplacian.c.
| float * BLaplacianSystem::vweights |
Definition at line 43 of file bmo_smooth_laplacian.c.
| short * BLaplacianSystem::zerola |
Definition at line 47 of file bmo_smooth_laplacian.c.