Blender V4.3
BLaplacianSystem Struct Reference

Public Attributes

floateweights
 
float(* fweights )[3]
 
floatring_areas
 
floatvlengths
 
floatvweights
 
int numEdges
 
int numLoops
 
int numVerts
 
bool * zerola
 
BMeshbm
 
BMOperatorop
 
LinearSolvercontext
 
float min_area
 

Detailed Description

Definition at line 27 of file bmo_smooth_laplacian.cc.

Member Data Documentation

◆ bm

BMesh* BLaplacianSystem::bm

Definition at line 39 of file bmo_smooth_laplacian.cc.

◆ context

LinearSolver* BLaplacianSystem::context

Definition at line 41 of file bmo_smooth_laplacian.cc.

◆ eweights

float* BLaplacianSystem::eweights

Definition at line 28 of file bmo_smooth_laplacian.cc.

◆ fweights

float(* BLaplacianSystem::fweights)[3]

Definition at line 29 of file bmo_smooth_laplacian.cc.

◆ min_area

float BLaplacianSystem::min_area

Definition at line 44 of file bmo_smooth_laplacian.cc.

◆ numEdges

int BLaplacianSystem::numEdges

Definition at line 33 of file bmo_smooth_laplacian.cc.

◆ numLoops

int BLaplacianSystem::numLoops

Definition at line 34 of file bmo_smooth_laplacian.cc.

◆ numVerts

int BLaplacianSystem::numVerts

Definition at line 35 of file bmo_smooth_laplacian.cc.

◆ op

BMOperator* BLaplacianSystem::op

Definition at line 40 of file bmo_smooth_laplacian.cc.

◆ ring_areas

float* BLaplacianSystem::ring_areas

Definition at line 30 of file bmo_smooth_laplacian.cc.

◆ vlengths

float* BLaplacianSystem::vlengths

Definition at line 31 of file bmo_smooth_laplacian.cc.

◆ vweights

float* BLaplacianSystem::vweights

Definition at line 32 of file bmo_smooth_laplacian.cc.

◆ zerola

bool* BLaplacianSystem::zerola

Definition at line 36 of file bmo_smooth_laplacian.cc.


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