Blender  V3.3
Public Attributes | List of all members
LaplacianSystem::HeatWeighting Struct Reference

Public Attributes

const MLoopTrimlooptri
 
const MLoopmloop
 
int verts_num
 
int tris_num
 
float(* verts )[3]
 
float(* vnors )[3]
 
float(* root )[3]
 
float(* tip )[3]
 
int numsource
 
floatH
 
floatp
 
floatmindist
 
BVHTreebvhtree
 
const MLoopTri ** vltree
 

Detailed Description

Definition at line 76 of file meshlaplacian.c.

Member Data Documentation

◆ bvhtree

BVHTree* LaplacianSystem::HeatWeighting::bvhtree

Definition at line 92 of file meshlaplacian.c.

Referenced by heat_ray_source_visible(), heat_ray_tree_create(), and heat_system_free().

◆ H

float* LaplacianSystem::HeatWeighting::H

◆ mindist

float* LaplacianSystem::HeatWeighting::mindist

Definition at line 90 of file meshlaplacian.c.

Referenced by heat_laplacian_create(), heat_set_H(), and heat_system_free().

◆ mloop

const MLoop* LaplacianSystem::HeatWeighting::mloop

◆ mlooptri

const MLoopTri* LaplacianSystem::HeatWeighting::mlooptri

◆ numsource

int LaplacianSystem::HeatWeighting::numsource

Definition at line 86 of file meshlaplacian.c.

Referenced by heat_bone_weighting(), and heat_set_H().

◆ p

float* LaplacianSystem::HeatWeighting::p

◆ root

float(* LaplacianSystem::HeatWeighting::root)[3]

◆ tip

float(* LaplacianSystem::HeatWeighting::tip)[3]

◆ tris_num

int LaplacianSystem::HeatWeighting::tris_num

◆ verts

float(* LaplacianSystem::HeatWeighting::verts)[3]

◆ verts_num

int LaplacianSystem::HeatWeighting::verts_num

◆ vltree

const MLoopTri** LaplacianSystem::HeatWeighting::vltree

Definition at line 93 of file meshlaplacian.c.

Referenced by heat_ray_source_visible(), heat_ray_tree_create(), and heat_system_free().

◆ vnors

float(* LaplacianSystem::HeatWeighting::vnors)[3]

Definition at line 82 of file meshlaplacian.c.

Referenced by heat_calc_vnormals(), heat_source_distance(), and heat_system_free().


The documentation for this struct was generated from the following file: