|
Blender V4.3
|
Public Attributes | |
| const blender::int3 * | corner_tris |
| blender::Span< int > | corner_verts |
| int | verts_num |
| int | tris_num |
| float(* | verts )[3] |
| float(* | vert_normals )[3] |
| float(* | root )[3] |
| float(* | tip )[3] |
| int | numsource |
| float * | H |
| float * | p |
| float * | mindist |
| BVHTree * | bvhtree |
| const blender::int3 ** | vltree |
Definition at line 70 of file meshlaplacian.cc.
| BVHTree* LaplacianSystem::HeatWeighting::bvhtree |
Definition at line 86 of file meshlaplacian.cc.
Referenced by heat_ray_source_visible(), heat_ray_tree_create(), and heat_system_free().
| const blender::int3* LaplacianSystem::HeatWeighting::corner_tris |
Definition at line 71 of file meshlaplacian.cc.
Referenced by heat_bone_weighting(), heat_laplacian_create(), heat_ray_tree_create(), and heat_system_free().
| blender::Span<int> LaplacianSystem::HeatWeighting::corner_verts |
Definition at line 72 of file meshlaplacian.cc.
Referenced by heat_bone_weighting(), heat_laplacian_create(), and heat_ray_tree_create().
| float* LaplacianSystem::HeatWeighting::H |
Definition at line 82 of file meshlaplacian.cc.
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 84 of file meshlaplacian.cc.
Referenced by heat_laplacian_create(), heat_set_H(), and heat_system_free().
| int LaplacianSystem::HeatWeighting::numsource |
Definition at line 80 of file meshlaplacian.cc.
Referenced by heat_bone_weighting(), and heat_set_H().
| float* LaplacianSystem::HeatWeighting::p |
Definition at line 83 of file meshlaplacian.cc.
Referenced by heat_bone_weighting(), heat_laplacian_create(), heat_set_H(), and heat_system_free().
| float(* LaplacianSystem::HeatWeighting::root)[3] |
Definition at line 78 of file meshlaplacian.cc.
Referenced by heat_bone_weighting(), heat_ray_source_visible(), and heat_source_distance().
| float(* LaplacianSystem::HeatWeighting::tip)[3] |
Definition at line 79 of file meshlaplacian.cc.
Referenced by heat_bone_weighting(), heat_ray_source_visible(), and heat_source_distance().
| int LaplacianSystem::HeatWeighting::tris_num |
Definition at line 74 of file meshlaplacian.cc.
Referenced by heat_bone_weighting(), heat_laplacian_create(), and heat_ray_tree_create().
| float(* LaplacianSystem::HeatWeighting::vert_normals)[3] |
Definition at line 76 of file meshlaplacian.cc.
Referenced by heat_calc_vnormals(), heat_source_distance(), and heat_system_free().
| float(* LaplacianSystem::HeatWeighting::verts)[3] |
Definition at line 75 of file meshlaplacian.cc.
Referenced by heat_bone_weighting(), heat_laplacian_create(), heat_ray_source_visible(), heat_ray_tree_create(), and heat_source_distance().
| int LaplacianSystem::HeatWeighting::verts_num |
Definition at line 73 of file meshlaplacian.cc.
Referenced by heat_bone_weighting(), heat_laplacian_create(), and heat_ray_tree_create().
| const blender::int3** LaplacianSystem::HeatWeighting::vltree |
Definition at line 87 of file meshlaplacian.cc.
Referenced by heat_ray_source_visible(), heat_ray_tree_create(), and heat_system_free().