Public Attributes | List of all members
WedgeMetricVals Struct Reference

A struct to hold values computed by v_wedge_quality. More...

#include <verdict.h>

Public Attributes

double volume
 
double edge_ratio
 
double max_aspect_frobenius
 
double mean_aspect_frobenius
 
double jacobian
 
double distortion
 
double max_stretch
 
double scaled_jacobian
 
double shape
 
double condition
 

Detailed Description

A struct to hold values computed by v_wedge_quality.

WedgeMetricVals is used just as QuadMetricVals. For an example, see the Example Usage of the QuadMetricVals Structure.

Definition at line 274 of file verdict.h.

Member Data Documentation

◆ volume

double WedgeMetricVals::volume
See also
v_wedge_volume

Definition at line 277 of file verdict.h.

◆ edge_ratio

double WedgeMetricVals::edge_ratio
See also
v_wedge_edge_ratio

Definition at line 279 of file verdict.h.

◆ max_aspect_frobenius

double WedgeMetricVals::max_aspect_frobenius
See also
v_wedge_max_aspect_frobenius

Definition at line 281 of file verdict.h.

◆ mean_aspect_frobenius

double WedgeMetricVals::mean_aspect_frobenius
See also
v_wedge_mean_aspect_frobenius

Definition at line 283 of file verdict.h.

◆ jacobian

double WedgeMetricVals::jacobian
See also
v_wedge_jacobian

Definition at line 285 of file verdict.h.

◆ distortion

double WedgeMetricVals::distortion
See also
v_wedge_distortion

Definition at line 287 of file verdict.h.

◆ max_stretch

double WedgeMetricVals::max_stretch
See also
v_wedge_max_stretch

Definition at line 289 of file verdict.h.

◆ scaled_jacobian

double WedgeMetricVals::scaled_jacobian
See also
v_wedge_scaled_jacobian

Definition at line 291 of file verdict.h.

◆ shape

double WedgeMetricVals::shape
See also
v_wedge_shape

Definition at line 293 of file verdict.h.

◆ condition

double WedgeMetricVals::condition
See also
v_wedge_condition

Definition at line 295 of file verdict.h.


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