Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 60f1dc962abad0f3b492991a4fbef9be > files > 1040

vtk-doc-5.4.2-5mdv2010.0.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>VTK: vtkMeshQuality Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.6 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="classes.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>vtkMeshQuality Class Reference</h1><!-- doxytag: class="vtkMeshQuality" --><!-- doxytag: inherits="vtkDataSetAlgorithm" --><code>#include &lt;<a class="el" href="a04390.html">vtkMeshQuality.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for vtkMeshQuality:</div>
<div class="dynsection">
<p><center><img src="a12169.png" border="0" usemap="#a12170" alt="Inheritance graph"></center>
<map name="a12170">
<area shape="rect" href="a00375.html" title="Superclass for algorithms that produce output of the same type as input." alt="" coords="5,229,152,256"><area shape="rect" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK." alt="" coords="29,155,128,181"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="39,80,119,107"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="24,5,133,32"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<div class="dynheader">
Collaboration diagram for vtkMeshQuality:</div>
<div class="dynsection">
<p><center><img src="a12171.png" border="0" usemap="#a12172" alt="Collaboration graph"></center>
<map name="a12172">
<area shape="rect" href="a00375.html" title="Superclass for algorithms that produce output of the same type as input." alt="" coords="1383,161,1529,188"><area shape="rect" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK." alt="" coords="1044,193,1143,220"><area shape="rect" href="a00472.html" title="Superclass for all pipeline executives in VTK." alt="" coords="1407,272,1505,299"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="444,197,524,224"><area shape="rect" href="a00895.html" title="Store zero or more vtkInformation instances." alt="" coords="675,251,824,277"><area shape="rect" href="a00872.html" title="Store vtkAlgorithm input/output information." alt="" coords="695,123,804,149"><area shape="rect" href="a00081.html" title="Abstract superclass for all arrays." alt="" coords="1032,92,1155,119"><area shape="rect" href="a01513.html" title="map scalar values into colors" alt="" coords="849,5,991,32"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="7,131,116,157"><area shape="rect" href="a00884.html" title="internal structure for vtkInformation" alt="" coords="403,92,565,119"><area shape="rect" href="a00886.html" title="Superclass for vtkInformation keys." alt="" coords="169,77,300,104"><area shape="rect" href="a01719.html" title="record modification and/or execution time" alt="" coords="180,343,289,369"><area shape="rect" href="a00980.html" title="map scalar values into colors via a lookup table" alt="" coords="1900,84,2017,111"><area shape="rect" href="a00891.html" title="Key for pointer to pointer." alt="" coords="393,41,575,68"><area shape="rect" href="a00356.html" title="abstract superclass for arrays of numeric data" alt="" coords="1405,92,1507,119"><area shape="rect" href="a01784.html" title="dynamic, self&#45;adjusting array of unsigned char" alt="" coords="1655,120,1815,147"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>

<p>
<a href="a12173.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
Calculate functions of quality of the elements. 
<p>
<dl class="rcs" compact><dt><b>Date</b></dt><dd>2008-03-05 18:15:17 </dd></dl>
<dl class="rcs" compact><dt><b>Revision</b></dt><dd>1.33 </dd></dl>
of a mesh<p>
<a class="el" href="a01037.html" title="Calculate functions of quality of the elements.">vtkMeshQuality</a> computes one or more functions of (geometric) quality for each 2-D and 3-D cell (triangle, quadrilateral, tetrahedron, or hexahedron) of a mesh. These functions of quality are then averaged over the entire mesh. The minimum, average, maximum, and unbiased variance of quality for each type of cell is stored in the output mesh's FieldData. The FieldData arrays are named "Mesh Triangle Quality," "Mesh Quadrilateral Quality," "Mesh Tetrahedron Quality," and "Mesh Hexahedron Quality." Each array has a single tuple with 5 components. The first 4 components are the quality statistics mentioned above; the final value is the number of cells of the given type. This final component makes aggregation of statistics for distributed mesh data possible.<p>
By default, the per-cell quality is added to the mesh's cell data, in an array named "Quality." Cell types not supported by this filter will have an entry of 0. Use <a class="el" href="a01037.html#6268b834173937713bf5ebcce0a63bb3">SaveCellQualityOff()</a> to store only the final statistics.<p>
This version of the filter written by Philippe Pebay and David Thompson overtakes an older version written by Leila Baghdadi, Hanif Ladak, and David Steinman at the Imaging Research Labs, Robarts Research Institute. That version only supported tetrahedral radius ratio. See the <a class="el" href="a01037.html#28159116b099af62e67437e094d16b96">CompatibilityModeOn()</a> member for information on how to make this filter behave like the previous implementation. For more information on the triangle quality functions of this class, cf. Pebay &amp; Baker 2003, Analysis of triangle quality measures, Math Comp 72:244. For more information on the quadrangle quality functions of this class, cf. Pebay 2004, Planar Quadrangle Quality Measures, Eng Comp 20:2.<p>
<dl class="warning" compact><dt><b>Warning:</b></dt><dd>While more general than before, this class does not address many cell types, including wedges and pyramids in 3D and triangle strips and fans in 2D (among others). Most quadrilateral quality functions are intended for planar quadrilaterals only. The minimal angle is not, strictly speaking, a quality function, but it is provided because of its useage by many authors.</dd></dl>
<dl class="user" compact><dt><b>Tests:</b></dt><dd><a class="el" href="c2_vtk_t_10.html#c2_vtk_t_vtkMeshQuality">vtkMeshQuality (Tests)</a> </dd></dl>

<p>Definition at line <a class="el" href="a04390.html#l00106">106</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef <a class="el" href="a00375.html">vtkDataSetAlgorithm</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#9766c67658f4bb1a52ccbe718d4b1249">Superclass</a></td></tr>

<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#3170e3ad4e63fad4fa29fad8b5ec534c">PrintSelf</a> (ostream &amp;os, <a class="el" href="a00869.html">vtkIndent</a> indent)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#2091065919089df89aee66f4beb131c0">GetClassName</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#c0a3644c02f997902eb97b8e860d9d77">IsA</a> (const char *type)</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#ebf7b0ae8c4d19742107833f183b6aa6">SetSaveCellQuality</a> (int)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#fb4dcd0fc62d1ab96a664237143c17d5">GetSaveCellQuality</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#ddd2d85bef044e7ecd831626b785076f">SaveCellQualityOn</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#6268b834173937713bf5ebcce0a63bb3">SaveCellQualityOff</a> ()</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#dd76b8765bb7e325e8d8db606a2bcdf9">SetTriangleQualityMeasure</a> (int)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#dbcf8bb25a33bed458cb459d956bca24">GetTriangleQualityMeasure</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#085b8ba777d9cea38b5ca2d38466c7a3">SetTriangleQualityMeasureToArea</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#eb1fa35ce5e4a81ab30cd82febb273dc">SetTriangleQualityMeasureToEdgeRatio</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#5479f91198aa7e56ac67318ebac50f0d">SetTriangleQualityMeasureToAspectRatio</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#1d1260c12524a14ec9f55ce653c6d4ff">SetTriangleQualityMeasureToRadiusRatio</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#a314dad20471f39b52f145a889a62985">SetTriangleQualityMeasureToAspectFrobenius</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#f68d8ea1f6dc30bb1e0c4df5f9922032">SetTriangleQualityMeasureToMinAngle</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#b884488f0fe0c682eb7c9810626d92ce">SetTriangleQualityMeasureToMaxAngle</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#91830cc49cf8bd2261cc6e8a2a823101">SetTriangleQualityMeasureToCondition</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#267cf6b83c27fdf39027f66ed6d5c341">SetTriangleQualityMeasureToScaledJacobian</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#778bd140486c9628cac35debab42677f">SetTriangleQualityMeasureToRelativeSizeSquared</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#eacbd95fc2d787cf4914228d265a649d">SetTriangleQualityMeasureToShape</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#98d14d312a2f2c311c3e7d2a2e0a293b">SetTriangleQualityMeasureToShapeAndSize</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#f6747607b3cda415a49db98e99b3abbb">SetTriangleQualityMeasureToDistortion</a> ()</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#8e3b1d0ff4f535f70107abb9128ad1ec">SetQuadQualityMeasure</a> (int)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#23b5a31f535a2855fce85e9cccd590cb">GetQuadQualityMeasure</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#7a7c4e14308906e4f2b0fd94e870c32e">SetQuadQualityMeasureToEdgeRatio</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#3e8eba3d868fcace6f9a83aa4ef9e6d9">SetQuadQualityMeasureToAspectRatio</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#7f19717f59dcb8dd26a3624955390b16">SetQuadQualityMeasureToRadiusRatio</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#8b3e4a6fdd395da9a0e02fb5e938e947">SetQuadQualityMeasureToMedAspectFrobenius</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#2c6b8f681e01425911f77441145550dd">SetQuadQualityMeasureToMaxAspectFrobenius</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#c270d58126b9cbaf331bac2ddface3de">SetQuadQualityMeasureToMaxEdgeRatios</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#009742844022e12da304edff576097e8">SetQuadQualityMeasureToSkew</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#7505afd2da36b44a7096fdedd3fa82d6">SetQuadQualityMeasureToTaper</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#b4008f3815b93a3cd497a029f84c2b9d">SetQuadQualityMeasureToWarpage</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#b32615c791c79f22b9e87e66dc038cf8">SetQuadQualityMeasureToArea</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#f6fb69fe4a17fe06895fbe6f880d139a">SetQuadQualityMeasureToStretch</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#e4e1b5856bb069fc5e27eeeae308f114">SetQuadQualityMeasureToMinAngle</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#b988d68702493fa6bfeb772da21c9d84">SetQuadQualityMeasureToMaxAngle</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#d856486891a16e29100c4ce1cba5f9b2">SetQuadQualityMeasureToOddy</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#580e678b36a5585383fc5e707db40d8f">SetQuadQualityMeasureToCondition</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#88e3526fc54a0a7c4908c4e36b432ee7">SetQuadQualityMeasureToJacobian</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#f32d3135578d7025d62dac8babe8a12d">SetQuadQualityMeasureToScaledJacobian</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#5f59a861c60141e100bdfdeef5120429">SetQuadQualityMeasureToShear</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#999f289e098f07d60601d73a87e9d12e">SetQuadQualityMeasureToShape</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#2091b3b55fbe232b0e4efbe78ed87a07">SetQuadQualityMeasureToRelativeSizeSquared</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#7fedb7fce94f71aa325bca28a2ef2232">SetQuadQualityMeasureToShapeAndSize</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#827886053e14c572ca981eb22ea1257a">SetQuadQualityMeasureToShearAndSize</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#fe79a32dcbd7ce7bfcdf469f5a032261">SetQuadQualityMeasureToDistortion</a> ()</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#d0c2d0829be7a2e0963b23665e993722">SetTetQualityMeasure</a> (int)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#55d74ecf6a91a14bb51c043de68cc5bf">GetTetQualityMeasure</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#dad13abeb8e2bbe425c60932b4e84ac5">SetTetQualityMeasureToEdgeRatio</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#7750bcd20be680cdaa1745866480346f">SetTetQualityMeasureToAspectRatio</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#c737515e6a8c3e7ad21a95a751322dc1">SetTetQualityMeasureToRadiusRatio</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#946085c52d0d9fd04d5378bfe53b8820">SetTetQualityMeasureToAspectFrobenius</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#150349fa028df9071c1d86b5bf74ebe2">SetTetQualityMeasureToMinAngle</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#b6fb7b869ce66fe37d103043caf1585e">SetTetQualityMeasureToCollapseRatio</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#f92a7aa3b55aaa957c9848be1977d588">SetTetQualityMeasureToAspectBeta</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#f26bcf8460aad590b354baae45098e38">SetTetQualityMeasureToAspectGamma</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#72866c58824a4df15c7e49e6fad3c3ff">SetTetQualityMeasureToVolume</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#d7485c365d61b1d062ab067225ec7ac5">SetTetQualityMeasureToCondition</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#bfbe39853e541924bd91ca22f1c781cd">SetTetQualityMeasureToJacobian</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#e4d685626d686f2b5734a2c506b20524">SetTetQualityMeasureToScaledJacobian</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#5c0cc3aa2c1cc3334baba5b1ab36b846">SetTetQualityMeasureToShape</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#a86b9c7cfa5c954917ea4b914a3d9b16">SetTetQualityMeasureToRelativeSizeSquared</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#c9a9535a24322e082bef634849f4890b">SetTetQualityMeasureToShapeAndSize</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#22d78e3ca4575d919a0a0e410662f771">SetTetQualityMeasureToDistortion</a> ()</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#82a17a77590c97ca99578bd2e5d05c0d">SetHexQualityMeasure</a> (int)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#b43d4cbf324e893e979136d93202e64c">GetHexQualityMeasure</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#e21723011dc6cf97c753c378f72b5bfc">SetHexQualityMeasureToEdgeRatio</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#222c83e9e696a04232b733251a34b59e">SetHexQualityMeasureToMedAspectFrobenius</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#324a6335a5490778701c96e1286fefe1">SetHexQualityMeasureToMaxAspectFrobenius</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#ccdebffaa4c24ede552a27863722b2d5">SetHexQualityMeasureToMaxEdgeRatios</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#82644f29156149fcbab6812bac9d4e73">SetHexQualityMeasureToSkew</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#97ad2c8556d0be154884c5668f7924a8">SetHexQualityMeasureToTaper</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#ca334bc81a45a66668a7eb7b58803c83">SetHexQualityMeasureToVolume</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#55a2869d08d914ec4f31bf1be1e937bc">SetHexQualityMeasureToStretch</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#21cd697f3265ca803b9edf367c91bfef">SetHexQualityMeasureToDiagonal</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#67de0a181e276e94f69baf31026ac3df">SetHexQualityMeasureToDimension</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#c8852df1219ef44900e89b17ac8881ff">SetHexQualityMeasureToOddy</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#6468f0a906434f1f29f412a8ba317fad">SetHexQualityMeasureToCondition</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#3b138bd350aba999c63a61a6a5c61c9f">SetHexQualityMeasureToJacobian</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#026bc0fef7bb6bf9e472a0d9af5be0e5">SetHexQualityMeasureToScaledJacobian</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#506980407ec12d9b0d83b5e42fe3bcfc">SetHexQualityMeasureToShear</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#3c8bf0740e0279da567d0bd16329fa2a">SetHexQualityMeasureToShape</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#7869cb750232e5f9785560fd174368f4">SetHexQualityMeasureToRelativeSizeSquared</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#ae6d77ef5e0b8973d03d0c967667d2b3">SetHexQualityMeasureToShapeAndSize</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#ac5961819afa52592d42ac831b9af285">SetHexQualityMeasureToShearAndSize</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#16721c67e558ebc677e53fd194c8aadd">SetHexQualityMeasureToDistortion</a> ()</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#247e7322661ab89523c4cb772f15802f">SetRatio</a> (int r)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#6a6fe7fae6e8cfde0f6598598eea8399">GetRatio</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#d8017b0440002eddb9331314de27b165">RatioOn</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#f49b4a8dd67c18d9fbdde33d8c816fda">RatioOff</a> ()</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#7503becf48eb98409260481f4c860616">SetVolume</a> (int cv)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#c9d0779ca0fd52f31a2cb46e2b84fb6b">GetVolume</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#c271999ce91a257cc4d3953309a80867">VolumeOn</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#198ab7061dcfe4c94e0ae69b9ae4920a">VolumeOff</a> ()</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#3791a0c5f5d54f75ca16e7d091b00412">SetCompatibilityMode</a> (int cm)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#06b898acd51bbe503db22d54ca98f74d">GetCompatibilityMode</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#28159116b099af62e67437e094d16b96">CompatibilityModeOn</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#e8290c0826ef610091fae456fab5ac52">CompatibilityModeOff</a> ()</td></tr>

<tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#6f8fed56021a04d18c5d6f011f822921">IsTypeOf</a> (const char *type)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="a01037.html">vtkMeshQuality</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#5b08c5ee69b4a4e1c5be3aaf969dcb25">SafeDownCast</a> (<a class="el" href="a01084.html">vtkObject</a> *o)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="a01037.html">vtkMeshQuality</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#c4bccc330fed864ddc626ccfa28331f6">New</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#efa3db78933a64e68c2718cf83eac3c5">TriangleArea</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#317f28de0e4d9c2ddf4a84b9e000586f">TriangleEdgeRatio</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#89e61c42eef101abc0c298c269d272fe">TriangleAspectRatio</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#92a3fdceef96f4221bfb7f4dab31c98d">TriangleRadiusRatio</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#371ede833f18533b5a9fbe9157445a2e">TriangleAspectFrobenius</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#e8fab76bea1678dfc556739a7a7aa793">TriangleMinAngle</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#917c23ce0e9029193daf0f1c4f380197">TriangleMaxAngle</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#733b82a681b1ec29a787d9ddd4882d9d">TriangleCondition</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#679c262b35e6217411394e6fabd6b753">TriangleScaledJacobian</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#cb6c9d7fc8bd9ee9464597b24b4b38dc">TriangleRelativeSizeSquared</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#71533adb6bec7950de03a87fbfdead24">TriangleShape</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#4018abe5c855216819cdb8eebc249ba7">TriangleShapeAndSize</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#4f2c3c263a105075c530fbff2e73dea1">TriangleDistortion</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#94125b3d2bf385c88695fa5d0dbcb1a8">QuadEdgeRatio</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#36af88a987ac943730f2a7b0ccde91fd">QuadAspectRatio</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#cc1189f4f7d065693d8820a3006e8ad5">QuadRadiusRatio</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#7332eb2c789f0b0f56d24e661cf452ce">QuadMedAspectFrobenius</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#ac6ffcf12617cb6c5707541a55dd99b7">QuadMaxAspectFrobenius</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#f2f618eedfba6ffff4d57f527c2ae1b7">QuadMinAngle</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#b16a848da5144b16e206bb456483e1e6">QuadMaxEdgeRatios</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#d0a6755c4338eb1e2ac839e2b785c3b8">QuadSkew</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#04121e2a3f86095d6b3bac949167669c">QuadTaper</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#0178fddfc037b48009ea88aeb04b1fd5">QuadWarpage</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#5345779ca1e8b5b90f29fbcc4edb52f4">QuadArea</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#9f861a3f530db9711488f35f0c3409ac">QuadStretch</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#9c20644bee8e5eceecb71c3486f4ee03">QuadMaxAngle</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#33245dd78ebe52c7b551a1f5fcc9b663">QuadOddy</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#7ccb938b9d0ef7200c16b5d6f111f17e">QuadCondition</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#267818a63f8425ddccaa2fe8791ef8f0">QuadJacobian</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#38beaf893585057ac2c6f4475439f079">QuadScaledJacobian</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#3c846c09db88768cd6d0d3d6d9ce017a">QuadShear</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#bfd17850642942d1a844e30974040b6b">QuadShape</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#cde336da64d50ab3a934d991c8b3b02d">QuadRelativeSizeSquared</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#9057b0b563dcb7a8b49d1343058f724b">QuadShapeAndSize</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#94c661ab98a0d7b1fb253c867b41c0ae">QuadShearAndSize</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#d1d72482fb64eb3baf4e95fd8407d7e9">QuadDistortion</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#57bf40d62a5d755546c3adfbe7bb6059">TetEdgeRatio</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#fb12fe7eb564b52c63467ee1b2d42c2d">TetAspectRatio</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#f70ac5cc7e400d244440f6ead92c47c8">TetRadiusRatio</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#b1d5f7f4d64a63a138a2572f08ccb30d">TetAspectFrobenius</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#76f9aae6b751ba9266cde21b2aed7f75">TetMinAngle</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#a7f0a65f109773aab1a73baa67a3b10c">HexEdgeRatio</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#c9588a49b0da27ff14d31303484c29f7">HexMedAspectFrobenius</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#4e6d72d81acc4e78aaec7ac117ebac79">TetCollapseRatio</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#49185a9dc0737515f45b20d0afbd350c">TetAspectBeta</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#11df402df93aabd5497a10a98e64e74c">TetAspectGamma</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#cf57cac4388214803301048e6767521e">TetVolume</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#919da67463ab498330caa1263c91834d">TetCondition</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#4952068de8a05a797963267f3cce8334">TetJacobian</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#92f24239798de0670620823e1433b05c">TetScaledJacobian</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#fd9e7452fa1bd68a80d5c7c5f0f0eabe">TetShape</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#69721517028993258394a30efc0fe375">TetRelativeSizeSquared</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#7707e64b8a73e81a3f3a59c4e2439d0c">TetShapeandSize</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#8cadfebeb704ed46be24bfebb6c9ec04">TetDistortion</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#b30da0ce98241b4dba644bcdea767b51">HexMaxAspectFrobenius</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#3aa07f06af70a1db497e6792028c4592">HexMaxEdgeRatio</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#b5bd11b47305d17e52c3cbdb50b9f359">HexSkew</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#436032542fbfd86b0d4907859c63cf8e">HexTaper</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#4fa4658f0bda65dec946220b9b0b2834">HexVolume</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#9abcf9f98c662d8844968b9941356a8e">HexStretch</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#e942dc46f06adb37671a6936b795c76f">HexDiagonal</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#9724c58b8247967438db04dc1d681ad3">HexDimension</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#0dd9cea7e79ed684dde04eb1a654f5fd">HexOddy</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#ff1e6240b8b93d0c4d2ce370ec09f73b">HexCondition</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#8ac76fb71cd10c982d1c3dcef106ff47">HexJacobian</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#16c9f12008407343beb1cb32d348e458">HexScaledJacobian</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#168e62d8669f0c6e607077933f1d486c">HexShear</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#63c0ae52ff3bf07d78d47f3d63c05ca7">HexShape</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#5b840e4655993fa83f5438b2732c51d3">HexRelativeSizeSquared</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#3bbde232359078055319bcdcb25d7a93">HexShapeAndSize</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#b59df517bd30b28e23b40282e8a8ea2a">HexShearAndSize</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#49d8ba06133f4e9cb77cdff36a1a148d">HexDistortion</a> (<a class="el" href="a00240.html">vtkCell</a> *cell)</td></tr>

<tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#698f73a8f4690541c4c70cc52822faed">vtkMeshQuality</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#a1b5f2e53255fe0fe1fe7875d7cef464">~vtkMeshQuality</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#a71791b7d95203efd6aeca22bc0cfb46">RequestData</a> (<a class="el" href="a00872.html">vtkInformation</a> *, <a class="el" href="a00895.html">vtkInformationVector</a> **, <a class="el" href="a00895.html">vtkInformationVector</a> *)</td></tr>

<tr><td colspan="2"><br><h2>Static Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#40a032a3fbebc5f7a98f09eb3b0b3b41">GetCurrentTriangleNormal</a> (double point[3], double normal[3])</td></tr>

<tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#28504b7b486ff60e0fe6bc905ebbcd24">SaveCellQuality</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#dfeccc4895d85e88c622964b2dcb7800">TriangleQualityMeasure</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#a14f36de285563c5f682ffb4e5f8a5fd">QuadQualityMeasure</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#54421fb38ecb35e35741d2bddc897854">TetQualityMeasure</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#5e48cf2cd5f1eec2f142957c1a9122a2">HexQualityMeasure</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#7d0db9a14b5a8a0050665c4818d5e859">CompatibilityMode</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#178301e63e1c1fff6a2796fecbd90b31">Volume</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a00356.html">vtkDataArray</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#457eb337abf77d13b521c9188fde7cee">CellNormals</a></td></tr>

<tr><td colspan="2"><br><h2>Static Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01037.html#722bfe1b57e82f831f39cbe72d17c5de">CurrentTriNormal</a> [3]</td></tr>

</table>
<hr><h2>Member Typedef Documentation</h2>
<a class="anchor" name="9766c67658f4bb1a52ccbe718d4b1249"></a><!-- doxytag: member="vtkMeshQuality::Superclass" ref="9766c67658f4bb1a52ccbe718d4b1249" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="a00375.html">vtkDataSetAlgorithm</a> <a class="el" href="a00375.html">vtkMeshQuality::Superclass</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Reimplemented from <a class="el" href="a00375.html#5b6a74f37b2c42dea75a05209b3e69bc">vtkDataSetAlgorithm</a>.</p>

<p>Definition at line <a class="el" href="a04390.html#l00110">110</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="698f73a8f4690541c4c70cc52822faed"></a><!-- doxytag: member="vtkMeshQuality::vtkMeshQuality" ref="698f73a8f4690541c4c70cc52822faed" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkMeshQuality::vtkMeshQuality           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="a1b5f2e53255fe0fe1fe7875d7cef464"></a><!-- doxytag: member="vtkMeshQuality::~vtkMeshQuality" ref="a1b5f2e53255fe0fe1fe7875d7cef464" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkMeshQuality::~vtkMeshQuality           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="3170e3ad4e63fad4fa29fad8b5ec534c"></a><!-- doxytag: member="vtkMeshQuality::PrintSelf" ref="3170e3ad4e63fad4fa29fad8b5ec534c" args="(ostream &amp;os, vtkIndent indent)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::PrintSelf           </td>
          <td>(</td>
          <td class="paramtype">ostream &amp;&nbsp;</td>
          <td class="paramname"> <em>os</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00869.html">vtkIndent</a>&nbsp;</td>
          <td class="paramname"> <em>indent</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use <a class="el" href="a01085.html#edadf6378465fd81c2592ef64262e2a5">Print()</a> instead) but used in the hierarchical print process to combine the output of several classes. 
<p>Reimplemented from <a class="el" href="a00375.html#399bf1def01568753e290f9cc45d7985">vtkDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="2091065919089df89aee66f4beb131c0"></a><!-- doxytag: member="vtkMeshQuality::GetClassName" ref="2091065919089df89aee66f4beb131c0" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual const char* vtkMeshQuality::GetClassName           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Reimplemented from <a class="el" href="a00375.html#d0ae046484ba6d268bdb67ad536260c8">vtkDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="6f8fed56021a04d18c5d6f011f822921"></a><!-- doxytag: member="vtkMeshQuality::IsTypeOf" ref="6f8fed56021a04d18c5d6f011f822921" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static int vtkMeshQuality::IsTypeOf           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>name</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. 
<p>Reimplemented from <a class="el" href="a00375.html#f86c68af773c12e38dad90f2afc7579a">vtkDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="c0a3644c02f997902eb97b8e860d9d77"></a><!-- doxytag: member="vtkMeshQuality::IsA" ref="c0a3644c02f997902eb97b8e860d9d77" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkMeshQuality::IsA           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>name</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. 
<p>Reimplemented from <a class="el" href="a00375.html#420be20e4ddd9cc9184f09eec0f67a32">vtkDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="5b08c5ee69b4a4e1c5be3aaf969dcb25"></a><!-- doxytag: member="vtkMeshQuality::SafeDownCast" ref="5b08c5ee69b4a4e1c5be3aaf969dcb25" args="(vtkObject *o)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a01037.html">vtkMeshQuality</a>* vtkMeshQuality::SafeDownCast           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a01084.html">vtkObject</a> *&nbsp;</td>
          <td class="paramname"> <em>o</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Reimplemented from <a class="el" href="a00375.html#3ba4f479dbf92dc937f8b6309e16dbea">vtkDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="c4bccc330fed864ddc626ccfa28331f6"></a><!-- doxytag: member="vtkMeshQuality::New" ref="c4bccc330fed864ddc626ccfa28331f6" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a01037.html">vtkMeshQuality</a>* vtkMeshQuality::New           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. 
