Public Attributes | List of all members
HexMetricVals Struct Reference

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

#include <verdict.h>

Public Attributes

double edge_ratio
 
double max_edge_ratio
 
double skew
 
double taper
 
double volume
 
double stretch
 
double diagonal
 
double dimension
 
double oddy
 
double med_aspect_frobenius
 
double max_aspect_frobenius
 
double condition
 
double jacobian
 
double scaled_jacobian
 
double shear
 
double shape
 
double relative_size_squared
 
double shape_and_size
 
double shear_and_size
 
double distortion
 

Detailed Description

A struct to hold values computed by v_hex_quality.

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

Definition at line 123 of file verdict.h.

Member Data Documentation

◆ edge_ratio

double HexMetricVals::edge_ratio
See also
v_hex_edge_ratio

Definition at line 126 of file verdict.h.

◆ max_edge_ratio

double HexMetricVals::max_edge_ratio
See also
v_hex_max_edge_ratio

Definition at line 128 of file verdict.h.

◆ skew

double HexMetricVals::skew
See also
v_hex_skew

Definition at line 130 of file verdict.h.

◆ taper

double HexMetricVals::taper
See also
v_hex_taper

Definition at line 132 of file verdict.h.

◆ volume

double HexMetricVals::volume
See also
v_hex_volume

Definition at line 134 of file verdict.h.

◆ stretch

double HexMetricVals::stretch
See also
v_hex_stretch

Definition at line 136 of file verdict.h.

◆ diagonal

double HexMetricVals::diagonal
See also
v_hex_diagonal

Definition at line 138 of file verdict.h.

◆ dimension

double HexMetricVals::dimension
See also
v_hex_dimension

Definition at line 140 of file verdict.h.

◆ oddy

double HexMetricVals::oddy
See also
v_hex_oddy

Definition at line 142 of file verdict.h.

◆ med_aspect_frobenius

double HexMetricVals::med_aspect_frobenius
See also
v_hex_med_aspect_frobenius

Definition at line 144 of file verdict.h.

◆ max_aspect_frobenius

double HexMetricVals::max_aspect_frobenius
See also
v_hex_max_aspect_frobenius

Definition at line 146 of file verdict.h.

◆ condition

double HexMetricVals::condition
See also
v_hex_condition

Definition at line 148 of file verdict.h.

◆ jacobian

double HexMetricVals::jacobian
See also
v_hex_jacobian

Definition at line 150 of file verdict.h.

◆ scaled_jacobian

double HexMetricVals::scaled_jacobian
See also
v_hex_scaled_jacobian

Definition at line 152 of file verdict.h.

◆ shear

double HexMetricVals::shear
See also
v_hex_shear

Definition at line 154 of file verdict.h.

◆ shape

double HexMetricVals::shape
See also
v_hex_shape

Definition at line 156 of file verdict.h.

◆ relative_size_squared

double HexMetricVals::relative_size_squared
See also
v_hex_relative_size

Definition at line 158 of file verdict.h.

◆ shape_and_size

double HexMetricVals::shape_and_size
See also
v_hex_shape_and_size

Definition at line 160 of file verdict.h.

◆ shear_and_size

double HexMetricVals::shear_and_size
See also
v_hex_shear_and_size

Definition at line 162 of file verdict.h.

◆ distortion

double HexMetricVals::distortion
See also
v_hex_distortion

Definition at line 164 of file verdict.h.


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