Blender  V2.93
Public Attributes | List of all members
LaplacianSystem::HeatWeighting Struct Reference

Public Attributes

const MLoopTrimlooptri
 
const MLoopmloop
 
int totvert
 
int tottri
 
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 90 of file meshlaplacian.c.

Member Data Documentation

◆ bvhtree

BVHTree* LaplacianSystem::HeatWeighting::bvhtree

◆ H

float* LaplacianSystem::HeatWeighting::H

◆ mindist

float* LaplacianSystem::HeatWeighting::mindist

Definition at line 104 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 100 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]

◆ tottri

int LaplacianSystem::HeatWeighting::tottri

◆ totvert

int LaplacianSystem::HeatWeighting::totvert

◆ verts

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

◆ vltree

const MLoopTri** LaplacianSystem::HeatWeighting::vltree

◆ vnors

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().


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