<p>Reimplemented from <a class="el" href="a00375.html#366c8a9b4e61249c93fd2f7a492de9cb">vtkDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="ebf7b0ae8c4d19742107833f183b6aa6"></a><!-- doxytag: member="vtkMeshQuality::SetSaveCellQuality" ref="ebf7b0ae8c4d19742107833f183b6aa6" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkMeshQuality::SetSaveCellQuality           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This variable controls whether or not cell quality is stored as cell data in the resulting mesh or discarded (leaving only the aggregate quality average of the entire mesh, recorded in the FieldData). 
</div>
</div><p>
<a class="anchor" name="fb4dcd0fc62d1ab96a664237143c17d5"></a><!-- doxytag: member="vtkMeshQuality::GetSaveCellQuality" ref="fb4dcd0fc62d1ab96a664237143c17d5" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkMeshQuality::GetSaveCellQuality           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This variable controls whether or not cell quality is stored as cell data in the resulting mesh or discarded (leaving only the aggregate quality average of the entire mesh, recorded in the FieldData). 
</div>
</div><p>
<a class="anchor" name="ddd2d85bef044e7ecd831626b785076f"></a><!-- doxytag: member="vtkMeshQuality::SaveCellQualityOn" ref="ddd2d85bef044e7ecd831626b785076f" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkMeshQuality::SaveCellQualityOn           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This variable controls whether or not cell quality is stored as cell data in the resulting mesh or discarded (leaving only the aggregate quality average of the entire mesh, recorded in the FieldData). 
</div>
</div><p>
<a class="anchor" name="6268b834173937713bf5ebcce0a63bb3"></a><!-- doxytag: member="vtkMeshQuality::SaveCellQualityOff" ref="6268b834173937713bf5ebcce0a63bb3" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkMeshQuality::SaveCellQualityOff           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This variable controls whether or not cell quality is stored as cell data in the resulting mesh or discarded (leaving only the aggregate quality average of the entire mesh, recorded in the FieldData). 
</div>
</div><p>
<a class="anchor" name="dd76b8765bb7e325e8d8db606a2bcdf9"></a><!-- doxytag: member="vtkMeshQuality::SetTriangleQualityMeasure" ref="dd76b8765bb7e325e8d8db606a2bcdf9" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkMeshQuality::SetTriangleQualityMeasure           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to function the quality of triangles. The default is VTK_QUALITY_RADIUS_RATIO and valid values also include VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_ASPECT_FROBENIUS, and VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_CONDITION, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE, VTK_QUALITY_SHAPE_AND_SIZE, and VTK_QUALITY_DISTORTION. 
</div>
</div><p>
<a class="anchor" name="dbcf8bb25a33bed458cb459d956bca24"></a><!-- doxytag: member="vtkMeshQuality::GetTriangleQualityMeasure" ref="dbcf8bb25a33bed458cb459d956bca24" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkMeshQuality::GetTriangleQualityMeasure           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to function the quality of triangles. The default is VTK_QUALITY_RADIUS_RATIO and valid values also include VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_ASPECT_FROBENIUS, and VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_CONDITION, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE, VTK_QUALITY_SHAPE_AND_SIZE, and VTK_QUALITY_DISTORTION. 
</div>
</div><p>
<a class="anchor" name="085b8ba777d9cea38b5ca2d38466c7a3"></a><!-- doxytag: member="vtkMeshQuality::SetTriangleQualityMeasureToArea" ref="085b8ba777d9cea38b5ca2d38466c7a3" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetTriangleQualityMeasureToArea           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to function the quality of triangles. The default is VTK_QUALITY_RADIUS_RATIO and valid values also include VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_ASPECT_FROBENIUS, and VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_CONDITION, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE, VTK_QUALITY_SHAPE_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00133">133</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="eb1fa35ce5e4a81ab30cd82febb273dc"></a><!-- doxytag: member="vtkMeshQuality::SetTriangleQualityMeasureToEdgeRatio" ref="eb1fa35ce5e4a81ab30cd82febb273dc" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetTriangleQualityMeasureToEdgeRatio           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to function the quality of triangles. The default is VTK_QUALITY_RADIUS_RATIO and valid values also include VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_ASPECT_FROBENIUS, and VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_CONDITION, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE, VTK_QUALITY_SHAPE_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00137">137</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="5479f91198aa7e56ac67318ebac50f0d"></a><!-- doxytag: member="vtkMeshQuality::SetTriangleQualityMeasureToAspectRatio" ref="5479f91198aa7e56ac67318ebac50f0d" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetTriangleQualityMeasureToAspectRatio           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to function the quality of triangles. The default is VTK_QUALITY_RADIUS_RATIO and valid values also include VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_ASPECT_FROBENIUS, and VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_CONDITION, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE, VTK_QUALITY_SHAPE_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00141">141</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="1d1260c12524a14ec9f55ce653c6d4ff"></a><!-- doxytag: member="vtkMeshQuality::SetTriangleQualityMeasureToRadiusRatio" ref="1d1260c12524a14ec9f55ce653c6d4ff" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetTriangleQualityMeasureToRadiusRatio           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to function the quality of triangles. The default is VTK_QUALITY_RADIUS_RATIO and valid values also include VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_ASPECT_FROBENIUS, and VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_CONDITION, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE, VTK_QUALITY_SHAPE_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00145">145</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="a314dad20471f39b52f145a889a62985"></a><!-- doxytag: member="vtkMeshQuality::SetTriangleQualityMeasureToAspectFrobenius" ref="a314dad20471f39b52f145a889a62985" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetTriangleQualityMeasureToAspectFrobenius           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to function the quality of triangles. The default is VTK_QUALITY_RADIUS_RATIO and valid values also include VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_ASPECT_FROBENIUS, and VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_CONDITION, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE, VTK_QUALITY_SHAPE_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00149">149</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="f68d8ea1f6dc30bb1e0c4df5f9922032"></a><!-- doxytag: member="vtkMeshQuality::SetTriangleQualityMeasureToMinAngle" ref="f68d8ea1f6dc30bb1e0c4df5f9922032" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetTriangleQualityMeasureToMinAngle           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to function the quality of triangles. The default is VTK_QUALITY_RADIUS_RATIO and valid values also include VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_ASPECT_FROBENIUS, and VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_CONDITION, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE, VTK_QUALITY_SHAPE_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00153">153</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="b884488f0fe0c682eb7c9810626d92ce"></a><!-- doxytag: member="vtkMeshQuality::SetTriangleQualityMeasureToMaxAngle" ref="b884488f0fe0c682eb7c9810626d92ce" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetTriangleQualityMeasureToMaxAngle           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to function the quality of triangles. The default is VTK_QUALITY_RADIUS_RATIO and valid values also include VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_ASPECT_FROBENIUS, and VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_CONDITION, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE, VTK_QUALITY_SHAPE_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00157">157</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="91830cc49cf8bd2261cc6e8a2a823101"></a><!-- doxytag: member="vtkMeshQuality::SetTriangleQualityMeasureToCondition" ref="91830cc49cf8bd2261cc6e8a2a823101" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetTriangleQualityMeasureToCondition           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to function the quality of triangles. The default is VTK_QUALITY_RADIUS_RATIO and valid values also include VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_ASPECT_FROBENIUS, and VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_CONDITION, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE, VTK_QUALITY_SHAPE_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00161">161</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="267cf6b83c27fdf39027f66ed6d5c341"></a><!-- doxytag: member="vtkMeshQuality::SetTriangleQualityMeasureToScaledJacobian" ref="267cf6b83c27fdf39027f66ed6d5c341" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetTriangleQualityMeasureToScaledJacobian           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to function the quality of triangles. The default is VTK_QUALITY_RADIUS_RATIO and valid values also include VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_ASPECT_FROBENIUS, and VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_CONDITION, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE, VTK_QUALITY_SHAPE_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00165">165</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="778bd140486c9628cac35debab42677f"></a><!-- doxytag: member="vtkMeshQuality::SetTriangleQualityMeasureToRelativeSizeSquared" ref="778bd140486c9628cac35debab42677f" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetTriangleQualityMeasureToRelativeSizeSquared           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to function the quality of triangles. The default is VTK_QUALITY_RADIUS_RATIO and valid values also include VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_ASPECT_FROBENIUS, and VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_CONDITION, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE, VTK_QUALITY_SHAPE_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00169">169</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="eacbd95fc2d787cf4914228d265a649d"></a><!-- doxytag: member="vtkMeshQuality::SetTriangleQualityMeasureToShape" ref="eacbd95fc2d787cf4914228d265a649d" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetTriangleQualityMeasureToShape           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to function the quality of triangles. The default is VTK_QUALITY_RADIUS_RATIO and valid values also include VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_ASPECT_FROBENIUS, and VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_CONDITION, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE, VTK_QUALITY_SHAPE_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00173">173</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="98d14d312a2f2c311c3e7d2a2e0a293b"></a><!-- doxytag: member="vtkMeshQuality::SetTriangleQualityMeasureToShapeAndSize" ref="98d14d312a2f2c311c3e7d2a2e0a293b" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetTriangleQualityMeasureToShapeAndSize           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to function the quality of triangles. The default is VTK_QUALITY_RADIUS_RATIO and valid values also include VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_ASPECT_FROBENIUS, and VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_CONDITION, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE, VTK_QUALITY_SHAPE_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00177">177</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="f6747607b3cda415a49db98e99b3abbb"></a><!-- doxytag: member="vtkMeshQuality::SetTriangleQualityMeasureToDistortion" ref="f6747607b3cda415a49db98e99b3abbb" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetTriangleQualityMeasureToDistortion           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to function the quality of triangles. The default is VTK_QUALITY_RADIUS_RATIO and valid values also include VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_ASPECT_FROBENIUS, and VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_CONDITION, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE, VTK_QUALITY_SHAPE_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00181">181</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="8e3b1d0ff4f535f70107abb9128ad1ec"></a><!-- doxytag: member="vtkMeshQuality::SetQuadQualityMeasure" ref="8e3b1d0ff4f535f70107abb9128ad1ec" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkMeshQuality::SetQuadQualityMeasure           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of quadrilaterals. The default is VTK_QUALITY_EDGE_RATIO and valid values also include VTK_QUALITY_RADIUS_RATIO, VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_MAX_EDGE_RATIO VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_WARPAGE, VTK_QUALITY_AREA, VTK_QUALITY_STRETCH, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. Scope: Except for VTK_QUALITY_EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those. 
</div>
</div><p>
<a class="anchor" name="23b5a31f535a2855fce85e9cccd590cb"></a><!-- doxytag: member="vtkMeshQuality::GetQuadQualityMeasure" ref="23b5a31f535a2855fce85e9cccd590cb" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkMeshQuality::GetQuadQualityMeasure           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of quadrilaterals. The default is VTK_QUALITY_EDGE_RATIO and valid values also include VTK_QUALITY_RADIUS_RATIO, VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_MAX_EDGE_RATIO VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_WARPAGE, VTK_QUALITY_AREA, VTK_QUALITY_STRETCH, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. Scope: Except for VTK_QUALITY_EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those. 
</div>
</div><p>
<a class="anchor" name="7a7c4e14308906e4f2b0fd94e870c32e"></a><!-- doxytag: member="vtkMeshQuality::SetQuadQualityMeasureToEdgeRatio" ref="7a7c4e14308906e4f2b0fd94e870c32e" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetQuadQualityMeasureToEdgeRatio           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of quadrilaterals. The default is VTK_QUALITY_EDGE_RATIO and valid values also include VTK_QUALITY_RADIUS_RATIO, VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_MAX_EDGE_RATIO VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_WARPAGE, VTK_QUALITY_AREA, VTK_QUALITY_STRETCH, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. Scope: Except for VTK_QUALITY_EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those. 
<p>Definition at line <a class="el" href="a04390.html#l00204">204</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="3e8eba3d868fcace6f9a83aa4ef9e6d9"></a><!-- doxytag: member="vtkMeshQuality::SetQuadQualityMeasureToAspectRatio" ref="3e8eba3d868fcace6f9a83aa4ef9e6d9" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetQuadQualityMeasureToAspectRatio           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of quadrilaterals. The default is VTK_QUALITY_EDGE_RATIO and valid values also include VTK_QUALITY_RADIUS_RATIO, VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_MAX_EDGE_RATIO VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_WARPAGE, VTK_QUALITY_AREA, VTK_QUALITY_STRETCH, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. Scope: Except for VTK_QUALITY_EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those. 
<p>Definition at line <a class="el" href="a04390.html#l00208">208</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="7f19717f59dcb8dd26a3624955390b16"></a><!-- doxytag: member="vtkMeshQuality::SetQuadQualityMeasureToRadiusRatio" ref="7f19717f59dcb8dd26a3624955390b16" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetQuadQualityMeasureToRadiusRatio           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of quadrilaterals. The default is VTK_QUALITY_EDGE_RATIO and valid values also include VTK_QUALITY_RADIUS_RATIO, VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_MAX_EDGE_RATIO VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_WARPAGE, VTK_QUALITY_AREA, VTK_QUALITY_STRETCH, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. Scope: Except for VTK_QUALITY_EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those. 
<p>Definition at line <a class="el" href="a04390.html#l00212">212</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="8b3e4a6fdd395da9a0e02fb5e938e947"></a><!-- doxytag: member="vtkMeshQuality::SetQuadQualityMeasureToMedAspectFrobenius" ref="8b3e4a6fdd395da9a0e02fb5e938e947" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetQuadQualityMeasureToMedAspectFrobenius           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of quadrilaterals. The default is VTK_QUALITY_EDGE_RATIO and valid values also include VTK_QUALITY_RADIUS_RATIO, VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_MAX_EDGE_RATIO VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_WARPAGE, VTK_QUALITY_AREA, VTK_QUALITY_STRETCH, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. Scope: Except for VTK_QUALITY_EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those. 
<p>Definition at line <a class="el" href="a04390.html#l00216">216</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="2c6b8f681e01425911f77441145550dd"></a><!-- doxytag: member="vtkMeshQuality::SetQuadQualityMeasureToMaxAspectFrobenius" ref="2c6b8f681e01425911f77441145550dd" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetQuadQualityMeasureToMaxAspectFrobenius           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of quadrilaterals. The default is VTK_QUALITY_EDGE_RATIO and valid values also include VTK_QUALITY_RADIUS_RATIO, VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_MAX_EDGE_RATIO VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_WARPAGE, VTK_QUALITY_AREA, VTK_QUALITY_STRETCH, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. Scope: Except for VTK_QUALITY_EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those. 
<p>Definition at line <a class="el" href="a04390.html#l00220">220</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="c270d58126b9cbaf331bac2ddface3de"></a><!-- doxytag: member="vtkMeshQuality::SetQuadQualityMeasureToMaxEdgeRatios" ref="c270d58126b9cbaf331bac2ddface3de" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetQuadQualityMeasureToMaxEdgeRatios           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of quadrilaterals. The default is VTK_QUALITY_EDGE_RATIO and valid values also include VTK_QUALITY_RADIUS_RATIO, VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_MAX_EDGE_RATIO VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_WARPAGE, VTK_QUALITY_AREA, VTK_QUALITY_STRETCH, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. Scope: Except for VTK_QUALITY_EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those. 
<p>Definition at line <a class="el" href="a04390.html#l00224">224</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="009742844022e12da304edff576097e8"></a><!-- doxytag: member="vtkMeshQuality::SetQuadQualityMeasureToSkew" ref="009742844022e12da304edff576097e8" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetQuadQualityMeasureToSkew           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of quadrilaterals. The default is VTK_QUALITY_EDGE_RATIO and valid values also include VTK_QUALITY_RADIUS_RATIO, VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_MAX_EDGE_RATIO VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_WARPAGE, VTK_QUALITY_AREA, VTK_QUALITY_STRETCH, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. Scope: Except for VTK_QUALITY_EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those. 
<p>Definition at line <a class="el" href="a04390.html#l00228">228</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="7505afd2da36b44a7096fdedd3fa82d6"></a><!-- doxytag: member="vtkMeshQuality::SetQuadQualityMeasureToTaper" ref="7505afd2da36b44a7096fdedd3fa82d6" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetQuadQualityMeasureToTaper           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of quadrilaterals. The default is VTK_QUALITY_EDGE_RATIO and valid values also include VTK_QUALITY_RADIUS_RATIO, VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_MAX_EDGE_RATIO VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_WARPAGE, VTK_QUALITY_AREA, VTK_QUALITY_STRETCH, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. Scope: Except for VTK_QUALITY_EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those. 
<p>Definition at line <a class="el" href="a04390.html#l00232">232</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="b4008f3815b93a3cd497a029f84c2b9d"></a><!-- doxytag: member="vtkMeshQuality::SetQuadQualityMeasureToWarpage" ref="b4008f3815b93a3cd497a029f84c2b9d" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetQuadQualityMeasureToWarpage           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of quadrilaterals. The default is VTK_QUALITY_EDGE_RATIO and valid values also include VTK_QUALITY_RADIUS_RATIO, VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_MAX_EDGE_RATIO VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_WARPAGE, VTK_QUALITY_AREA, VTK_QUALITY_STRETCH, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. Scope: Except for VTK_QUALITY_EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those. 
<p>Definition at line <a class="el" href="a04390.html#l00236">236</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="b32615c791c79f22b9e87e66dc038cf8"></a><!-- doxytag: member="vtkMeshQuality::SetQuadQualityMeasureToArea" ref="b32615c791c79f22b9e87e66dc038cf8" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetQuadQualityMeasureToArea           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of quadrilaterals. The default is VTK_QUALITY_EDGE_RATIO and valid values also include VTK_QUALITY_RADIUS_RATIO, VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_MAX_EDGE_RATIO VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_WARPAGE, VTK_QUALITY_AREA, VTK_QUALITY_STRETCH, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. Scope: Except for VTK_QUALITY_EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those. 
<p>Definition at line <a class="el" href="a04390.html#l00240">240</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="f6fb69fe4a17fe06895fbe6f880d139a"></a><!-- doxytag: member="vtkMeshQuality::SetQuadQualityMeasureToStretch" ref="f6fb69fe4a17fe06895fbe6f880d139a" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetQuadQualityMeasureToStretch           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of quadrilaterals. The default is VTK_QUALITY_EDGE_RATIO and valid values also include VTK_QUALITY_RADIUS_RATIO, VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_MAX_EDGE_RATIO VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_WARPAGE, VTK_QUALITY_AREA, VTK_QUALITY_STRETCH, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. Scope: Except for VTK_QUALITY_EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those. 
<p>Definition at line <a class="el" href="a04390.html#l00244">244</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="e4e1b5856bb069fc5e27eeeae308f114"></a><!-- doxytag: member="vtkMeshQuality::SetQuadQualityMeasureToMinAngle" ref="e4e1b5856bb069fc5e27eeeae308f114" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetQuadQualityMeasureToMinAngle           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of quadrilaterals. The default is VTK_QUALITY_EDGE_RATIO and valid values also include VTK_QUALITY_RADIUS_RATIO, VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_MAX_EDGE_RATIO VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_WARPAGE, VTK_QUALITY_AREA, VTK_QUALITY_STRETCH, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. Scope: Except for VTK_QUALITY_EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those. 
<p>Definition at line <a class="el" href="a04390.html#l00248">248</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="b988d68702493fa6bfeb772da21c9d84"></a><!-- doxytag: member="vtkMeshQuality::SetQuadQualityMeasureToMaxAngle" ref="b988d68702493fa6bfeb772da21c9d84" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetQuadQualityMeasureToMaxAngle           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of quadrilaterals. The default is VTK_QUALITY_EDGE_RATIO and valid values also include VTK_QUALITY_RADIUS_RATIO, VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_MAX_EDGE_RATIO VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_WARPAGE, VTK_QUALITY_AREA, VTK_QUALITY_STRETCH, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. Scope: Except for VTK_QUALITY_EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those. 
<p>Definition at line <a class="el" href="a04390.html#l00252">252</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="d856486891a16e29100c4ce1cba5f9b2"></a><!-- doxytag: member="vtkMeshQuality::SetQuadQualityMeasureToOddy" ref="d856486891a16e29100c4ce1cba5f9b2" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetQuadQualityMeasureToOddy           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of quadrilaterals. The default is VTK_QUALITY_EDGE_RATIO and valid values also include VTK_QUALITY_RADIUS_RATIO, VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_MAX_EDGE_RATIO VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_WARPAGE, VTK_QUALITY_AREA, VTK_QUALITY_STRETCH, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. Scope: Except for VTK_QUALITY_EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those. 
<p>Definition at line <a class="el" href="a04390.html#l00256">256</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="580e678b36a5585383fc5e707db40d8f"></a><!-- doxytag: member="vtkMeshQuality::SetQuadQualityMeasureToCondition" ref="580e678b36a5585383fc5e707db40d8f" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetQuadQualityMeasureToCondition           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of quadrilaterals. The default is VTK_QUALITY_EDGE_RATIO and valid values also include VTK_QUALITY_RADIUS_RATIO, VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_MAX_EDGE_RATIO VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_WARPAGE, VTK_QUALITY_AREA, VTK_QUALITY_STRETCH, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. Scope: Except for VTK_QUALITY_EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those. 
<p>Definition at line <a class="el" href="a04390.html#l00260">260</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="88e3526fc54a0a7c4908c4e36b432ee7"></a><!-- doxytag: member="vtkMeshQuality::SetQuadQualityMeasureToJacobian" ref="88e3526fc54a0a7c4908c4e36b432ee7" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetQuadQualityMeasureToJacobian           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of quadrilaterals. The default is VTK_QUALITY_EDGE_RATIO and valid values also include VTK_QUALITY_RADIUS_RATIO, VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_MAX_EDGE_RATIO VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_WARPAGE, VTK_QUALITY_AREA, VTK_QUALITY_STRETCH, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. Scope: Except for VTK_QUALITY_EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those. 
<p>Definition at line <a class="el" href="a04390.html#l00264">264</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="f32d3135578d7025d62dac8babe8a12d"></a><!-- doxytag: member="vtkMeshQuality::SetQuadQualityMeasureToScaledJacobian" ref="f32d3135578d7025d62dac8babe8a12d" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetQuadQualityMeasureToScaledJacobian           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of quadrilaterals. The default is VTK_QUALITY_EDGE_RATIO and valid values also include VTK_QUALITY_RADIUS_RATIO, VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_MAX_EDGE_RATIO VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_WARPAGE, VTK_QUALITY_AREA, VTK_QUALITY_STRETCH, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. Scope: Except for VTK_QUALITY_EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those. 
<p>Definition at line <a class="el" href="a04390.html#l00268">268</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="5f59a861c60141e100bdfdeef5120429"></a><!-- doxytag: member="vtkMeshQuality::SetQuadQualityMeasureToShear" ref="5f59a861c60141e100bdfdeef5120429" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetQuadQualityMeasureToShear           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of quadrilaterals. The default is VTK_QUALITY_EDGE_RATIO and valid values also include VTK_QUALITY_RADIUS_RATIO, VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_MAX_EDGE_RATIO VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_WARPAGE, VTK_QUALITY_AREA, VTK_QUALITY_STRETCH, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. Scope: Except for VTK_QUALITY_EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those. 
<p>Definition at line <a class="el" href="a04390.html#l00272">272</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="999f289e098f07d60601d73a87e9d12e"></a><!-- doxytag: member="vtkMeshQuality::SetQuadQualityMeasureToShape" ref="999f289e098f07d60601d73a87e9d12e" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetQuadQualityMeasureToShape           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of quadrilaterals. The default is VTK_QUALITY_EDGE_RATIO and valid values also include VTK_QUALITY_RADIUS_RATIO, VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_MAX_EDGE_RATIO VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_WARPAGE, VTK_QUALITY_AREA, VTK_QUALITY_STRETCH, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. Scope: Except for VTK_QUALITY_EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those. 
<p>Definition at line <a class="el" href="a04390.html#l00276">276</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="2091b3b55fbe232b0e4efbe78ed87a07"></a><!-- doxytag: member="vtkMeshQuality::SetQuadQualityMeasureToRelativeSizeSquared" ref="2091b3b55fbe232b0e4efbe78ed87a07" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetQuadQualityMeasureToRelativeSizeSquared           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of quadrilaterals. The default is VTK_QUALITY_EDGE_RATIO and valid values also include VTK_QUALITY_RADIUS_RATIO, VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_MAX_EDGE_RATIO VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_WARPAGE, VTK_QUALITY_AREA, VTK_QUALITY_STRETCH, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. Scope: Except for VTK_QUALITY_EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those. 
<p>Definition at line <a class="el" href="a04390.html#l00280">280</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="7fedb7fce94f71aa325bca28a2ef2232"></a><!-- doxytag: member="vtkMeshQuality::SetQuadQualityMeasureToShapeAndSize" ref="7fedb7fce94f71aa325bca28a2ef2232" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetQuadQualityMeasureToShapeAndSize           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of quadrilaterals. The default is VTK_QUALITY_EDGE_RATIO and valid values also include VTK_QUALITY_RADIUS_RATIO, VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_MAX_EDGE_RATIO VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_WARPAGE, VTK_QUALITY_AREA, VTK_QUALITY_STRETCH, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. Scope: Except for VTK_QUALITY_EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those. 
<p>Definition at line <a class="el" href="a04390.html#l00284">284</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="827886053e14c572ca981eb22ea1257a"></a><!-- doxytag: member="vtkMeshQuality::SetQuadQualityMeasureToShearAndSize" ref="827886053e14c572ca981eb22ea1257a" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetQuadQualityMeasureToShearAndSize           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of quadrilaterals. The default is VTK_QUALITY_EDGE_RATIO and valid values also include VTK_QUALITY_RADIUS_RATIO, VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_MAX_EDGE_RATIO VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_WARPAGE, VTK_QUALITY_AREA, VTK_QUALITY_STRETCH, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. Scope: Except for VTK_QUALITY_EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those. 
<p>Definition at line <a class="el" href="a04390.html#l00288">288</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="fe79a32dcbd7ce7bfcdf469f5a032261"></a><!-- doxytag: member="vtkMeshQuality::SetQuadQualityMeasureToDistortion" ref="fe79a32dcbd7ce7bfcdf469f5a032261" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetQuadQualityMeasureToDistortion           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of quadrilaterals. The default is VTK_QUALITY_EDGE_RATIO and valid values also include VTK_QUALITY_RADIUS_RATIO, VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_MAX_EDGE_RATIO VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_WARPAGE, VTK_QUALITY_AREA, VTK_QUALITY_STRETCH, VTK_QUALITY_MIN_ANGLE, VTK_QUALITY_MAX_ANGLE, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. Scope: Except for VTK_QUALITY_EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those. 
<p>Definition at line <a class="el" href="a04390.html#l00292">292</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="d0c2d0829be7a2e0963b23665e993722"></a><!-- doxytag: member="vtkMeshQuality::SetTetQualityMeasure" ref="d0c2d0829be7a2e0963b23665e993722" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkMeshQuality::SetTetQualityMeasure           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of tetrahedra. The default is VTK_QUALITY_RADIUS_RATIO (identical to Verdict's aspect ratio beta) and valid values also include VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_ASPECT_FROBENIUS, VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_COLLAPSE_RATIO, VTK_QUALITY_ASPECT_BETA, VTK_QUALITY_ASPECT_GAMMA, VTK_QUALITY_VOLUME, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, and VTK_QUALITY_DISTORTION. 
</div>
</div><p>
<a class="anchor" name="55d74ecf6a91a14bb51c043de68cc5bf"></a><!-- doxytag: member="vtkMeshQuality::GetTetQualityMeasure" ref="55d74ecf6a91a14bb51c043de68cc5bf" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkMeshQuality::GetTetQualityMeasure           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of tetrahedra. The default is VTK_QUALITY_RADIUS_RATIO (identical to Verdict's aspect ratio beta) and valid values also include VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_ASPECT_FROBENIUS, VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_COLLAPSE_RATIO, VTK_QUALITY_ASPECT_BETA, VTK_QUALITY_ASPECT_GAMMA, VTK_QUALITY_VOLUME, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, and VTK_QUALITY_DISTORTION. 
</div>
</div><p>
<a class="anchor" name="dad13abeb8e2bbe425c60932b4e84ac5"></a><!-- doxytag: member="vtkMeshQuality::SetTetQualityMeasureToEdgeRatio" ref="dad13abeb8e2bbe425c60932b4e84ac5" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetTetQualityMeasureToEdgeRatio           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of tetrahedra. The default is VTK_QUALITY_RADIUS_RATIO (identical to Verdict's aspect ratio beta) and valid values also include VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_ASPECT_FROBENIUS, VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_COLLAPSE_RATIO, VTK_QUALITY_ASPECT_BETA, VTK_QUALITY_ASPECT_GAMMA, VTK_QUALITY_VOLUME, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00311">311</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="7750bcd20be680cdaa1745866480346f"></a><!-- doxytag: member="vtkMeshQuality::SetTetQualityMeasureToAspectRatio" ref="7750bcd20be680cdaa1745866480346f" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetTetQualityMeasureToAspectRatio           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of tetrahedra. The default is VTK_QUALITY_RADIUS_RATIO (identical to Verdict's aspect ratio beta) and valid values also include VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_ASPECT_FROBENIUS, VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_COLLAPSE_RATIO, VTK_QUALITY_ASPECT_BETA, VTK_QUALITY_ASPECT_GAMMA, VTK_QUALITY_VOLUME, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00315">315</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="c737515e6a8c3e7ad21a95a751322dc1"></a><!-- doxytag: member="vtkMeshQuality::SetTetQualityMeasureToRadiusRatio" ref="c737515e6a8c3e7ad21a95a751322dc1" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetTetQualityMeasureToRadiusRatio           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of tetrahedra. The default is VTK_QUALITY_RADIUS_RATIO (identical to Verdict's aspect ratio beta) and valid values also include VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_ASPECT_FROBENIUS, VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_COLLAPSE_RATIO, VTK_QUALITY_ASPECT_BETA, VTK_QUALITY_ASPECT_GAMMA, VTK_QUALITY_VOLUME, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00319">319</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="946085c52d0d9fd04d5378bfe53b8820"></a><!-- doxytag: member="vtkMeshQuality::SetTetQualityMeasureToAspectFrobenius" ref="946085c52d0d9fd04d5378bfe53b8820" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetTetQualityMeasureToAspectFrobenius           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of tetrahedra. The default is VTK_QUALITY_RADIUS_RATIO (identical to Verdict's aspect ratio beta) and valid values also include VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_ASPECT_FROBENIUS, VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_COLLAPSE_RATIO, VTK_QUALITY_ASPECT_BETA, VTK_QUALITY_ASPECT_GAMMA, VTK_QUALITY_VOLUME, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00323">323</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="150349fa028df9071c1d86b5bf74ebe2"></a><!-- doxytag: member="vtkMeshQuality::SetTetQualityMeasureToMinAngle" ref="150349fa028df9071c1d86b5bf74ebe2" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetTetQualityMeasureToMinAngle           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of tetrahedra. The default is VTK_QUALITY_RADIUS_RATIO (identical to Verdict's aspect ratio beta) and valid values also include VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_ASPECT_FROBENIUS, VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_COLLAPSE_RATIO, VTK_QUALITY_ASPECT_BETA, VTK_QUALITY_ASPECT_GAMMA, VTK_QUALITY_VOLUME, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00327">327</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="b6fb7b869ce66fe37d103043caf1585e"></a><!-- doxytag: member="vtkMeshQuality::SetTetQualityMeasureToCollapseRatio" ref="b6fb7b869ce66fe37d103043caf1585e" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetTetQualityMeasureToCollapseRatio           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of tetrahedra. The default is VTK_QUALITY_RADIUS_RATIO (identical to Verdict's aspect ratio beta) and valid values also include VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_ASPECT_FROBENIUS, VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_COLLAPSE_RATIO, VTK_QUALITY_ASPECT_BETA, VTK_QUALITY_ASPECT_GAMMA, VTK_QUALITY_VOLUME, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00331">331</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="f92a7aa3b55aaa957c9848be1977d588"></a><!-- doxytag: member="vtkMeshQuality::SetTetQualityMeasureToAspectBeta" ref="f92a7aa3b55aaa957c9848be1977d588" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetTetQualityMeasureToAspectBeta           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of tetrahedra. The default is VTK_QUALITY_RADIUS_RATIO (identical to Verdict's aspect ratio beta) and valid values also include VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_ASPECT_FROBENIUS, VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_COLLAPSE_RATIO, VTK_QUALITY_ASPECT_BETA, VTK_QUALITY_ASPECT_GAMMA, VTK_QUALITY_VOLUME, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00335">335</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="f26bcf8460aad590b354baae45098e38"></a><!-- doxytag: member="vtkMeshQuality::SetTetQualityMeasureToAspectGamma" ref="f26bcf8460aad590b354baae45098e38" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetTetQualityMeasureToAspectGamma           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of tetrahedra. The default is VTK_QUALITY_RADIUS_RATIO (identical to Verdict's aspect ratio beta) and valid values also include VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_ASPECT_FROBENIUS, VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_COLLAPSE_RATIO, VTK_QUALITY_ASPECT_BETA, VTK_QUALITY_ASPECT_GAMMA, VTK_QUALITY_VOLUME, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00339">339</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="72866c58824a4df15c7e49e6fad3c3ff"></a><!-- doxytag: member="vtkMeshQuality::SetTetQualityMeasureToVolume" ref="72866c58824a4df15c7e49e6fad3c3ff" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetTetQualityMeasureToVolume           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of tetrahedra. The default is VTK_QUALITY_RADIUS_RATIO (identical to Verdict's aspect ratio beta) and valid values also include VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_ASPECT_FROBENIUS, VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_COLLAPSE_RATIO, VTK_QUALITY_ASPECT_BETA, VTK_QUALITY_ASPECT_GAMMA, VTK_QUALITY_VOLUME, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00343">343</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="d7485c365d61b1d062ab067225ec7ac5"></a><!-- doxytag: member="vtkMeshQuality::SetTetQualityMeasureToCondition" ref="d7485c365d61b1d062ab067225ec7ac5" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetTetQualityMeasureToCondition           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of tetrahedra. The default is VTK_QUALITY_RADIUS_RATIO (identical to Verdict's aspect ratio beta) and valid values also include VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_ASPECT_FROBENIUS, VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_COLLAPSE_RATIO, VTK_QUALITY_ASPECT_BETA, VTK_QUALITY_ASPECT_GAMMA, VTK_QUALITY_VOLUME, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00347">347</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="bfbe39853e541924bd91ca22f1c781cd"></a><!-- doxytag: member="vtkMeshQuality::SetTetQualityMeasureToJacobian" ref="bfbe39853e541924bd91ca22f1c781cd" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetTetQualityMeasureToJacobian           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of tetrahedra. The default is VTK_QUALITY_RADIUS_RATIO (identical to Verdict's aspect ratio beta) and valid values also include VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_ASPECT_FROBENIUS, VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_COLLAPSE_RATIO, VTK_QUALITY_ASPECT_BETA, VTK_QUALITY_ASPECT_GAMMA, VTK_QUALITY_VOLUME, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00351">351</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="e4d685626d686f2b5734a2c506b20524"></a><!-- doxytag: member="vtkMeshQuality::SetTetQualityMeasureToScaledJacobian" ref="e4d685626d686f2b5734a2c506b20524" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetTetQualityMeasureToScaledJacobian           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of tetrahedra. The default is VTK_QUALITY_RADIUS_RATIO (identical to Verdict's aspect ratio beta) and valid values also include VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_ASPECT_FROBENIUS, VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_COLLAPSE_RATIO, VTK_QUALITY_ASPECT_BETA, VTK_QUALITY_ASPECT_GAMMA, VTK_QUALITY_VOLUME, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00355">355</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="5c0cc3aa2c1cc3334baba5b1ab36b846"></a><!-- doxytag: member="vtkMeshQuality::SetTetQualityMeasureToShape" ref="5c0cc3aa2c1cc3334baba5b1ab36b846" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetTetQualityMeasureToShape           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of tetrahedra. The default is VTK_QUALITY_RADIUS_RATIO (identical to Verdict's aspect ratio beta) and valid values also include VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_ASPECT_FROBENIUS, VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_COLLAPSE_RATIO, VTK_QUALITY_ASPECT_BETA, VTK_QUALITY_ASPECT_GAMMA, VTK_QUALITY_VOLUME, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00359">359</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="a86b9c7cfa5c954917ea4b914a3d9b16"></a><!-- doxytag: member="vtkMeshQuality::SetTetQualityMeasureToRelativeSizeSquared" ref="a86b9c7cfa5c954917ea4b914a3d9b16" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetTetQualityMeasureToRelativeSizeSquared           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of tetrahedra. The default is VTK_QUALITY_RADIUS_RATIO (identical to Verdict's aspect ratio beta) and valid values also include VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_ASPECT_FROBENIUS, VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_COLLAPSE_RATIO, VTK_QUALITY_ASPECT_BETA, VTK_QUALITY_ASPECT_GAMMA, VTK_QUALITY_VOLUME, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00363">363</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="c9a9535a24322e082bef634849f4890b"></a><!-- doxytag: member="vtkMeshQuality::SetTetQualityMeasureToShapeAndSize" ref="c9a9535a24322e082bef634849f4890b" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetTetQualityMeasureToShapeAndSize           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of tetrahedra. The default is VTK_QUALITY_RADIUS_RATIO (identical to Verdict's aspect ratio beta) and valid values also include VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_ASPECT_FROBENIUS, VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_COLLAPSE_RATIO, VTK_QUALITY_ASPECT_BETA, VTK_QUALITY_ASPECT_GAMMA, VTK_QUALITY_VOLUME, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00367">367</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="22d78e3ca4575d919a0a0e410662f771"></a><!-- doxytag: member="vtkMeshQuality::SetTetQualityMeasureToDistortion" ref="22d78e3ca4575d919a0a0e410662f771" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetTetQualityMeasureToDistortion           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of tetrahedra. The default is VTK_QUALITY_RADIUS_RATIO (identical to Verdict's aspect ratio beta) and valid values also include VTK_QUALITY_ASPECT_RATIO, VTK_QUALITY_ASPECT_FROBENIUS, VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_COLLAPSE_RATIO, VTK_QUALITY_ASPECT_BETA, VTK_QUALITY_ASPECT_GAMMA, VTK_QUALITY_VOLUME, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00371">371</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="82a17a77590c97ca99578bd2e5d05c0d"></a><!-- doxytag: member="vtkMeshQuality::SetHexQualityMeasure" ref="82a17a77590c97ca99578bd2e5d05c0d" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkMeshQuality::SetHexQualityMeasure           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of hexahedra. The default is VTK_QUALITY_MAX_ASPECT_FROBENIUS and valid values also include VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MAX_ASPECT_FROBENIUS, VTK_QUALITY_MAX_EDGE_RATIO, VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_VOLUME, VTK_QUALITY_STRETCH, VTK_QUALITY_DIAGONAL, VTK_QUALITY_DIMENSION, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. 
</div>
</div><p>
<a class="anchor" name="b43d4cbf324e893e979136d93202e64c"></a><!-- doxytag: member="vtkMeshQuality::GetHexQualityMeasure" ref="b43d4cbf324e893e979136d93202e64c" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkMeshQuality::GetHexQualityMeasure           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of hexahedra. The default is VTK_QUALITY_MAX_ASPECT_FROBENIUS and valid values also include VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MAX_ASPECT_FROBENIUS, VTK_QUALITY_MAX_EDGE_RATIO, VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_VOLUME, VTK_QUALITY_STRETCH, VTK_QUALITY_DIAGONAL, VTK_QUALITY_DIMENSION, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. 
</div>
</div><p>
<a class="anchor" name="e21723011dc6cf97c753c378f72b5bfc"></a><!-- doxytag: member="vtkMeshQuality::SetHexQualityMeasureToEdgeRatio" ref="e21723011dc6cf97c753c378f72b5bfc" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetHexQualityMeasureToEdgeRatio           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of hexahedra. The default is VTK_QUALITY_MAX_ASPECT_FROBENIUS and valid values also include VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MAX_ASPECT_FROBENIUS, VTK_QUALITY_MAX_EDGE_RATIO, VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_VOLUME, VTK_QUALITY_STRETCH, VTK_QUALITY_DIAGONAL, VTK_QUALITY_DIMENSION, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00390">390</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="222c83e9e696a04232b733251a34b59e"></a><!-- doxytag: member="vtkMeshQuality::SetHexQualityMeasureToMedAspectFrobenius" ref="222c83e9e696a04232b733251a34b59e" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetHexQualityMeasureToMedAspectFrobenius           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of hexahedra. The default is VTK_QUALITY_MAX_ASPECT_FROBENIUS and valid values also include VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MAX_ASPECT_FROBENIUS, VTK_QUALITY_MAX_EDGE_RATIO, VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_VOLUME, VTK_QUALITY_STRETCH, VTK_QUALITY_DIAGONAL, VTK_QUALITY_DIMENSION, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00394">394</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="324a6335a5490778701c96e1286fefe1"></a><!-- doxytag: member="vtkMeshQuality::SetHexQualityMeasureToMaxAspectFrobenius" ref="324a6335a5490778701c96e1286fefe1" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetHexQualityMeasureToMaxAspectFrobenius           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of hexahedra. The default is VTK_QUALITY_MAX_ASPECT_FROBENIUS and valid values also include VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MAX_ASPECT_FROBENIUS, VTK_QUALITY_MAX_EDGE_RATIO, VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_VOLUME, VTK_QUALITY_STRETCH, VTK_QUALITY_DIAGONAL, VTK_QUALITY_DIMENSION, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00398">398</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="ccdebffaa4c24ede552a27863722b2d5"></a><!-- doxytag: member="vtkMeshQuality::SetHexQualityMeasureToMaxEdgeRatios" ref="ccdebffaa4c24ede552a27863722b2d5" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetHexQualityMeasureToMaxEdgeRatios           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of hexahedra. The default is VTK_QUALITY_MAX_ASPECT_FROBENIUS and valid values also include VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MAX_ASPECT_FROBENIUS, VTK_QUALITY_MAX_EDGE_RATIO, VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_VOLUME, VTK_QUALITY_STRETCH, VTK_QUALITY_DIAGONAL, VTK_QUALITY_DIMENSION, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00402">402</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="82644f29156149fcbab6812bac9d4e73"></a><!-- doxytag: member="vtkMeshQuality::SetHexQualityMeasureToSkew" ref="82644f29156149fcbab6812bac9d4e73" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetHexQualityMeasureToSkew           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of hexahedra. The default is VTK_QUALITY_MAX_ASPECT_FROBENIUS and valid values also include VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MAX_ASPECT_FROBENIUS, VTK_QUALITY_MAX_EDGE_RATIO, VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_VOLUME, VTK_QUALITY_STRETCH, VTK_QUALITY_DIAGONAL, VTK_QUALITY_DIMENSION, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00406">406</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="97ad2c8556d0be154884c5668f7924a8"></a><!-- doxytag: member="vtkMeshQuality::SetHexQualityMeasureToTaper" ref="97ad2c8556d0be154884c5668f7924a8" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetHexQualityMeasureToTaper           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of hexahedra. The default is VTK_QUALITY_MAX_ASPECT_FROBENIUS and valid values also include VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MAX_ASPECT_FROBENIUS, VTK_QUALITY_MAX_EDGE_RATIO, VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_VOLUME, VTK_QUALITY_STRETCH, VTK_QUALITY_DIAGONAL, VTK_QUALITY_DIMENSION, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00410">410</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="ca334bc81a45a66668a7eb7b58803c83"></a><!-- doxytag: member="vtkMeshQuality::SetHexQualityMeasureToVolume" ref="ca334bc81a45a66668a7eb7b58803c83" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetHexQualityMeasureToVolume           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of hexahedra. The default is VTK_QUALITY_MAX_ASPECT_FROBENIUS and valid values also include VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MAX_ASPECT_FROBENIUS, VTK_QUALITY_MAX_EDGE_RATIO, VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_VOLUME, VTK_QUALITY_STRETCH, VTK_QUALITY_DIAGONAL, VTK_QUALITY_DIMENSION, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00414">414</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="55a2869d08d914ec4f31bf1be1e937bc"></a><!-- doxytag: member="vtkMeshQuality::SetHexQualityMeasureToStretch" ref="55a2869d08d914ec4f31bf1be1e937bc" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetHexQualityMeasureToStretch           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of hexahedra. The default is VTK_QUALITY_MAX_ASPECT_FROBENIUS and valid values also include VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MAX_ASPECT_FROBENIUS, VTK_QUALITY_MAX_EDGE_RATIO, VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_VOLUME, VTK_QUALITY_STRETCH, VTK_QUALITY_DIAGONAL, VTK_QUALITY_DIMENSION, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00418">418</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="21cd697f3265ca803b9edf367c91bfef"></a><!-- doxytag: member="vtkMeshQuality::SetHexQualityMeasureToDiagonal" ref="21cd697f3265ca803b9edf367c91bfef" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetHexQualityMeasureToDiagonal           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of hexahedra. The default is VTK_QUALITY_MAX_ASPECT_FROBENIUS and valid values also include VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MAX_ASPECT_FROBENIUS, VTK_QUALITY_MAX_EDGE_RATIO, VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_VOLUME, VTK_QUALITY_STRETCH, VTK_QUALITY_DIAGONAL, VTK_QUALITY_DIMENSION, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00422">422</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="67de0a181e276e94f69baf31026ac3df"></a><!-- doxytag: member="vtkMeshQuality::SetHexQualityMeasureToDimension" ref="67de0a181e276e94f69baf31026ac3df" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetHexQualityMeasureToDimension           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of hexahedra. The default is VTK_QUALITY_MAX_ASPECT_FROBENIUS and valid values also include VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MAX_ASPECT_FROBENIUS, VTK_QUALITY_MAX_EDGE_RATIO, VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_VOLUME, VTK_QUALITY_STRETCH, VTK_QUALITY_DIAGONAL, VTK_QUALITY_DIMENSION, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00426">426</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="c8852df1219ef44900e89b17ac8881ff"></a><!-- doxytag: member="vtkMeshQuality::SetHexQualityMeasureToOddy" ref="c8852df1219ef44900e89b17ac8881ff" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetHexQualityMeasureToOddy           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of hexahedra. The default is VTK_QUALITY_MAX_ASPECT_FROBENIUS and valid values also include VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MAX_ASPECT_FROBENIUS, VTK_QUALITY_MAX_EDGE_RATIO, VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_VOLUME, VTK_QUALITY_STRETCH, VTK_QUALITY_DIAGONAL, VTK_QUALITY_DIMENSION, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00430">430</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="6468f0a906434f1f29f412a8ba317fad"></a><!-- doxytag: member="vtkMeshQuality::SetHexQualityMeasureToCondition" ref="6468f0a906434f1f29f412a8ba317fad" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetHexQualityMeasureToCondition           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of hexahedra. The default is VTK_QUALITY_MAX_ASPECT_FROBENIUS and valid values also include VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MAX_ASPECT_FROBENIUS, VTK_QUALITY_MAX_EDGE_RATIO, VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_VOLUME, VTK_QUALITY_STRETCH, VTK_QUALITY_DIAGONAL, VTK_QUALITY_DIMENSION, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00434">434</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="3b138bd350aba999c63a61a6a5c61c9f"></a><!-- doxytag: member="vtkMeshQuality::SetHexQualityMeasureToJacobian" ref="3b138bd350aba999c63a61a6a5c61c9f" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetHexQualityMeasureToJacobian           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of hexahedra. The default is VTK_QUALITY_MAX_ASPECT_FROBENIUS and valid values also include VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MAX_ASPECT_FROBENIUS, VTK_QUALITY_MAX_EDGE_RATIO, VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_VOLUME, VTK_QUALITY_STRETCH, VTK_QUALITY_DIAGONAL, VTK_QUALITY_DIMENSION, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00438">438</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="026bc0fef7bb6bf9e472a0d9af5be0e5"></a><!-- doxytag: member="vtkMeshQuality::SetHexQualityMeasureToScaledJacobian" ref="026bc0fef7bb6bf9e472a0d9af5be0e5" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetHexQualityMeasureToScaledJacobian           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of hexahedra. The default is VTK_QUALITY_MAX_ASPECT_FROBENIUS and valid values also include VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MAX_ASPECT_FROBENIUS, VTK_QUALITY_MAX_EDGE_RATIO, VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_VOLUME, VTK_QUALITY_STRETCH, VTK_QUALITY_DIAGONAL, VTK_QUALITY_DIMENSION, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00442">442</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="506980407ec12d9b0d83b5e42fe3bcfc"></a><!-- doxytag: member="vtkMeshQuality::SetHexQualityMeasureToShear" ref="506980407ec12d9b0d83b5e42fe3bcfc" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetHexQualityMeasureToShear           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of hexahedra. The default is VTK_QUALITY_MAX_ASPECT_FROBENIUS and valid values also include VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MAX_ASPECT_FROBENIUS, VTK_QUALITY_MAX_EDGE_RATIO, VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_VOLUME, VTK_QUALITY_STRETCH, VTK_QUALITY_DIAGONAL, VTK_QUALITY_DIMENSION, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00446">446</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="3c8bf0740e0279da567d0bd16329fa2a"></a><!-- doxytag: member="vtkMeshQuality::SetHexQualityMeasureToShape" ref="3c8bf0740e0279da567d0bd16329fa2a" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetHexQualityMeasureToShape           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of hexahedra. The default is VTK_QUALITY_MAX_ASPECT_FROBENIUS and valid values also include VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MAX_ASPECT_FROBENIUS, VTK_QUALITY_MAX_EDGE_RATIO, VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_VOLUME, VTK_QUALITY_STRETCH, VTK_QUALITY_DIAGONAL, VTK_QUALITY_DIMENSION, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00450">450</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="7869cb750232e5f9785560fd174368f4"></a><!-- doxytag: member="vtkMeshQuality::SetHexQualityMeasureToRelativeSizeSquared" ref="7869cb750232e5f9785560fd174368f4" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetHexQualityMeasureToRelativeSizeSquared           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of hexahedra. The default is VTK_QUALITY_MAX_ASPECT_FROBENIUS and valid values also include VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MAX_ASPECT_FROBENIUS, VTK_QUALITY_MAX_EDGE_RATIO, VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_VOLUME, VTK_QUALITY_STRETCH, VTK_QUALITY_DIAGONAL, VTK_QUALITY_DIMENSION, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00454">454</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="ae6d77ef5e0b8973d03d0c967667d2b3"></a><!-- doxytag: member="vtkMeshQuality::SetHexQualityMeasureToShapeAndSize" ref="ae6d77ef5e0b8973d03d0c967667d2b3" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetHexQualityMeasureToShapeAndSize           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of hexahedra. The default is VTK_QUALITY_MAX_ASPECT_FROBENIUS and valid values also include VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MAX_ASPECT_FROBENIUS, VTK_QUALITY_MAX_EDGE_RATIO, VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_VOLUME, VTK_QUALITY_STRETCH, VTK_QUALITY_DIAGONAL, VTK_QUALITY_DIMENSION, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00458">458</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="ac5961819afa52592d42ac831b9af285"></a><!-- doxytag: member="vtkMeshQuality::SetHexQualityMeasureToShearAndSize" ref="ac5961819afa52592d42ac831b9af285" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetHexQualityMeasureToShearAndSize           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of hexahedra. The default is VTK_QUALITY_MAX_ASPECT_FROBENIUS and valid values also include VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MAX_ASPECT_FROBENIUS, VTK_QUALITY_MAX_EDGE_RATIO, VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_VOLUME, VTK_QUALITY_STRETCH, VTK_QUALITY_DIAGONAL, VTK_QUALITY_DIMENSION, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00462">462</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="16721c67e558ebc677e53fd194c8aadd"></a><!-- doxytag: member="vtkMeshQuality::SetHexQualityMeasureToDistortion" ref="16721c67e558ebc677e53fd194c8aadd" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkMeshQuality::SetHexQualityMeasureToDistortion           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set/Get the particular estimator used to measure the quality of hexahedra. The default is VTK_QUALITY_MAX_ASPECT_FROBENIUS and valid values also include VTK_QUALITY_EDGE_RATIO, VTK_QUALITY_MAX_ASPECT_FROBENIUS, VTK_QUALITY_MAX_EDGE_RATIO, VTK_QUALITY_SKEW, VTK_QUALITY_TAPER, VTK_QUALITY_VOLUME, VTK_QUALITY_STRETCH, VTK_QUALITY_DIAGONAL, VTK_QUALITY_DIMENSION, VTK_QUALITY_ODDY, VTK_QUALITY_CONDITION, VTK_QUALITY_JACOBIAN, VTK_QUALITY_SCALED_JACOBIAN, VTK_QUALITY_SHEAR, VTK_QUALITY_SHAPE, VTK_QUALITY_RELATIVE_SIZE_SQUARED, VTK_QUALITY_SHAPE_AND_SIZE, VTK_QUALITY_SHEAR_AND_SIZE, and VTK_QUALITY_DISTORTION. 
<p>Definition at line <a class="el" href="a04390.html#l00466">466</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="efa3db78933a64e68c2718cf83eac3c5"></a><!-- doxytag: member="vtkMeshQuality::TriangleArea" ref="efa3db78933a64e68c2718cf83eac3c5" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::TriangleArea           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the area of a triangle. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="317f28de0e4d9c2ddf4a84b9e000586f"></a><!-- doxytag: member="vtkMeshQuality::TriangleEdgeRatio" ref="317f28de0e4d9c2ddf4a84b9e000586f" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::TriangleEdgeRatio           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the edge ratio of a triangle. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. The edge ratio of a triangle <img class="formulaInl" alt="$t$" src="form_20.png"> is: <img class="formulaInl" alt="$\frac{|t|_\infty}{|t|_0}$" src="form_21.png">, where <img class="formulaInl" alt="$|t|_\infty$" src="form_22.png"> and <img class="formulaInl" alt="$|t|_0$" src="form_23.png"> respectively denote the greatest and the smallest edge lengths of <img class="formulaInl" alt="$t$" src="form_20.png">. 
</div>
</div><p>
<a class="anchor" name="89e61c42eef101abc0c298c269d272fe"></a><!-- doxytag: member="vtkMeshQuality::TriangleAspectRatio" ref="89e61c42eef101abc0c298c269d272fe" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::TriangleAspectRatio           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the aspect ratio of a triangle. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. The aspect ratio of a triangle <img class="formulaInl" alt="$t$" src="form_20.png"> is: <img class="formulaInl" alt="$\frac{|t|_\infty}{2\sqrt{3}r}$" src="form_24.png">, where <img class="formulaInl" alt="$|t|_\infty$" src="form_22.png"> and <img class="formulaInl" alt="$r$" src="form_25.png"> respectively denote the greatest edge length and the inradius of <img class="formulaInl" alt="$t$" src="form_20.png">. 
</div>
</div><p>
<a class="anchor" name="92a3fdceef96f4221bfb7f4dab31c98d"></a><!-- doxytag: member="vtkMeshQuality::TriangleRadiusRatio" ref="92a3fdceef96f4221bfb7f4dab31c98d" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::TriangleRadiusRatio           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the radius ratio of a triangle. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. The radius ratio of a triangle <img class="formulaInl" alt="$t$" src="form_20.png"> is: <img class="formulaInl" alt="$\frac{R}{2r}$" src="form_26.png">, where <img class="formulaInl" alt="$R$" src="form_27.png"> and <img class="formulaInl" alt="$r$" src="form_25.png"> respectively denote the circumradius and the inradius of <img class="formulaInl" alt="$t$" src="form_20.png">. 
</div>
</div><p>
<a class="anchor" name="371ede833f18533b5a9fbe9157445a2e"></a><!-- doxytag: member="vtkMeshQuality::TriangleAspectFrobenius" ref="371ede833f18533b5a9fbe9157445a2e" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::TriangleAspectFrobenius           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the Frobenius condition number of the transformation matrix from an equilateral triangle to a triangle. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. The Frobenius aspect of a triangle <img class="formulaInl" alt="$t$" src="form_20.png">, when the reference element is equilateral, is: <img class="formulaInl" alt="$\frac{|t|^2_2}{2\sqrt{3}{\cal A}}$" src="form_28.png">, where <img class="formulaInl" alt="$|t|^2_2$" src="form_29.png"> and <img class="formulaInl" alt="$\cal A$" src="form_30.png"> respectively denote the sum of the squared edge lengths and the area of <img class="formulaInl" alt="$t$" src="form_20.png">. 
</div>
</div><p>
<a class="anchor" name="e8fab76bea1678dfc556739a7a7aa793"></a><!-- doxytag: member="vtkMeshQuality::TriangleMinAngle" ref="e8fab76bea1678dfc556739a7a7aa793" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::TriangleMinAngle           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the minimal (nonoriented) angle of a triangle, expressed in degrees. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="917c23ce0e9029193daf0f1c4f380197"></a><!-- doxytag: member="vtkMeshQuality::TriangleMaxAngle" ref="917c23ce0e9029193daf0f1c4f380197" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::TriangleMaxAngle           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the maximal (nonoriented) angle of a triangle, expressed in degrees. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="733b82a681b1ec29a787d9ddd4882d9d"></a><!-- doxytag: member="vtkMeshQuality::TriangleCondition" ref="733b82a681b1ec29a787d9ddd4882d9d" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::TriangleCondition           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the condition number of a triangle. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="679c262b35e6217411394e6fabd6b753"></a><!-- doxytag: member="vtkMeshQuality::TriangleScaledJacobian" ref="679c262b35e6217411394e6fabd6b753" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::TriangleScaledJacobian           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the scaled Jacobian of a triangle. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="cb6c9d7fc8bd9ee9464597b24b4b38dc"></a><!-- doxytag: member="vtkMeshQuality::TriangleRelativeSizeSquared" ref="cb6c9d7fc8bd9ee9464597b24b4b38dc" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::TriangleRelativeSizeSquared           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the square of the relative size of a triangle. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="71533adb6bec7950de03a87fbfdead24"></a><!-- doxytag: member="vtkMeshQuality::TriangleShape" ref="71533adb6bec7950de03a87fbfdead24" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::TriangleShape           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the shape of a triangle. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="4018abe5c855216819cdb8eebc249ba7"></a><!-- doxytag: member="vtkMeshQuality::TriangleShapeAndSize" ref="4018abe5c855216819cdb8eebc249ba7" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::TriangleShapeAndSize           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the product of shape and relative size of a triangle. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="4f2c3c263a105075c530fbff2e73dea1"></a><!-- doxytag: member="vtkMeshQuality::TriangleDistortion" ref="4f2c3c263a105075c530fbff2e73dea1" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::TriangleDistortion           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the distortion of a triangle. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="94125b3d2bf385c88695fa5d0dbcb1a8"></a><!-- doxytag: member="vtkMeshQuality::QuadEdgeRatio" ref="94125b3d2bf385c88695fa5d0dbcb1a8" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::QuadEdgeRatio           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the edge ratio of a quadrilateral. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. The edge ratio of a quadrilateral <img class="formulaInl" alt="$q$" src="form_31.png"> is: <img class="formulaInl" alt="$\frac{|q|_\infty}{|q|_0}$" src="form_32.png">, where <img class="formulaInl" alt="$|q|_\infty$" src="form_33.png"> and <img class="formulaInl" alt="$|q|_0$" src="form_34.png"> respectively denote the greatest and the smallest edge lengths of <img class="formulaInl" alt="$q$" src="form_31.png">. 
</div>
</div><p>
<a class="anchor" name="36af88a987ac943730f2a7b0ccde91fd"></a><!-- doxytag: member="vtkMeshQuality::QuadAspectRatio" ref="36af88a987ac943730f2a7b0ccde91fd" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::QuadAspectRatio           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the aspect ratio of a planar quadrilateral. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. Use at your own risk with nonplanar quadrilaterals. The aspect ratio of a planar quadrilateral <img class="formulaInl" alt="$q$" src="form_31.png"> is: <img class="formulaInl" alt="$\frac{|q|_1|q|_\infty}{4{\cal A}}$" src="form_35.png">, where <img class="formulaInl" alt="$|q|_1$" src="form_36.png">, <img class="formulaInl" alt="$|q|_\infty$" src="form_33.png"> and <img class="formulaInl" alt="${\cal A}$" src="form_37.png"> respectively denote the perimeter, the greatest edge length and the area of <img class="formulaInl" alt="$q$" src="form_31.png">. 
</div>
</div><p>
<a class="anchor" name="cc1189f4f7d065693d8820a3006e8ad5"></a><!-- doxytag: member="vtkMeshQuality::QuadRadiusRatio" ref="cc1189f4f7d065693d8820a3006e8ad5" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::QuadRadiusRatio           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the radius ratio of a planar quadrilateral. The name is only used by analogy with the triangle radius ratio, because in general a quadrilateral does not have a circumcircle nor an incircle. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. Use at your own risk with nonplanar quadrilaterals. The radius ratio of a planar quadrilateral <img class="formulaInl" alt="$q$" src="form_31.png"> is: <img class="formulaInl" alt="$\frac{|q|_2h_{\max}}{\min_i{\cal A}_i}$" src="form_38.png">, where <img class="formulaInl" alt="$|q|_2$" src="form_39.png">, <img class="formulaInl" alt="$h_{\max}$" src="form_40.png"> and <img class="formulaInl" alt="$\min{\cal A}_i$" src="form_41.png"> respectively denote the sum of the squared edge lengths, the greatest amongst diagonal and edge lengths and the smallest area of the 4 triangles extractable from <img class="formulaInl" alt="$q$" src="form_31.png">. 
</div>
</div><p>
<a class="anchor" name="7332eb2c789f0b0f56d24e661cf452ce"></a><!-- doxytag: member="vtkMeshQuality::QuadMedAspectFrobenius" ref="7332eb2c789f0b0f56d24e661cf452ce" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::QuadMedAspectFrobenius           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the average Frobenius aspect of the 4 corner triangles of a planar quadrilateral, when the reference triangle elements are right isosceles at the quadrangle vertices. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. Use at your own risk with nonplanar quadrilaterals. The Frobenius aspect of a triangle <img class="formulaInl" alt="$t$" src="form_20.png">, when the reference element is right isosceles at vertex <img class="formulaInl" alt="$V$" src="form_42.png">, is: <img class="formulaInl" alt="$\frac{f^2+g^2}{4{\cal A}}$" src="form_43.png">, where <img class="formulaInl" alt="$f^2+g^2$" src="form_44.png"> and <img class="formulaInl" alt="$\cal A$" src="form_30.png"> respectively denote the sum of the squared lengths of the edges attached to <img class="formulaInl" alt="$V$" src="form_42.png"> and the area of <img class="formulaInl" alt="$t$" src="form_20.png">. 
</div>
</div><p>
<a class="anchor" name="ac6ffcf12617cb6c5707541a55dd99b7"></a><!-- doxytag: member="vtkMeshQuality::QuadMaxAspectFrobenius" ref="ac6ffcf12617cb6c5707541a55dd99b7" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::QuadMaxAspectFrobenius           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the maximal Frobenius aspect of the 4 corner triangles of a planar quadrilateral, when the reference triangle elements are right isosceles at the quadrangle vertices. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. Use at your own risk with nonplanar quadrilaterals. The Frobenius aspect of a triangle <img class="formulaInl" alt="$t$" src="form_20.png">, when the reference element is right isosceles at vertex <img class="formulaInl" alt="$V$" src="form_42.png">, is: <img class="formulaInl" alt="$\frac{f^2+g^2}{4{\cal A}}$" src="form_43.png">, where <img class="formulaInl" alt="$f^2+g^2$" src="form_44.png"> and <img class="formulaInl" alt="$\cal A$" src="form_30.png"> respectively denote the sum of the squared lengths of the edges attached to <img class="formulaInl" alt="$V$" src="form_42.png"> and the area of <img class="formulaInl" alt="$t$" src="form_20.png">. 
</div>
</div><p>
<a class="anchor" name="f2f618eedfba6ffff4d57f527c2ae1b7"></a><!-- doxytag: member="vtkMeshQuality::QuadMinAngle" ref="f2f618eedfba6ffff4d57f527c2ae1b7" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::QuadMinAngle           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the minimal (nonoriented) angle of a quadrilateral, expressed in degrees. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="b16a848da5144b16e206bb456483e1e6"></a><!-- doxytag: member="vtkMeshQuality::QuadMaxEdgeRatios" ref="b16a848da5144b16e206bb456483e1e6" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::QuadMaxEdgeRatios           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="d0a6755c4338eb1e2ac839e2b785c3b8"></a><!-- doxytag: member="vtkMeshQuality::QuadSkew" ref="d0a6755c4338eb1e2ac839e2b785c3b8" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::QuadSkew           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="04121e2a3f86095d6b3bac949167669c"></a><!-- doxytag: member="vtkMeshQuality::QuadTaper" ref="04121e2a3f86095d6b3bac949167669c" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::QuadTaper           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="0178fddfc037b48009ea88aeb04b1fd5"></a><!-- doxytag: member="vtkMeshQuality::QuadWarpage" ref="0178fddfc037b48009ea88aeb04b1fd5" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::QuadWarpage           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="5345779ca1e8b5b90f29fbcc4edb52f4"></a><!-- doxytag: member="vtkMeshQuality::QuadArea" ref="5345779ca1e8b5b90f29fbcc4edb52f4" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::QuadArea           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="9f861a3f530db9711488f35f0c3409ac"></a><!-- doxytag: member="vtkMeshQuality::QuadStretch" ref="9f861a3f530db9711488f35f0c3409ac" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::QuadStretch           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="9c20644bee8e5eceecb71c3486f4ee03"></a><!-- doxytag: member="vtkMeshQuality::QuadMaxAngle" ref="9c20644bee8e5eceecb71c3486f4ee03" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::QuadMaxAngle           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="33245dd78ebe52c7b551a1f5fcc9b663"></a><!-- doxytag: member="vtkMeshQuality::QuadOddy" ref="33245dd78ebe52c7b551a1f5fcc9b663" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::QuadOddy           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="7ccb938b9d0ef7200c16b5d6f111f17e"></a><!-- doxytag: member="vtkMeshQuality::QuadCondition" ref="7ccb938b9d0ef7200c16b5d6f111f17e" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::QuadCondition           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="267818a63f8425ddccaa2fe8791ef8f0"></a><!-- doxytag: member="vtkMeshQuality::QuadJacobian" ref="267818a63f8425ddccaa2fe8791ef8f0" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::QuadJacobian           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="38beaf893585057ac2c6f4475439f079"></a><!-- doxytag: member="vtkMeshQuality::QuadScaledJacobian" ref="38beaf893585057ac2c6f4475439f079" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::QuadScaledJacobian           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="3c846c09db88768cd6d0d3d6d9ce017a"></a><!-- doxytag: member="vtkMeshQuality::QuadShear" ref="3c846c09db88768cd6d0d3d6d9ce017a" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::QuadShear           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="bfd17850642942d1a844e30974040b6b"></a><!-- doxytag: member="vtkMeshQuality::QuadShape" ref="bfd17850642942d1a844e30974040b6b" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::QuadShape           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="cde336da64d50ab3a934d991c8b3b02d"></a><!-- doxytag: member="vtkMeshQuality::QuadRelativeSizeSquared" ref="cde336da64d50ab3a934d991c8b3b02d" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::QuadRelativeSizeSquared           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="9057b0b563dcb7a8b49d1343058f724b"></a><!-- doxytag: member="vtkMeshQuality::QuadShapeAndSize" ref="9057b0b563dcb7a8b49d1343058f724b" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::QuadShapeAndSize           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="94c661ab98a0d7b1fb253c867b41c0ae"></a><!-- doxytag: member="vtkMeshQuality::QuadShearAndSize" ref="94c661ab98a0d7b1fb253c867b41c0ae" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::QuadShearAndSize           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="d1d72482fb64eb3baf4e95fd8407d7e9"></a><!-- doxytag: member="vtkMeshQuality::QuadDistortion" ref="d1d72482fb64eb3baf4e95fd8407d7e9" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::QuadDistortion           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="57bf40d62a5d755546c3adfbe7bb6059"></a><!-- doxytag: member="vtkMeshQuality::TetEdgeRatio" ref="57bf40d62a5d755546c3adfbe7bb6059" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::TetEdgeRatio           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the edge ratio of a tetrahedron. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. The edge ratio of a tetrahedron <img class="formulaInl" alt="$K$" src="form_45.png"> is: <img class="formulaInl" alt="$\frac{|K|_\infty}{|K|_0}$" src="form_46.png">, where <img class="formulaInl" alt="$|K|_\infty$" src="form_47.png"> and <img class="formulaInl" alt="$|K|_0$" src="form_48.png"> respectively denote the greatest and the smallest edge lengths of <img class="formulaInl" alt="$K$" src="form_45.png">. 
</div>
</div><p>
<a class="anchor" name="fb12fe7eb564b52c63467ee1b2d42c2d"></a><!-- doxytag: member="vtkMeshQuality::TetAspectRatio" ref="fb12fe7eb564b52c63467ee1b2d42c2d" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::TetAspectRatio           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the aspect ratio of a tetrahedron. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. The aspect ratio of a tetrahedron <img class="formulaInl" alt="$K$" src="form_45.png"> is: <img class="formulaInl" alt="$\frac{|K|_\infty}{2\sqrt{6}r}$" src="form_49.png">, where <img class="formulaInl" alt="$|K|_\infty$" src="form_47.png"> and <img class="formulaInl" alt="$r$" src="form_25.png"> respectively denote the greatest edge length and the inradius of <img class="formulaInl" alt="$K$" src="form_45.png">. 
</div>
</div><p>
<a class="anchor" name="f70ac5cc7e400d244440f6ead92c47c8"></a><!-- doxytag: member="vtkMeshQuality::TetRadiusRatio" ref="f70ac5cc7e400d244440f6ead92c47c8" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::TetRadiusRatio           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the radius ratio of a tetrahedron. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. The radius ratio of a tetrahedron <img class="formulaInl" alt="$K$" src="form_45.png"> is: <img class="formulaInl" alt="$\frac{R}{3r}$" src="form_50.png">, where <img class="formulaInl" alt="$R$" src="form_27.png"> and <img class="formulaInl" alt="$r$" src="form_25.png"> respectively denote the circumradius and the inradius of <img class="formulaInl" alt="$K$" src="form_45.png">. 
</div>
</div><p>
<a class="anchor" name="b1d5f7f4d64a63a138a2572f08ccb30d"></a><!-- doxytag: member="vtkMeshQuality::TetAspectFrobenius" ref="b1d5f7f4d64a63a138a2572f08ccb30d" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::TetAspectFrobenius           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the Frobenius condition number of the transformation matrix from a regular tetrahedron to a tetrahedron. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. The Frobenius aspect of a tetrahedron <img class="formulaInl" alt="$K$" src="form_45.png">, when the reference element is regular, is: <img class="formulaInl" alt="$\frac{\frac{3}{2}(l_{11}+l_{22}+l_{33}) - (l_{12}+l_{13}+l_{23})} {3(\sqrt{2}\det{T})^\frac{2}{3}}$" src="form_51.png">, where <img class="formulaInl" alt="$T$" src="form_52.png"> and <img class="formulaInl" alt="$l_{ij}$" src="form_53.png"> respectively denote the edge matrix of <img class="formulaInl" alt="$K$" src="form_45.png"> and the entries of <img class="formulaInl" alt="$L=T^t\,T$" src="form_54.png">. 
</div>
</div><p>
<a class="anchor" name="76f9aae6b751ba9266cde21b2aed7f75"></a><!-- doxytag: member="vtkMeshQuality::TetMinAngle" ref="76f9aae6b751ba9266cde21b2aed7f75" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::TetMinAngle           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the minimal (nonoriented) dihedral angle of a tetrahedron, expressed in degrees. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="4e6d72d81acc4e78aaec7ac117ebac79"></a><!-- doxytag: member="vtkMeshQuality::TetCollapseRatio" ref="4e6d72d81acc4e78aaec7ac117ebac79" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::TetCollapseRatio           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the collapse ratio of a tetrahedron. The collapse ratio is a dimensionless number defined as the smallest ratio of the height of a vertex above its opposing triangle to the longest edge of that opposing triangle across all vertices of the tetrahedron. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="49185a9dc0737515f45b20d0afbd350c"></a><!-- doxytag: member="vtkMeshQuality::TetAspectBeta" ref="49185a9dc0737515f45b20d0afbd350c" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::TetAspectBeta           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the collapse ratio of a tetrahedron. The collapse ratio is a dimensionless number defined as the smallest ratio of the height of a vertex above its opposing triangle to the longest edge of that opposing triangle across all vertices of the tetrahedron. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="11df402df93aabd5497a10a98e64e74c"></a><!-- doxytag: member="vtkMeshQuality::TetAspectGamma" ref="11df402df93aabd5497a10a98e64e74c" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::TetAspectGamma           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the collapse ratio of a tetrahedron. The collapse ratio is a dimensionless number defined as the smallest ratio of the height of a vertex above its opposing triangle to the longest edge of that opposing triangle across all vertices of the tetrahedron. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="cf57cac4388214803301048e6767521e"></a><!-- doxytag: member="vtkMeshQuality::TetVolume" ref="cf57cac4388214803301048e6767521e" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::TetVolume           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the collapse ratio of a tetrahedron. The collapse ratio is a dimensionless number defined as the smallest ratio of the height of a vertex above its opposing triangle to the longest edge of that opposing triangle across all vertices of the tetrahedron. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="919da67463ab498330caa1263c91834d"></a><!-- doxytag: member="vtkMeshQuality::TetCondition" ref="919da67463ab498330caa1263c91834d" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::TetCondition           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the collapse ratio of a tetrahedron. The collapse ratio is a dimensionless number defined as the smallest ratio of the height of a vertex above its opposing triangle to the longest edge of that opposing triangle across all vertices of the tetrahedron. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="4952068de8a05a797963267f3cce8334"></a><!-- doxytag: member="vtkMeshQuality::TetJacobian" ref="4952068de8a05a797963267f3cce8334" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::TetJacobian           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the collapse ratio of a tetrahedron. The collapse ratio is a dimensionless number defined as the smallest ratio of the height of a vertex above its opposing triangle to the longest edge of that opposing triangle across all vertices of the tetrahedron. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="92f24239798de0670620823e1433b05c"></a><!-- doxytag: member="vtkMeshQuality::TetScaledJacobian" ref="92f24239798de0670620823e1433b05c" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::TetScaledJacobian           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the collapse ratio of a tetrahedron. The collapse ratio is a dimensionless number defined as the smallest ratio of the height of a vertex above its opposing triangle to the longest edge of that opposing triangle across all vertices of the tetrahedron. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="fd9e7452fa1bd68a80d5c7c5f0f0eabe"></a><!-- doxytag: member="vtkMeshQuality::TetShape" ref="fd9e7452fa1bd68a80d5c7c5f0f0eabe" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::TetShape           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the collapse ratio of a tetrahedron. The collapse ratio is a dimensionless number defined as the smallest ratio of the height of a vertex above its opposing triangle to the longest edge of that opposing triangle across all vertices of the tetrahedron. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="69721517028993258394a30efc0fe375"></a><!-- doxytag: member="vtkMeshQuality::TetRelativeSizeSquared" ref="69721517028993258394a30efc0fe375" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::TetRelativeSizeSquared           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the collapse ratio of a tetrahedron. The collapse ratio is a dimensionless number defined as the smallest ratio of the height of a vertex above its opposing triangle to the longest edge of that opposing triangle across all vertices of the tetrahedron. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="7707e64b8a73e81a3f3a59c4e2439d0c"></a><!-- doxytag: member="vtkMeshQuality::TetShapeandSize" ref="7707e64b8a73e81a3f3a59c4e2439d0c" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::TetShapeandSize           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the collapse ratio of a tetrahedron. The collapse ratio is a dimensionless number defined as the smallest ratio of the height of a vertex above its opposing triangle to the longest edge of that opposing triangle across all vertices of the tetrahedron. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="8cadfebeb704ed46be24bfebb6c9ec04"></a><!-- doxytag: member="vtkMeshQuality::TetDistortion" ref="8cadfebeb704ed46be24bfebb6c9ec04" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::TetDistortion           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the collapse ratio of a tetrahedron. The collapse ratio is a dimensionless number defined as the smallest ratio of the height of a vertex above its opposing triangle to the longest edge of that opposing triangle across all vertices of the tetrahedron. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="a7f0a65f109773aab1a73baa67a3b10c"></a><!-- doxytag: member="vtkMeshQuality::HexEdgeRatio" ref="a7f0a65f109773aab1a73baa67a3b10c" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::HexEdgeRatio           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the edge ratio of a hexahedron. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. The edge ratio of a hexahedron <img class="formulaInl" alt="$H$" src="form_55.png"> is: <img class="formulaInl" alt="$\frac{|H|_\infty}{|H|_0}$" src="form_56.png">, where <img class="formulaInl" alt="$|H|_\infty$" src="form_57.png"> and <img class="formulaInl" alt="$|H|_0$" src="form_58.png"> respectively denote the greatest and the smallest edge lengths of <img class="formulaInl" alt="$H$" src="form_55.png">. 
</div>
</div><p>
<a class="anchor" name="c9588a49b0da27ff14d31303484c29f7"></a><!-- doxytag: member="vtkMeshQuality::HexMedAspectFrobenius" ref="c9588a49b0da27ff14d31303484c29f7" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::HexMedAspectFrobenius           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the average Frobenius aspect of the 8 corner tetrahedra of a hexahedron, when the reference tetrahedral elements are right isosceles at the hexahedron vertices. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="b30da0ce98241b4dba644bcdea767b51"></a><!-- doxytag: member="vtkMeshQuality::HexMaxAspectFrobenius" ref="b30da0ce98241b4dba644bcdea767b51" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::HexMaxAspectFrobenius           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the maximal Frobenius aspect of the 8 corner tetrahedra of a hexahedron, when the reference tetrahedral elements are right isosceles at the hexahedron vertices. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="3aa07f06af70a1db497e6792028c4592"></a><!-- doxytag: member="vtkMeshQuality::HexMaxEdgeRatio" ref="3aa07f06af70a1db497e6792028c4592" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::HexMaxEdgeRatio           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the maximal Frobenius aspect of the 8 corner tetrahedra of a hexahedron, when the reference tetrahedral elements are right isosceles at the hexahedron vertices. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="b5bd11b47305d17e52c3cbdb50b9f359"></a><!-- doxytag: member="vtkMeshQuality::HexSkew" ref="b5bd11b47305d17e52c3cbdb50b9f359" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::HexSkew           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the maximal Frobenius aspect of the 8 corner tetrahedra of a hexahedron, when the reference tetrahedral elements are right isosceles at the hexahedron vertices. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="436032542fbfd86b0d4907859c63cf8e"></a><!-- doxytag: member="vtkMeshQuality::HexTaper" ref="436032542fbfd86b0d4907859c63cf8e" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::HexTaper           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the maximal Frobenius aspect of the 8 corner tetrahedra of a hexahedron, when the reference tetrahedral elements are right isosceles at the hexahedron vertices. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="4fa4658f0bda65dec946220b9b0b2834"></a><!-- doxytag: member="vtkMeshQuality::HexVolume" ref="4fa4658f0bda65dec946220b9b0b2834" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::HexVolume           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the maximal Frobenius aspect of the 8 corner tetrahedra of a hexahedron, when the reference tetrahedral elements are right isosceles at the hexahedron vertices. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="9abcf9f98c662d8844968b9941356a8e"></a><!-- doxytag: member="vtkMeshQuality::HexStretch" ref="9abcf9f98c662d8844968b9941356a8e" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::HexStretch           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the maximal Frobenius aspect of the 8 corner tetrahedra of a hexahedron, when the reference tetrahedral elements are right isosceles at the hexahedron vertices. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="e942dc46f06adb37671a6936b795c76f"></a><!-- doxytag: member="vtkMeshQuality::HexDiagonal" ref="e942dc46f06adb37671a6936b795c76f" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::HexDiagonal           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the maximal Frobenius aspect of the 8 corner tetrahedra of a hexahedron, when the reference tetrahedral elements are right isosceles at the hexahedron vertices. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="9724c58b8247967438db04dc1d681ad3"></a><!-- doxytag: member="vtkMeshQuality::HexDimension" ref="9724c58b8247967438db04dc1d681ad3" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::HexDimension           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the maximal Frobenius aspect of the 8 corner tetrahedra of a hexahedron, when the reference tetrahedral elements are right isosceles at the hexahedron vertices. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="0dd9cea7e79ed684dde04eb1a654f5fd"></a><!-- doxytag: member="vtkMeshQuality::HexOddy" ref="0dd9cea7e79ed684dde04eb1a654f5fd" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::HexOddy           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the maximal Frobenius aspect of the 8 corner tetrahedra of a hexahedron, when the reference tetrahedral elements are right isosceles at the hexahedron vertices. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="ff1e6240b8b93d0c4d2ce370ec09f73b"></a><!-- doxytag: member="vtkMeshQuality::HexCondition" ref="ff1e6240b8b93d0c4d2ce370ec09f73b" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::HexCondition           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the maximal Frobenius aspect of the 8 corner tetrahedra of a hexahedron, when the reference tetrahedral elements are right isosceles at the hexahedron vertices. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="8ac76fb71cd10c982d1c3dcef106ff47"></a><!-- doxytag: member="vtkMeshQuality::HexJacobian" ref="8ac76fb71cd10c982d1c3dcef106ff47" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::HexJacobian           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the maximal Frobenius aspect of the 8 corner tetrahedra of a hexahedron, when the reference tetrahedral elements are right isosceles at the hexahedron vertices. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="16c9f12008407343beb1cb32d348e458"></a><!-- doxytag: member="vtkMeshQuality::HexScaledJacobian" ref="16c9f12008407343beb1cb32d348e458" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::HexScaledJacobian           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the maximal Frobenius aspect of the 8 corner tetrahedra of a hexahedron, when the reference tetrahedral elements are right isosceles at the hexahedron vertices. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="168e62d8669f0c6e607077933f1d486c"></a><!-- doxytag: member="vtkMeshQuality::HexShear" ref="168e62d8669f0c6e607077933f1d486c" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::HexShear           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the maximal Frobenius aspect of the 8 corner tetrahedra of a hexahedron, when the reference tetrahedral elements are right isosceles at the hexahedron vertices. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="63c0ae52ff3bf07d78d47f3d63c05ca7"></a><!-- doxytag: member="vtkMeshQuality::HexShape" ref="63c0ae52ff3bf07d78d47f3d63c05ca7" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::HexShape           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the maximal Frobenius aspect of the 8 corner tetrahedra of a hexahedron, when the reference tetrahedral elements are right isosceles at the hexahedron vertices. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="5b840e4655993fa83f5438b2732c51d3"></a><!-- doxytag: member="vtkMeshQuality::HexRelativeSizeSquared" ref="5b840e4655993fa83f5438b2732c51d3" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::HexRelativeSizeSquared           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the maximal Frobenius aspect of the 8 corner tetrahedra of a hexahedron, when the reference tetrahedral elements are right isosceles at the hexahedron vertices. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="3bbde232359078055319bcdcb25d7a93"></a><!-- doxytag: member="vtkMeshQuality::HexShapeAndSize" ref="3bbde232359078055319bcdcb25d7a93" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::HexShapeAndSize           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the maximal Frobenius aspect of the 8 corner tetrahedra of a hexahedron, when the reference tetrahedral elements are right isosceles at the hexahedron vertices. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="b59df517bd30b28e23b40282e8a8ea2a"></a><!-- doxytag: member="vtkMeshQuality::HexShearAndSize" ref="b59df517bd30b28e23b40282e8a8ea2a" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::HexShearAndSize           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the maximal Frobenius aspect of the 8 corner tetrahedra of a hexahedron, when the reference tetrahedral elements are right isosceles at the hexahedron vertices. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="49d8ba06133f4e9cb77cdff36a1a148d"></a><!-- doxytag: member="vtkMeshQuality::HexDistortion" ref="49d8ba06133f4e9cb77cdff36a1a148d" args="(vtkCell *cell)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static double vtkMeshQuality::HexDistortion           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00240.html">vtkCell</a> *&nbsp;</td>
          <td class="paramname"> <em>cell</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is a static function used to calculate the maximal Frobenius aspect of the 8 corner tetrahedra of a hexahedron, when the reference tetrahedral elements are right isosceles at the hexahedron vertices. It assumes that you pass the correct type of cell -- no type checking is performed because this method is called from the inner loop of the Execute() member function. 
</div>
</div><p>
<a class="anchor" name="247e7322661ab89523c4cb772f15802f"></a><!-- doxytag: member="vtkMeshQuality::SetRatio" ref="247e7322661ab89523c4cb772f15802f" args="(int r)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkMeshQuality::SetRatio           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>r</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
These methods are deprecated. Use Get/SetSaveCellQuality() instead. Formerly, SetRatio could be used to disable computation of the tetrahedral radius ratio so that volume alone could be computed. Now, cell quality is always computed, but you may decide not to store the result for each cell. This allows average cell quality of a mesh to be calculated without requiring per-cell storage. 
<p>Definition at line <a class="el" href="a04390.html#l00768">768</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="6a6fe7fae6e8cfde0f6598598eea8399"></a><!-- doxytag: member="vtkMeshQuality::GetRatio" ref="6a6fe7fae6e8cfde0f6598598eea8399" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int vtkMeshQuality::GetRatio           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
These methods are deprecated. Use Get/SetSaveCellQuality() instead. Formerly, SetRatio could be used to disable computation of the tetrahedral radius ratio so that volume alone could be computed. Now, cell quality is always computed, but you may decide not to store the result for each cell. This allows average cell quality of a mesh to be calculated without requiring per-cell storage. 
<p>Definition at line <a class="el" href="a04390.html#l00769">769</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="d8017b0440002eddb9331314de27b165"></a><!-- doxytag: member="vtkMeshQuality::RatioOn" ref="d8017b0440002eddb9331314de27b165" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkMeshQuality::RatioOn           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
These methods are deprecated. Use Get/SetSaveCellQuality() instead. Formerly, SetRatio could be used to disable computation of the tetrahedral radius ratio so that volume alone could be computed. Now, cell quality is always computed, but you may decide not to store the result for each cell. This allows average cell quality of a mesh to be calculated without requiring per-cell storage. 
</div>
</div><p>
<a class="anchor" name="f49b4a8dd67c18d9fbdde33d8c816fda"></a><!-- doxytag: member="vtkMeshQuality::RatioOff" ref="f49b4a8dd67c18d9fbdde33d8c816fda" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkMeshQuality::RatioOff           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
These methods are deprecated. Use Get/SetSaveCellQuality() instead. Formerly, SetRatio could be used to disable computation of the tetrahedral radius ratio so that volume alone could be computed. Now, cell quality is always computed, but you may decide not to store the result for each cell. This allows average cell quality of a mesh to be calculated without requiring per-cell storage. 
</div>
</div><p>
<a class="anchor" name="7503becf48eb98409260481f4c860616"></a><!-- doxytag: member="vtkMeshQuality::SetVolume" ref="7503becf48eb98409260481f4c860616" args="(int cv)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkMeshQuality::SetVolume           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>cv</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
These methods are deprecated. The functionality of computing cell volume is being removed until it can be computed for any 3D cell. (The previous implementation only worked for tetrahedra.) For now, turning on the volume computation will put this filter into "compatibility mode," where tetrahedral cell volume is stored in first component of each output tuple and the radius ratio is stored in the second component. You may also use <a class="el" href="a01037.html#28159116b099af62e67437e094d16b96">CompatibilityModeOn()</a>/Off() to enter this mode. In this mode, cells other than tetrahedra will have report a volume of 0.0 (if volume computation is enabled). By default, volume computation is disabled and compatibility mode is off, since it does not make a lot of sense for meshes with non-tetrahedral cells. 
<p>Definition at line <a class="el" href="a04390.html#l00786">786</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="c9d0779ca0fd52f31a2cb46e2b84fb6b"></a><!-- doxytag: member="vtkMeshQuality::GetVolume" ref="c9d0779ca0fd52f31a2cb46e2b84fb6b" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int vtkMeshQuality::GetVolume           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
These methods are deprecated. The functionality of computing cell volume is being removed until it can be computed for any 3D cell. (The previous implementation only worked for tetrahedra.) For now, turning on the volume computation will put this filter into "compatibility mode," where tetrahedral cell volume is stored in first component of each output tuple and the radius ratio is stored in the second component. You may also use <a class="el" href="a01037.html#28159116b099af62e67437e094d16b96">CompatibilityModeOn()</a>/Off() to enter this mode. In this mode, cells other than tetrahedra will have report a volume of 0.0 (if volume computation is enabled). By default, volume computation is disabled and compatibility mode is off, since it does not make a lot of sense for meshes with non-tetrahedral cells. 
<p>Definition at line <a class="el" href="a04390.html#l00799">799</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="c271999ce91a257cc4d3953309a80867"></a><!-- doxytag: member="vtkMeshQuality::VolumeOn" ref="c271999ce91a257cc4d3953309a80867" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkMeshQuality::VolumeOn           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
These methods are deprecated. The functionality of computing cell volume is being removed until it can be computed for any 3D cell. (The previous implementation only worked for tetrahedra.) For now, turning on the volume computation will put this filter into "compatibility mode," where tetrahedral cell volume is stored in first component of each output tuple and the radius ratio is stored in the second component. You may also use <a class="el" href="a01037.html#28159116b099af62e67437e094d16b96">CompatibilityModeOn()</a>/Off() to enter this mode. In this mode, cells other than tetrahedra will have report a volume of 0.0 (if volume computation is enabled). By default, volume computation is disabled and compatibility mode is off, since it does not make a lot of sense for meshes with non-tetrahedral cells. 
</div>
</div><p>
<a class="anchor" name="198ab7061dcfe4c94e0ae69b9ae4920a"></a><!-- doxytag: member="vtkMeshQuality::VolumeOff" ref="198ab7061dcfe4c94e0ae69b9ae4920a" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkMeshQuality::VolumeOff           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
These methods are deprecated. The functionality of computing cell volume is being removed until it can be computed for any 3D cell. (The previous implementation only worked for tetrahedra.) For now, turning on the volume computation will put this filter into "compatibility mode," where tetrahedral cell volume is stored in first component of each output tuple and the radius ratio is stored in the second component. You may also use <a class="el" href="a01037.html#28159116b099af62e67437e094d16b96">CompatibilityModeOn()</a>/Off() to enter this mode. In this mode, cells other than tetrahedra will have report a volume of 0.0 (if volume computation is enabled). By default, volume computation is disabled and compatibility mode is off, since it does not make a lot of sense for meshes with non-tetrahedral cells. 
</div>
</div><p>
<a class="anchor" name="3791a0c5f5d54f75ca16e7d091b00412"></a><!-- doxytag: member="vtkMeshQuality::SetCompatibilityMode" ref="3791a0c5f5d54f75ca16e7d091b00412" args="(int cm)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkMeshQuality::SetCompatibilityMode           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>cm</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
CompatibilityMode governs whether, when both a quality function and cell volume are to be stored as cell data, the two values are stored in a single array. When compatibility mode is off (the default), two separate arrays are used -- one labeled "Quality" and the other labeled "Volume". When compatibility mode is on, both values are stored in a single array, with volume as the first component and quality as the second component. Enabling CompatibilityMode changes the default tetrahedral quality function to VTK_QUALITY_RADIUS_RATIO and turns volume computation on. (This matches the default behavior of the initial implementation of <a class="el" href="a01037.html" title="Calculate functions of quality of the elements.">vtkMeshQuality</a>.) You may change quality function and volume computation without leaving compatibility mode. Disabling compatibility mode does not affect the current volume computation or tetrahedral quality function settings. The final caveat to CompatibilityMode is that regardless of its setting, the resulting array will be of type <a class="el" href="a00436.html" title="dynamic, self-adjusting array of double">vtkDoubleArray</a> rather than the original <a class="el" href="a00556.html" title="dynamic, self-adjusting array of float">vtkFloatArray</a>. This is a safety function to keep the authors from diving off of the Combinatorial Coding Cliff into Certain Insanity. 
<p>Definition at line <a class="el" href="a04390.html#l00825">825</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="06b898acd51bbe503db22d54ca98f74d"></a><!-- doxytag: member="vtkMeshQuality::GetCompatibilityMode" ref="06b898acd51bbe503db22d54ca98f74d" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkMeshQuality::GetCompatibilityMode           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
CompatibilityMode governs whether, when both a quality function and cell volume are to be stored as cell data, the two values are stored in a single array. When compatibility mode is off (the default), two separate arrays are used -- one labeled "Quality" and the other labeled "Volume". When compatibility mode is on, both values are stored in a single array, with volume as the first component and quality as the second component. Enabling CompatibilityMode changes the default tetrahedral quality function to VTK_QUALITY_RADIUS_RATIO and turns volume computation on. (This matches the default behavior of the initial implementation of <a class="el" href="a01037.html" title="Calculate functions of quality of the elements.">vtkMeshQuality</a>.) You may change quality function and volume computation without leaving compatibility mode. Disabling compatibility mode does not affect the current volume computation or tetrahedral quality function settings. The final caveat to CompatibilityMode is that regardless of its setting, the resulting array will be of type <a class="el" href="a00436.html" title="dynamic, self-adjusting array of double">vtkDoubleArray</a> rather than the original <a class="el" href="a00556.html" title="dynamic, self-adjusting array of float">vtkFloatArray</a>. This is a safety function to keep the authors from diving off of the Combinatorial Coding Cliff into Certain Insanity. 
</div>
</div><p>
<a class="anchor" name="28159116b099af62e67437e094d16b96"></a><!-- doxytag: member="vtkMeshQuality::CompatibilityModeOn" ref="28159116b099af62e67437e094d16b96" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkMeshQuality::CompatibilityModeOn           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
CompatibilityMode governs whether, when both a quality function and cell volume are to be stored as cell data, the two values are stored in a single array. When compatibility mode is off (the default), two separate arrays are used -- one labeled "Quality" and the other labeled "Volume". When compatibility mode is on, both values are stored in a single array, with volume as the first component and quality as the second component. Enabling CompatibilityMode changes the default tetrahedral quality function to VTK_QUALITY_RADIUS_RATIO and turns volume computation on. (This matches the default behavior of the initial implementation of <a class="el" href="a01037.html" title="Calculate functions of quality of the elements.">vtkMeshQuality</a>.) You may change quality function and volume computation without leaving compatibility mode. Disabling compatibility mode does not affect the current volume computation or tetrahedral quality function settings. The final caveat to CompatibilityMode is that regardless of its setting, the resulting array will be of type <a class="el" href="a00436.html" title="dynamic, self-adjusting array of double">vtkDoubleArray</a> rather than the original <a class="el" href="a00556.html" title="dynamic, self-adjusting array of float">vtkFloatArray</a>. This is a safety function to keep the authors from diving off of the Combinatorial Coding Cliff into Certain Insanity. 
</div>
</div><p>
<a class="anchor" name="e8290c0826ef610091fae456fab5ac52"></a><!-- doxytag: member="vtkMeshQuality::CompatibilityModeOff" ref="e8290c0826ef610091fae456fab5ac52" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkMeshQuality::CompatibilityModeOff           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
CompatibilityMode governs whether, when both a quality function and cell volume are to be stored as cell data, the two values are stored in a single array. When compatibility mode is off (the default), two separate arrays are used -- one labeled "Quality" and the other labeled "Volume". When compatibility mode is on, both values are stored in a single array, with volume as the first component and quality as the second component. Enabling CompatibilityMode changes the default tetrahedral quality function to VTK_QUALITY_RADIUS_RATIO and turns volume computation on. (This matches the default behavior of the initial implementation of <a class="el" href="a01037.html" title="Calculate functions of quality of the elements.">vtkMeshQuality</a>.) You may change quality function and volume computation without leaving compatibility mode. Disabling compatibility mode does not affect the current volume computation or tetrahedral quality function settings. The final caveat to CompatibilityMode is that regardless of its setting, the resulting array will be of type <a class="el" href="a00436.html" title="dynamic, self-adjusting array of double">vtkDoubleArray</a> rather than the original <a class="el" href="a00556.html" title="dynamic, self-adjusting array of float">vtkFloatArray</a>. This is a safety function to keep the authors from diving off of the Combinatorial Coding Cliff into Certain Insanity. 
</div>
</div><p>
<a class="anchor" name="a71791b7d95203efd6aeca22bc0cfb46"></a><!-- doxytag: member="vtkMeshQuality::RequestData" ref="a71791b7d95203efd6aeca22bc0cfb46" args="(vtkInformation *, vtkInformationVector **, vtkInformationVector *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkMeshQuality::RequestData           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00872.html">vtkInformation</a> *&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00895.html">vtkInformationVector</a> **&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00895.html">vtkInformationVector</a> *&nbsp;</td>
          <td class="paramname"></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is called within ProcessRequest when a request asks the algorithm to do its work. This is the method you should override to do whatever the algorithm is designed to do. This happens during the fourth pass in the pipeline execution process. 
<p>Reimplemented from <a class="el" href="a00375.html#49f7d102eea1f3c58aae7281a1b708cc">vtkDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="40a032a3fbebc5f7a98f09eb3b0b3b41"></a><!-- doxytag: member="vtkMeshQuality::GetCurrentTriangleNormal" ref="40a032a3fbebc5f7a98f09eb3b0b3b41" args="(double point[3], double normal[3])" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static int vtkMeshQuality::GetCurrentTriangleNormal           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>point</em>[3], </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>normal</em>[3]</td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [static, protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
A function called by some VERDICT triangle quality functions to test for inverted triangles. 
</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="28504b7b486ff60e0fe6bc905ebbcd24"></a><!-- doxytag: member="vtkMeshQuality::SaveCellQuality" ref="28504b7b486ff60e0fe6bc905ebbcd24" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01037.html#28504b7b486ff60e0fe6bc905ebbcd24">vtkMeshQuality::SaveCellQuality</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04390.html#l00853">853</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="dfeccc4895d85e88c622964b2dcb7800"></a><!-- doxytag: member="vtkMeshQuality::TriangleQualityMeasure" ref="dfeccc4895d85e88c622964b2dcb7800" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01037.html#dfeccc4895d85e88c622964b2dcb7800">vtkMeshQuality::TriangleQualityMeasure</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04390.html#l00854">854</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="a14f36de285563c5f682ffb4e5f8a5fd"></a><!-- doxytag: member="vtkMeshQuality::QuadQualityMeasure" ref="a14f36de285563c5f682ffb4e5f8a5fd" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01037.html#a14f36de285563c5f682ffb4e5f8a5fd">vtkMeshQuality::QuadQualityMeasure</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04390.html#l00855">855</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="54421fb38ecb35e35741d2bddc897854"></a><!-- doxytag: member="vtkMeshQuality::TetQualityMeasure" ref="54421fb38ecb35e35741d2bddc897854" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01037.html#54421fb38ecb35e35741d2bddc897854">vtkMeshQuality::TetQualityMeasure</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04390.html#l00856">856</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="5e48cf2cd5f1eec2f142957c1a9122a2"></a><!-- doxytag: member="vtkMeshQuality::HexQualityMeasure" ref="5e48cf2cd5f1eec2f142957c1a9122a2" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01037.html#5e48cf2cd5f1eec2f142957c1a9122a2">vtkMeshQuality::HexQualityMeasure</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04390.html#l00857">857</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="7d0db9a14b5a8a0050665c4818d5e859"></a><!-- doxytag: member="vtkMeshQuality::CompatibilityMode" ref="7d0db9a14b5a8a0050665c4818d5e859" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01037.html#7d0db9a14b5a8a0050665c4818d5e859">vtkMeshQuality::CompatibilityMode</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04390.html#l00859">859</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="178301e63e1c1fff6a2796fecbd90b31"></a><!-- doxytag: member="vtkMeshQuality::Volume" ref="178301e63e1c1fff6a2796fecbd90b31" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01037.html#178301e63e1c1fff6a2796fecbd90b31">vtkMeshQuality::Volume</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04390.html#l00860">860</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="457eb337abf77d13b521c9188fde7cee"></a><!-- doxytag: member="vtkMeshQuality::CellNormals" ref="457eb337abf77d13b521c9188fde7cee" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00356.html">vtkDataArray</a>* <a class="el" href="a01037.html#457eb337abf77d13b521c9188fde7cee">vtkMeshQuality::CellNormals</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04390.html#l00862">862</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="722bfe1b57e82f831f39cbe72d17c5de"></a><!-- doxytag: member="vtkMeshQuality::CurrentTriNormal" ref="722bfe1b57e82f831f39cbe72d17c5de" args="[3]" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="a01037.html#722bfe1b57e82f831f39cbe72d17c5de">vtkMeshQuality::CurrentTriNormal</a>[3]<code> [static, protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04390.html#l00863">863</a> of file <a class="el" href="a04390.html">vtkMeshQuality.h</a>.</p>

</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li>dox/Graphics/<a class="el" href="a04390.html">vtkMeshQuality.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 3 19:18:08 2009 for VTK by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
</body>
</html>