Blender V2.61 - r43446
|
Public Attributes | |
MFace * | mface |
int | totvert |
int | totface |
float(* | verts )[3] |
float(* | vnors )[3] |
float(* | root )[3] |
float(* | tip )[3] |
float(* | source )[3] |
int | numsource |
float * | H |
float * | p |
float * | mindist |
BVHTree * | bvhtree |
MFace ** | vface |
Definition at line 97 of file meshlaplacian.c.
Definition at line 113 of file meshlaplacian.c.
Referenced by heat_ray_source_visible(), heat_ray_tree_create(), and heat_system_free().
Definition at line 109 of file meshlaplacian.c.
Referenced by heat_bone_weighting(), heat_laplacian_create(), heat_set_H(), heat_system_free(), and laplacian_system_construct_end().
Definition at line 98 of file meshlaplacian.c.
Referenced by bvh_callback(), heat_bone_weighting(), heat_laplacian_create(), and heat_ray_tree_create().
Definition at line 111 of file meshlaplacian.c.
Referenced by heat_laplacian_create(), heat_set_H(), and heat_system_free().
Definition at line 107 of file meshlaplacian.c.
Referenced by heat_bone_weighting(), and heat_set_H().
Definition at line 110 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 104 of file meshlaplacian.c.
Referenced by heat_bone_weighting(), heat_ray_source_visible(), and heat_source_distance().
float(* LaplacianSystem::HeatWeighting::source)[3] |
Definition at line 106 of file meshlaplacian.c.
Referenced by heat_ray_source_visible(), and heat_source_distance().
float(* LaplacianSystem::HeatWeighting::tip)[3] |
Definition at line 105 of file meshlaplacian.c.
Referenced by heat_bone_weighting(), heat_ray_source_visible(), and heat_source_distance().
Definition at line 100 of file meshlaplacian.c.
Referenced by heat_bone_weighting(), heat_laplacian_create(), and heat_ray_tree_create().
Definition at line 99 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 101 of file meshlaplacian.c.
Referenced by bvh_callback(), heat_bone_weighting(), heat_laplacian_create(), heat_ray_source_visible(), heat_ray_tree_create(), and heat_source_distance().
Definition at line 114 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 102 of file meshlaplacian.c.
Referenced by heat_calc_vnormals(), heat_source_distance(), and heat_system_free().