|
Blender
V2.93
|
Public Attributes | |
| const MLoopTri * | mlooptri |
| const MLoop * | mloop |
| int | totvert |
| int | tottri |
| float(* | verts )[3] |
| float(* | vnors )[3] |
| float(* | root )[3] |
| float(* | tip )[3] |
| int | numsource |
| float * | H |
| float * | p |
| float * | mindist |
| BVHTree * | bvhtree |
| const MLoopTri ** | vltree |
Definition at line 90 of file meshlaplacian.c.
| BVHTree* LaplacianSystem::HeatWeighting::bvhtree |
Definition at line 106 of file meshlaplacian.c.
Referenced by heat_ray_source_visible(), heat_ray_tree_create(), and heat_system_free().
| float* LaplacianSystem::HeatWeighting::H |
Definition at line 102 of file meshlaplacian.c.
Referenced by heat_bone_weighting(), heat_laplacian_create(), heat_set_H(), heat_system_free(), and laplacian_system_construct_end().
| float* LaplacianSystem::HeatWeighting::mindist |
Definition at line 104 of file meshlaplacian.c.
Referenced by heat_laplacian_create(), heat_set_H(), and heat_system_free().
| const MLoop* LaplacianSystem::HeatWeighting::mloop |
Definition at line 92 of file meshlaplacian.c.
Referenced by heat_bone_weighting(), heat_laplacian_create(), and heat_ray_tree_create().
| const MLoopTri* LaplacianSystem::HeatWeighting::mlooptri |
Definition at line 91 of file meshlaplacian.c.
Referenced by heat_bone_weighting(), heat_laplacian_create(), heat_ray_tree_create(), and heat_system_free().
| int LaplacianSystem::HeatWeighting::numsource |
Definition at line 100 of file meshlaplacian.c.
Referenced by heat_bone_weighting(), and heat_set_H().
| float* LaplacianSystem::HeatWeighting::p |
Definition at line 103 of file meshlaplacian.c.
Referenced by heat_bone_weighting(), heat_laplacian_create(), heat_set_H(), and heat_system_free().
| float(* LaplacianSystem::HeatWeighting::root)[3] |
Definition at line 98 of file meshlaplacian.c.
Referenced by heat_bone_weighting(), heat_ray_source_visible(), and heat_source_distance().
| float(* LaplacianSystem::HeatWeighting::tip)[3] |
Definition at line 99 of file meshlaplacian.c.
Referenced by heat_bone_weighting(), heat_ray_source_visible(), and heat_source_distance().
| int LaplacianSystem::HeatWeighting::tottri |
Definition at line 94 of file meshlaplacian.c.
Referenced by heat_bone_weighting(), heat_laplacian_create(), and heat_ray_tree_create().
| int LaplacianSystem::HeatWeighting::totvert |
Definition at line 93 of file meshlaplacian.c.
Referenced by heat_bone_weighting(), heat_laplacian_create(), and heat_ray_tree_create().
| float(* LaplacianSystem::HeatWeighting::verts)[3] |
Definition at line 95 of file meshlaplacian.c.
Referenced by heat_bone_weighting(), heat_laplacian_create(), heat_ray_source_visible(), heat_ray_tree_create(), and heat_source_distance().
| const MLoopTri** LaplacianSystem::HeatWeighting::vltree |
Definition at line 107 of file meshlaplacian.c.
Referenced by heat_ray_source_visible(), heat_ray_tree_create(), and heat_system_free().
| float(* LaplacianSystem::HeatWeighting::vnors)[3] |
Definition at line 96 of file meshlaplacian.c.
Referenced by heat_calc_vnormals(), heat_source_distance(), and heat_system_free().